@import "parametros.css";

body{
    font-family: var(--font-family-text), sans-serif;
    color: var(--color-dark);
    font-weight: 200;
    font-size: 16px;
    overflow-y: scroll;
    position: relative;
}



.btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.btn-view02 {
    color:  #FFF;
    background-color: var(--color-4);
    border: 1px solid var(--color-4);
    padding: 7px 30px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-view02:hover, .btn-view02:focus {
    background-color: var(--color-04);
    border: 1px solid var(--color-04);
    color: var(--color-light);
}
.btn-dark{
    color:  #FFF;
    background-color: var(--color-3);
    border: 1px solid var(--color-3);
    padding: 7px 30px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-dark:hover,.btn-dark:focus{
    background-color: var(--color-03);
    border: 1px solid var(--color-03);
    color: var(--color-light);
}




#scroll-navbar{
    background-color:var(--color-1);
}


.inicio-section{
    background-image: url("../images/bg/inicio.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    margin: 0;
    height: 100%;
    padding: 60px 0 180px 0;
}
.inicio-section .logo {
    max-width: 250px;
    width: 100%;
}
.inicio-section .logo2{
    max-width: 350px;
    width: 100%;
    margin-bottom:2px;
}

.inicio-section .title {
    font-size: 36px;
    font-family: var(--font-family-title), sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-light);
    line-height: 1.3;
}
.inicio-section .subtitle {
    font-size: 18px;
    font-weight: 200;
    color: var(--color-light);
}

.inicio-section .links > a {
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    margin: 5px 10px;
}

.inicio-section .countdown {
    margin-top: 10px;
    margin-bottom: 10px;
}
.inicio-section .countdown .item{
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
}
.inicio-section .countdown .item h1{
    background-color: var(--color-light);
    padding: 13px 0;
    font-size: 25px;
    color: var(--color-1);
    width: 55px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 55px;
    text-align: center;
}
.inicio-section .countdown .item h6{
    font-size: 11px;
    color: var(--color-light)
}

.more-info-scroll{
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 56px;
    margin-left: -28px;


    cursor: pointer;
    animation-duration: 1s;
    animation-iteration-count:infinite;
    transform-origin: bottom;
}
.more-info-scroll:hover {
    animation-name: bounce;
    animation-timing-function: ease;
}
@keyframes bounce {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}





.inicio-section .patrocinador{
    margin-top: 40px;
    text-align: center;
    color: var(--color-light);
}
.inicio-section .patrocinador h4{
    color: var(--color-2);
    font-family: var(--font-family-text);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.inicio-section .patrocinador img{
    max-width: 190px;
    margin-bottom: 20px;
}
.inicio-section .patrocinador a{
    display: inline-block;
    margin-bottom: 10px;
}

.title-section{
    font-family: var(--font-family-title), sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 50px;
}


.welcome-section{
    padding: 100px 0 80px;
    height: 100%;
    position: relative;
}
.welcome-section .welcome-section-content{
    z-index: 9;
    position: relative;
}

.participants-section{
    padding: 100px 0;
    height: 100%;
    position: relative;
    background-color: var(--color-light);
    color: var(--color-dark);
}

.general-schedule-section{
    padding: 100px 0;
    height: 100%;
    position: relative;
    background-color:#2c1543;
    color: var(--color-light);
}

.live-case-section{
    padding: 100px 0;
    height: 100%;
    position: relative;
    background-color: var(--color-1);
    color: #FFF;
}
.live-case-section .live-case-section-content{
    z-index: 9;
    position: relative;
}
.live-case-section .title-section{
    font-family: var(--font-family-title);
    font-weight: 500;
    color: var(--color-light);
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
}
.live-case-section .live-case-date{
    color: var(--color-helper);
    margin-top: 20px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.live-case{
    margin-bottom: 25px;
}
.live-case .img-live-case{
    max-width: 100px;
}
.live-case .img-live-case img{
    background-color: transparent !important;
}
.live-case .info-case h4{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.live-case .info-case h6{
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 2px;
}
.live-case .info-case p{
    font-size: 14px;
    font-weight: 600;
}

.programa-section{
    padding: 100px 0;
    height: 100%;

    position: relative;
    background: url("../images/bg/bg_bienvenida_01.jpg");
    background-size: cover;
    background-attachment: fixed;

}
.programa-section:after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(1,128,145,  0.90);
}
.programa-section .programa-section-content{
    z-index: 9;
    position: relative;
}
.programa-section .programa-section-content .title-section{
    font-family: var(--font-family-title);
    font-weight: 500;
    color: #FFF;
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
}

.programa-section #tab-programa {
    text-align: center;
    margin: 0 auto;
    border-bottom: none;
    justify-content: center;
}
.programa-section #tab-programa .nav-link{
    border: 1px solid;
    border-color: #e9ecef #e9ecef #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #dee2e6;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    color: #343a40;
}
.programa-section #tab-programa .nav-link:hover{
    color: #000;
}

.programa-section #tab-programa .nav-link:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.programa-section #tab-programa .nav-link:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.programa-section #tab-programa .nav-link.active {
    color: #FFF;
    background-color: var(--color-4);
    border-color: var(--color-4) var(--color-4) var(--color-4);
}

.programa-section #tab-content-programa{
    padding: 50px 0 30px 0;
}

