@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{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 70px 0 120px;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.inicio-section::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
            radial-gradient(
                    circle at top right,
                    rgba(255,94,154,.18) 0%,
                    transparent 35%
            ),
            linear-gradient(
                    90deg,
                    rgba(2,6,29,.55) 0%,
                    rgba(5,11,46,.45) 50%,
                    rgba(2,6,29,.60) 100%
            );
}
.inicio-section > *{
    position: relative;
    z-index: 2;
}
.inicio-section .container:last-child{
    padding-bottom: 120px;
}

.inicio-section .logo {
    max-width: 340px;
    width: 100%;
}

.inicio-section .title {
    font-size: 34px;
    line-height: 1.25;
    margin-top: 20px;
    font-family: var(--font-family-title), sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--color-light);
}
.inicio-section .subtitle {
    font-size: 17px;
    line-height: 1.6;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    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: 20px;
    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;
    left: 50%;
    bottom: 5px;
    width: 56px;
    margin-left: -28px;
    z-index: 20;

    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: 25px;
    text-align: center;
    color: var(--color-light);
}
.inicio-section .patrocinador h4{
    color: var(--color-light);
    font-family: var(--font-family-text), sans-serif;
    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;
}
.section-line{
    width: 140px;
    height: 4px;
    margin: -30px auto 50px auto;

    background: linear-gradient(
            90deg,
            var(--color-4) 0%,
            var(--color-3) 50%,
            var(--color-5) 100%
    );

    border-radius: 10px;

    box-shadow:
            0 0 10px rgba(33,207,255,.35),
            0 0 15px rgba(255,94,154,.25);
}


.mensaje-presidente-section{
    padding: 100px 0;
    background:
            radial-gradient(
                    circle at top left,
                    rgba(33,207,255,.08) 0%,
                    transparent 28%
            ),
            radial-gradient(
                    circle at bottom right,
                    rgba(255,94,154,.08) 0%,
                    transparent 30%
            ),
            #F5F8FF;
}
.mensaje-presidente-section .welcome-section-content{
    z-index: 9;
    position: relative;
}

.mensaje-presidente-section .president-card{
    max-width: 360px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 18px;
    background: var(--color-light);
    box-shadow: 0 20px 45px rgba(5,11,46,.12);
}
.mensaje-presidente-section .president-photo{
    width: 100%;
    border-radius: 14px;
    display: block;
}
.mensaje-presidente-section .president-info{
    padding: 18px 10px 5px;
    text-align: center;
}
.mensaje-presidente-section .president-info h5{
    font-family: var(--font-family-title);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    color: var(--color-1);
    margin-bottom: 8px;
}
.mensaje-presidente-section .president-info p{
    font-size: 14px;
    font-weight: 700;
    color: var(--color-2);
    margin: 0;
}
.mensaje-presidente-section .col-lg-8 p{
    font-size: 16px;
    line-height: 1.65;
}
.mensaje-presidente-section .title-section{
    font-family: var(--font-family-title);
    font-size: 36px;
    font-weight: 800;
    color: var(--color-1);
    text-transform: uppercase;
    letter-spacing: 1px;
}



.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;
    position: relative;
    overflow: hidden;

    background:
            radial-gradient(
                    circle at top right,
                    rgba(255,94,154,.12) 0%,
                    transparent 30%
            ),
            radial-gradient(
                    circle at bottom left,
                    rgba(33,207,255,.10) 0%,
                    transparent 25%
            ),
            linear-gradient(
                    135deg,
                    var(--color-01) 0%,
                    var(--color-1) 50%,
                    var(--color-02) 100%
            );
}
.programa-section .programa-section-content{
    z-index: 9;
    position: relative;
}
.programa-section .programa-section-content .title-section{
    font-family: var(--font-family-title);
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-light);
    text-align: center;
}

.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: var(--color-dark);
}
.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;
    padding-right: 25px;
    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;
    position: relative;
    overflow: hidden;
    background:
            radial-gradient(
                    circle at top right,
                    rgba(33,207,255,.10) 0%,
                    transparent 28%
            ),
            radial-gradient(
                    circle at bottom left,
                    rgba(255,94,154,.08) 0%,
                    transparent 30%
            ),
            var(--color-light);
}

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

