


.home{
    margin: 0px 40px;
    padding-bottom: 30px;
}

.home_products {
    /* padding: 5px 60px; */
    margin: 50px;
    border: 3px solid #e94d19;
    display: flex;
    align-items: center;
    width: 70%;
    margin: 50px auto;
    cursor: pointer;
    box-sizing: border-box;
    justify-content: center;
}

    .home_products #logo {
        width: 130px;
        margin: 0px 20px;
    }

    .home_products #book{
        width: 140px;
    }

    .home_products h1{
        width: 350px;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.3em;
        margin: 0px 30px !important;
    }

.home_advise{
    background-color: #000000b4;
    display: flex;
    color: white;
    margin-bottom: 15px;
    margin-top: 15px;
    cursor: pointer;
}

    .home_advise div:nth-child(1){
        width: 250px;
        padding: 18px 20px;
        background-image: url('../_img/back_advise.png');
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        text-transform: uppercase;
        background-position: right;
    }

    .home_advise div:nth-child(1) h2{ margin: 0px !important; }

    .home_advise div:nth-child(2){
        width: calc(100% - 200px);
        text-align: center;
        align-self: center;
    }

    .home_advise div:nth-child(2) h2{
        display: flex;
        width: 100%;
        justify-content: center;
        text-transform: uppercase;
    }

    .home_advise div:nth-child(2) img{
        width: 120px;
        margin: 0px 10px;
    }

    .home_advise h4{
        font-size: .9em;
        padding: 10px;
    }

.home_events{
    display: flex;
    justify-content: space-between;
}

.home_events .double-box{
        width: 49%;
        float: left;
        height: auto;
    }

    .home_events .small-box{
        width: 100%;
        float: left;
        height: 250px;
        -moz-box-sizing: border-box;
        background-color: #cccdcd;
        display: flex;
        flex-direction: column;
        margin: 10px 0px;
        cursor: pointer;
    }
    
    .home_events .large-box {
        width: 49%;
        height: 520px;
        -moz-box-sizing: border-box;
        background-color: #cccdcd;
        display: flex;
        margin-top: auto;
        flex-direction: column;
        margin: 10px 0px;
        cursor: pointer;
    }
    
    .home_events .small-box h2{
        background-color: #ff4404;
        width: 100%;
        text-align: center;
        padding: 6px;
        box-sizing: border-box;
        font-size: 1em;
        color: white !important;
        width: 150px;
        font-size: .8em;
        margin: 0px !important;
    }

    .home_events .large-box div{
        background-color: #ff4404;
        color: white;
        text-align: center;
        padding: 6px;
        font-size: .8em;
        width: 150px;
    }

        .home_events .large-box div h2{
            font-size: 1em;
            text-transform: uppercase;
            width: 75%;
            margin: 0px auto !important;
        }
    
        .home_events .large-box div div{
            display:flex;
            padding: 8px;
            background-color: transparent;
        }

            .home_events .large-box div div p{
                width: 50%;
                font-size: .9em;
            }

        .home_events .large-box div div a{
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: #fe4403;
            text-transform: uppercase;
            font-size: 1.1em;
        }

.event-container{
    display: flex;
    /* margin: 20px; */
    /* align-items: center; */
}
    .event-container h4{ font-family: 'sf_pro_textbold'; }

    .event-container div{
        /* width: 50%; */
        margin: 0px 20px;
    }

    .event-container hr{
        margin: 20px 0px;
        background-color: #80808047;
        border: none;
        height: 2px;
    }

    .event-container div img{
        width: 100%;
        display: block;
        margin: 0px auto;
    }

    .event-container h3{
        font-size: 1.2em;
        color: #e94d19;
        margin: 15px 0px;
        font-family: 'sf_pro_textbold';
    }

    .event-container div:nth-child(1){
        padding: 40px 20px;
    }

    .event-container div:nth-child(2){
        margin: 0px;
        background-color: #f4977b40;
        padding: 10px 40px;
        background-size: cover;
    }
    
    #btn-event{
        background-color: transparent;
        color: #e94d19;
        text-decoration: none;
        padding: 5px 15px;
        border-radius: 10px;
        border: 1px solid #e94d19;
        display: flex;
        /* width: 100px; */
        justify-content: center;
        /* margin: 20px auto; */
        align-items: center;
        font-size: .85em;
    }

    .columnHidden{
        display: none !important;
    }

    #pdf-shared{
        position: absolute;
        right: 20px;
        top: 20px;
        background-color: white;
        border-radius: 50px;
        padding: 8px;
        font-size: 1.5em;
        color: #e94e19;
    }

        a:-webkit-any-link:active {
            color: #e94d19;
        }

    /* .sudi_tb_container .st_head .st_item, .sudi_tb_container .st_row .st_item {
        word-break: break-word;
    } */

    /* .sudi_tb_container .st_head .st_item { font-family: 'sf_pro_textsemibold'; margin: 0px 30px; } */

    .sudi_tb_item_container{ padding-top: 8px }