.programa-section .table-bht-congress{
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
}
.programa-section .table-bht-congress tbody td{
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    padding: 5px 4px 10px 4px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
}
.programa-section .table-bht-congress tbody tr.bloque{
    min-height: 100px;
}
.programa-section .table-bht-congress tbody tr.bloque:first-child .nombre-bloque{
    padding-top: 10px;
}
.programa-section .table-bht-congress tbody tr.bloque td.nombre-bloque{
    font-size: 14px;
    font-weight: 600;
    color: #FFF !important;
    line-height: 18px;
    padding-top: 50px;
    padding-bottom: 20px;
}
.programa-section .table-bht-congress tbody tr.bloque td.nombre-bloque strong small{
    font-size: 10px;
    font-weight: 700;
}
.programa-section .table-bht-congress tbody tr.bloque td.nombre-bloque small{
    font-size: 9px;
    display: block;
}

.programa-section .table-bht-congress tbody tr.bloque td.horario-bloque{
    font-size: 12px;
    font-weight: 600;
    color: #FFF ;
    width: 170px;
}

.programa-section .table-bht-congress tbody td.t_inicio{
    border-right: 2px solid  var(--color-light);
    width: 60px;
}
.programa-section .table-bht-congress tbody td.tema{
    padding-left: 10px;
    border-right: 2px solid  var(--color-light);
    max-width: 450px;
}
.programa-section .table-bht-congress tbody td.expositor{
    padding-left: 10px;
    width: 250px;
}

.profesor-section{
    padding: 100px 0;
    height: 100%;

    position: relative;
    background: url("../images/bg/bg_bienvenida_02.jpg");
    background-size: cover;
    background-attachment: fixed;
}
.profesor-section:after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(233, 233, 242, 0.90);
}

.profesor-section .profesor-section-content{
    z-index: 9;
    position: relative;
}

.profesor-section .title-section{
    font-family: var(--font-family-title);
    font-weight: 500;
    color: var(--color-1);
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
}

.profesor-section .profesor{
    text-align: center;
    margin-bottom: 30px;
}

.profesor-section .profesor img{
    border: 2px solid var(--color-1);
    max-width: 180px;
    width: 100%;
    margin-bottom: 6px;
    border-left: 3px solid var(--color-3);
    border-right: 3px solid var(--color-4);
    border-bottom: 3px solid var(--color-5);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profesor-section .profesor h4{
    font-size: 14px;
    font-family: var(--font-family-title);
    color: var(--color-1);
    text-transform: uppercase;
    margin-bottom: 2px;
}
.profesor-section .profesor h5{
    font-size: 12px;
    font-weight: 500;
    color: var(--color-3);
    text-transform: uppercase;
    margin-bottom: 2px;
}
.profesor-section .profesor p{
    font-size: 12px;
    font-weight: 400;
    color: var(--color-dark);
    margin: 0;
}

@media (min-width: 992px) {

    .profesor-section .list-ponentes li{
        float:left;
        width: 45%;
        padding-right: 20px;
    }
}

.costos-section{
    padding: 100px 0;
    height: 100%;
    position: relative;
    background-image: url("../images/bg/bg_bienvenida_costos.jpg");
    background-size: cover;
    background-attachment: fixed;

}
.costos-section:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.8) !important;
    height: 100%;
    width: 100%;
}
.costos-section .costos-section-content{
    z-index: 9;
    position: relative;
}

.costos-section .table-view02{
    color: var(--color-light);
}

.hotel-section{
    padding: 100px 0;
    height: 100%;
    position: relative;
    background-color: var(--color-4);
    color: var(--color-light);
}
.registrate-section{
    padding: 60px 0;
    background-color: var(--color-1);
    color: #FFF;
}



.info-section{
    padding: 100px 0;
    height: 100%;
    position: relative;
    background-color:#EEE;
    color: var(--color-dark);
}
.info-section .list-group-item{
    font-weight: 400;
}
.info-section .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--color-2);
    border-color: var(--color-2);
}

.info-section .tab-content h4{

}
.info-section .tab-content p{
    text-align: justify;
}
.info-section .tab-content a{
    color: var(--color-2);
}
.info-section .tab-content a:hover{
    color: var(--color-02);
}


.trabajos-ingreso-section{
    padding: 100px 0;
    height: 100%;
    position: relative;
    background-image: url("../images/bg/bg_bienvenida_trabajos_libres.jpg");
    background-size: cover;
    background-attachment: fixed;

}
.trabajos-ingreso-section:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(20,20,48,0.95) !important;
    height: 100%;
    width: 100%;
}
.trabajos-ingreso-section .trabajos-ingreso-section-content{
    z-index: 9;
    position: relative;
}



.mensaje-presidente-section{
    padding: 100px 0 80px;
    height: 100%;
    position: relative;
    background-color:#EEE;
}
.mensaje-presidente .mensaje-presidente-section-content{
    z-index: 9;
    position: relative;
}


.patrocinadores-section{
    padding: 60px 0 100px;
    height: 100%;
    position: relative;
    background-color: var(--color-light);
    color: var(--color-1);
}
.patrocinadores-section .title-section {
    font-family: var(--font-family-title);
    font-weight: 500;
    color: var(--color-01);
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
}
.patrocinadores-section .patrocinadores-carousel{
    padding: 30px 40px 0 40px;
}



.space10{
    min-height: 10px;
}

.space30{
    min-height: 30px;
}


/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .title {
        font-size: 60px;
        line-height: 70px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .title {
        font-size: 26px;
        line-height: 40px;
    }


}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {  }





/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {  }




