@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: 400px;
    width: 100%;
}

.inicio-section .title {
    font-size: 36px;
    font-family: var(--font-family-title), sans-serif;
    font-weight: 800;
    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-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;
}


.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(42, 14, 92, 0.9);
}
.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.tema{
    padding-left: 10px;
    padding-right: 25px;
}
.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;
    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;
}



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




/* Estilo especifico para Genomica del cancer y oncologia de precision */
.bienvenido-oncologia {
    background: #f4f7fb;
    color: #182033;
}

.bienvenido-oncologia #scroll-navbar {
    background: rgba(8, 12, 24, 0.96);
    border-bottom: 1px solid rgba(23, 215, 255, 0.28);
}

.bienvenido-oncologia #scroll-navbar .nav-link {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.82);
}

.bienvenido-oncologia #scroll-navbar .nav-link:hover,
.bienvenido-oncologia #scroll-navbar .nav-link:focus {
    color: var(--color-4);
}

.bienvenido-oncologia .btn {
    border-radius: 4px !important;
    font-weight: 700;
}

.bienvenido-oncologia .btn-view02 {
    background: var(--color-3);
    border-color: var(--color-3);
    color: #fff;
}

.bienvenido-oncologia .btn-view02:hover,
.bienvenido-oncologia .btn-view02:focus {
    background: var(--color-03);
    border-color: var(--color-03);
}

.bienvenido-oncologia .btn-dark {
    background: var(--color-2);
    border-color: var(--color-2);
}

.bienvenido-oncologia .btn-dark:hover,
.bienvenido-oncologia .btn-dark:focus {
    background: var(--color-02);
    border-color: var(--color-02);
}

.bienvenido-oncologia .inicio-section {
    min-height: 92vh;
    padding: 92px 0 120px;
    background-position: center;
    background-attachment: scroll;
    overflow: hidden;
}

.bienvenido-oncologia .inicio-section:before {
    position: absolute;
    content: "";
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 7, 17, 0.72) 0%, rgba(8, 12, 24, 0.54) 48%, rgba(47, 143, 255, 0.12) 100%),
        linear-gradient(180deg, rgba(8, 6, 19, 0.12), rgba(8, 6, 19, 0.58));
}

.bienvenido-oncologia .inicio-section:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 9px;
    background: linear-gradient(90deg, var(--color-4), var(--color-5), var(--color-3));
}

.bienvenido-oncologia .inicio-section .container {
    position: relative;
    z-index: 2;
}

.bienvenido-oncologia .inicio-section .logo {
    max-width: 300px;
    padding: 16px 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
}

.bienvenido-oncologia .inicio-section .title {
    font-size: 42px;
    line-height: 1.12;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    text-shadow: 0 4px 22px rgba(0, 0, 0, 0.48);
}

.bienvenido-oncologia .inicio-section .subtitle {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.42);
}

.bienvenido-oncologia .inicio-section .links > a {
    letter-spacing: 0;
    text-transform: none;
    padding: 10px 24px;
}

.bienvenido-oncologia .inicio-section .patrocinador {
    display: inline-block;
    margin-top: 42px;
    padding: 14px 24px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(8, 12, 24, 0.62);
    border-left: 4px solid var(--color-4);
    text-align: left;
}

.bienvenido-oncologia .inicio-section .patrocinador h4 {
    font-size: 15px;
    color: var(--color-4);
    text-transform: uppercase;
}

.bienvenido-oncologia .inicio-section .patrocinador a {
    color: #fff;
}

.bienvenido-oncologia .more-info-scroll {
    filter: drop-shadow(0 0 8px rgba(23, 215, 255, 0.45));
}

.bienvenido-oncologia .title-section {
    position: relative;
    display: inline-block;
    text-align: left;
    margin-bottom: 44px;
    font-size: 31px;
    font-weight: 800;
    color: #111827;
}

.bienvenido-oncologia .title-section:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    width: 72px;
    height: 4px;
    background: var(--color-5);
}

.bienvenido-oncologia .mensaje-presidente-section {
    padding: 92px 0;
    background: #f4f7fb;
}

.bienvenido-oncologia .mensaje-presidente-section img {
    max-width: 300px !important;
    border-radius: 8px !important;
    border: 0 !important;
    padding: 0;
    box-shadow: 16px 16px 0 rgba(23, 215, 255, 0.14);
}

.bienvenido-oncologia .mensaje-presidente-section p {
    color: #263044;
    font-weight: 400;
    line-height: 1.8;
}

.bienvenido-oncologia .programa-section {
    background: #08111f;
    background-image: none;
    padding: 92px 0;
}

.bienvenido-oncologia .programa-section:after {
    background:
        linear-gradient(180deg, rgba(8, 17, 31, 0.96), rgba(8, 17, 31, 0.98)),
        linear-gradient(90deg, rgba(23, 215, 255, 0.12), rgba(229, 57, 92, 0.10));
}

.bienvenido-oncologia .programa-section .programa-section-content .title-section {
    color: #fff;
}

.bienvenido-oncologia .programa-section .programa-section-content .title-section:after {
    background: var(--color-4);
}

.bienvenido-oncologia .programa-section #tab-programa .nav-link {
    border: 1px solid rgba(23, 215, 255, 0.35);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.78);
    border-radius: 4px;
}

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