.profesor-section .title-section{
    font-family: var(--font-family-title);
    font-size: 36px;
    font-weight: 800;
    color: var(--color-1);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.profesor-section .profesor{
    text-align: center;
    margin-bottom: 40px;
    padding: 10px;
    transition: all .25s ease;
}
.profesor-section .profesor:hover{
    transform: translateY(-5px);
}
.profesor-section .profesor img{
    max-width: 180px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 14px;
    border-radius: 50%;
    padding: 4px;
    background:
            linear-gradient(
                    135deg,
                    var(--color-3) 0%,
                    var(--color-4) 45%,
                    var(--color-5) 100%
            );

    box-shadow:
            0 12px 25px rgba(5,11,46,.14),
            0 0 18px rgba(33,207,255,.18);
}
.profesor-section .profesor h4{
    font-size: 15px;
    line-height: 1.25;
    font-family: var(--font-family-title);
    font-weight: 800;
    color: var(--color-1);
    text-transform: uppercase;
    margin-bottom: 4px;
}
.profesor-section .profesor h5{
    font-size: 12px;
    font-weight: 600;
    color: var(--color-3);
    text-transform: uppercase;
    margin-bottom: 3px;
}
.profesor-section .profesor p{
    font-size: 12px;
    line-height: 1.25;
    font-weight: 500;
    color: var(--color-01);
    margin: 0;
    text-transform: uppercase;
}

@media (min-width: 992px) {

}

.costos-section{
    padding: 100px 0;
    position: relative;
    overflow: hidden;

    background:
            radial-gradient(
                    circle at top left,
                    rgba(33,207,255,.16) 0%,
                    transparent 28%
            ),
            radial-gradient(
                    circle at bottom right,
                    rgba(255,94,154,.16) 0%,
                    transparent 30%
            ),
            linear-gradient(
                    135deg,
                    var(--color-01) 0%,
                    var(--color-1) 50%,
                    var(--color-02) 100%
            );
}

.costos-section:before{
    display: none;
}

.costos-section .costos-section-content{
    position: relative;
    z-index: 2;
}

.costos-section h6{
    color: var(--color-4);
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.costos-section .title-section{
    color: var(--color-light);
    font-family: var(--font-family-title);
    font-weight: 800;
    text-transform: uppercase;
}

.costos-section p{
    color: var(--color-helper);
    line-height: 1.65;
}

.costos-section a.mail{
    color: var(--color-4);
}

.costos-card{
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(33,207,255,.25);
    box-shadow:
            0 0 25px rgba(33,207,255,.12),
            0 0 35px rgba(255,94,154,.08);
}

.costos-table{
    color: var(--color-light);
    background: rgba(5,11,46,.75);
}

.costos-table thead th{
    background: var(--color-light);
    color: var(--color-1);
    border: none;
    font-weight: 800;
}

.costos-table tbody th,
.costos-table tbody td{
    border-color: rgba(255,255,255,.12);
    padding: 20px;
    vertical-align: middle;
}

.costos-table small{
    color: var(--color-helper);
    font-weight: 500;
}



.hotel-section{
    padding: 100px 0;
    height: 100%;
    position: relative;
    color: var(--color-dark);
}
.hotel-section .hotel-section-content .check{
    color: #029f2a;
}
.hotel-section .hotel-section-content .check-02{
    color: var(--color-005);
}
.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;
}



.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-size: 36px;
    font-weight: 800;
    color: var(--color-1);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.patrocinadores-section .patrocinadores-carousel{
    padding: 30px 40px 0 40px;
}

.registrate-section{
    padding: 70px 0;
    background:
            radial-gradient(
                    circle at top right,
                    rgba(255,94,154,.12) 0%,
                    transparent 30%
            ),
            linear-gradient(
                    135deg,
                    var(--color-01) 0%,
                    var(--color-1) 60%,
                    var(--color-02) 100%
            );
    color: var(--color-light);
}
.registrate-section h2{
    font-family: var(--font-family-title);
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--color-light);
}
.registrate-section p{
    color: var(--color-helper);
    line-height: 1.6;
    margin-bottom: 0;
}
.registrate-section a.mail{
    color: var(--color-4);
}

.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) {  }