/*SLIDER HOME*/

.header-home{
    display: flex;
    align-items: center;
}

    .header-home img{
        width: 200px;
        margin-left: 5.5%;
    }

    .header-home h1{
        margin: 0px 30px !important;
    }

.slider-cont {
    position: relative;
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
}

.slider-img {
    position: absolute;
    width: 100%;
    height: 95%;
    visibility: hidden;
    opacity: 0;
}

    .slider-img img {
        height: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 85%;
        border-radius: 10px;
    }

    .slider-cont a{
        position: absolute;
        text-decoration: none;
        color: white;
        font-size: 36px;
        top : 50%;
        transform: translateY(-50%);
    }

    .siguiente {
        left: 97%;
    }

    .boton {
        position: absolute;
        top: 5%;
        left: 95%;
    }

    .puntos {
        position: absolute;
        top: -30px;
        right: 5%;
        width: 100%;
        text-align: end;
    }

    .punto {
        display: inline-block;
        width: 12px;
        height: 12px;
        background-color: #808080a1;
        margin-right: 5px;
    }
    .punto:hover {
        cursor: pointer;
        background-color: #ed6938;
    }
    .slider-cont a:hover {
        color: #ed6938;
    }

    .show-img {
        visibility: visible;
        opacity: 1;
        transition: visibility 1s, opacity 1s;
    }
    .activo {
        background-color: #ed6938;
    }

.sudi_tb_container .st_head {
    background-color: #ed6938;
    box-shadow: 19px -6px 8px 10px #888888;
}

    .st_head .st_item{
        color: white !important;
    }


.cont-supp{
    margin: 20px 60px;
}

    .cont-supp h1{
        font-size: 2em;
        padding: 5px 0px;
        font-family: 'sf_pro_textsemibold';
    }

    .cont-supp p{
        font-size: 1.5em;
        padding: 20px 0px;
    }

    .cont-supp a{
        display: block;
        text-decoration: none;
        font-size: 1.5em;
        color: black;
    }

.sudi_tb_container .st_head {
    justify-content: unset;
    min-width: 1080px;
}

.sudi_tb_container .st_row {
    min-width: 1080px;
}

.st_head .st_item {
    font-size: .85em !important;
}

#csv_maker {
    height: 50px;
    border-radius: 5px;
    padding: 0px 10px;
    background-color: var(--btn-upbar-bg);
    color: var(--btn-upbar-color);
    cursor: pointer;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin: 0px 5px;
}

    #csv_maker:hover{ background-color: var(--btn-upbar-bg-hover); color: var(--btn-color-dark); }


    .nav_alone a {
        margin-left: 60px;
        color: #898989;
    }
    .nav_item a, .group_title a, .nav_alone a {
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-decoration: none;
    }

    .nav_alone:not(.nav_title):hover a {
        color: #000;
    }

.st_head_black{
    background-color: #464646d6 !important;
    box-shadow: 19px -6px 8px 10px #888888;
    color: black !important;
}
    
.st_row_notback{
    background-color: white !important;
}

.st_row_date{
    font-family: 'sf_pro_textbold';
    font-size: 1.5em !important;
    flex-direction: column;
    color: #ed6938 !important;
    border: 2px solid #ed6938;
    margin: 30px;
    padding: 20px;
    border-radius: 5px;
}

    .st_row_desc{
        flex-direction: column;
        text-align: left !important;
        background-color: #ed693821 !important;
        margin: 30px;
        padding: 20px;
        color: black !important;
        border-radius: 5px;
    }

        .st_row_desc h2{ 
            text-align: left !important; 
            color:black !important; 
            font-family: 'sf_pro_textbold' !important; 
            font-size: 1.1em !important;
        }