.bienvenido-oncologia .programa-section .table-bht-congress {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.bienvenido-oncologia .programa-section .table-bht-congress tbody tr.bloque td.nombre-bloque {
    padding: 24px 18px 12px;
    color: var(--color-4) !important;
    font-size: 15px;
    line-height: 1.45;
}

.bienvenido-oncologia .programa-section .table-bht-congress tbody tr.conferencia {
    background: rgba(255, 255, 255, 0.075);
}

.bienvenido-oncologia .programa-section .table-bht-congress tbody tr.conferencia td {
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
    text-transform: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bienvenido-oncologia .programa-section .table-bht-congress tbody td.tema {
    border-left: 4px solid var(--color-5);
    padding-left: 18px;
    padding-right: 18px;
    font-size: 15px;
    line-height: 1.45;
}

.bienvenido-oncologia .profesor-section {
    background: #fff;
    background-image: none;
    padding: 92px 0;
}

.bienvenido-oncologia .profesor-section:after {
    display: none;
}

.bienvenido-oncologia .profesor-section .title-section {
    color: #111827;
}

.bienvenido-oncologia .profesor-section .profesor {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 390px;
    padding: 22px 16px;
    background: #f6f9fc;
    border: 1px solid #dde7f2;
    border-bottom: 4px solid var(--color-3);
    border-radius: 8px;
}

.bienvenido-oncologia .profesor-section .profesor img {
    max-width: 148px;
    align-self: center;
    border: 4px solid #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(24, 32, 51, 0.14);
}

.bienvenido-oncologia .profesor-section .profesor h4 {
    margin-top: 10px;
    color: #111827;
    font-size: 13px;
    line-height: 1.35;
}

.bienvenido-oncologia .profesor-section .profesor p {
    color: #536071;
    line-height: 1.4;
}

.bienvenido-oncologia .profesor-section .profesor .descripcion {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #dde7f2;
    color: #39465a;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.55;
    text-align: left;
}

.bienvenido-oncologia .profesor-section .profesor .descripcion p {
    margin-bottom: 0;
    color: #39465a;
    font-size: 12px;
    line-height: 1.55;
}

.bienvenido-oncologia .costos-section {
    background-image: none;
    background-color: #111827;
    padding: 92px 0;
}

.bienvenido-oncologia .costos-section:before {
    background:
        linear-gradient(90deg, rgba(17, 24, 39, 0.98), rgba(17, 24, 39, 0.88)),
        linear-gradient(180deg, rgba(23, 215, 255, 0.08), rgba(229, 57, 92, 0.12)) !important;
}

.bienvenido-oncologia .costos-section .bg-color-light {
    padding: 10px;
    border: 1px solid rgba(23, 215, 255, 0.32);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.bienvenido-oncologia .costos-section .table-dark {
    background-color: transparent;
}

.bienvenido-oncologia .costos-section .table-dark th,
.bienvenido-oncologia .costos-section .table-dark td {
    border-color: rgba(255, 255, 255, 0.15);
}

.bienvenido-oncologia .costos-section .table-light {
    background: var(--color-4);
}

.bienvenido-oncologia .patrocinadores-section {
    background: #f4f7fb;
    color: #111827;
}

.bienvenido-oncologia .patrocinadores-section .title-section {
    color: #111827;
}

.bienvenido-oncologia .patrocinadores-section .socio-comercial-destacado {
    display: grid;
    grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
    gap: 42px;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
    padding: 22px 0 32px;
    background: transparent;
}

.bienvenido-oncologia .patrocinadores-section .socio-comercial-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bienvenido-oncologia .patrocinadores-section .socio-comercial-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 280px;
    object-fit: contain;
}

.bienvenido-oncologia .patrocinadores-section .socio-comercial-info {
    max-width: 560px;
}

.bienvenido-oncologia .patrocinadores-section .socio-comercial-nombre {
    margin-bottom: 16px;
    color: #111827;
    font-family: var(--font-family-title), sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
}

.bienvenido-oncologia .patrocinadores-section .socio-comercial-descripcion {
    color: #4c5870;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.85;
}

.bienvenido-oncologia .patrocinadores-section .socio-comercial-descripcion p {
    margin-bottom: 14px;
}

.bienvenido-oncologia .patrocinadores-section .socio-comercial-descripcion p:last-child {
    margin-bottom: 0;
}

.bienvenido-oncologia .registrate-section {
    background: #080c18;
    border-top: 1px solid rgba(23, 215, 255, 0.24);
}

.bienvenido-oncologia .registrate-section h2 {
    font-family: var(--font-family-title), sans-serif;
    font-weight: 800;
}

@media (max-width: 767.98px) {
    .bienvenido-oncologia .inicio-section {
        min-height: auto;
        padding: 86px 0 96px;
    }

    .bienvenido-oncologia .inicio-section .title {
        font-size: 29px;
        line-height: 1.18;
    }

    .bienvenido-oncologia .inicio-section .subtitle {
        font-size: 16px;
        line-height: 1.55;
    }

    .bienvenido-oncologia .title-section {
        font-size: 25px;
    }

    .bienvenido-oncologia .programa-section .table-bht-congress tbody td.tema {
        font-size: 14px;
    }

    .bienvenido-oncologia .profesor-section .profesor {
        min-height: 360px;
        padding: 16px 10px;
    }

    .bienvenido-oncologia .patrocinadores-section .socio-comercial-destacado {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .bienvenido-oncologia .patrocinadores-section .socio-comercial-logo img {
        max-height: 220px;
    }

    .bienvenido-oncologia .patrocinadores-section .socio-comercial-descripcion {
        font-size: 14px;
        line-height: 1.65;
    }

    .bienvenido-oncologia .patrocinadores-section .socio-comercial-nombre {
        font-size: 22px;
    }
}
