.btn-right:hover{
    color: white;
}

.col-left {
    background-image: url("../../img/index_personalizado/imgLeft.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.col-left-2 {
    background-image: url("../../img/index_personalizado/imgLeft.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.col-left-3 {
    background-image: url("../../img/index_personalizado/imgLeftDemo.png");
    background-repeat: no-repeat;
    background-size: cover;    
}   

.col-left-112 {
    background-image: url("../../img/index_personalizado/imgLeftEmbonor.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.text-title-page{
    text-align: justify;
    margin-bottom: 40px;
    margin-top: 45px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 1.0rem;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #183B56;
}

.cont-log {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: #F1F1F1 2px solid;
}

.cont-right {
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 5%;
    overflow-y: auto;
    overflow-x: hidden;
    /*height: 615px;*/
}

.hr-div {
    width: 64px;
    height: 2px !important;
    margin-right: 16px;
    margin-left: 16px;
    margin-top: 10px;
}

.divs {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.text-title {
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: Poppins;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.20000000298023224px;
}

.btn-right {
    margin-bottom: 13px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.log-bottom {
    margin-top: 20px;
    margin-bottom: 35px;
}

.bi-pen{
    color: #F15025;
}

.bi-book{
    color: #175676;
}

.bi-clipboard{
    color: #519E8A;
}

.bi-card-list{
    color: #10243E;
}

.bi-door-closed{
    color: #04BBDD;
}

.bi-card-checklist{
    color: #F15025;
}

.text-btn {
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    color: white;
}

.div-icon{ 
    height: 42px;
    width: 42px;
    padding: 8px;
    background-color: white;
    border-radius: 4px;
    margin: 8px;
    font-size: 28px;
}

.btn-back{
    height: 56px;
    width: 80px;
    border: #C6C6C6 1px solid;
    float: left;
}

.icon-back{
    font-size: 38px;
    display: contents;
}

@media (max-width:768px) {
    .text-title {
        font-size: 1.3rem;
        line-height: 32px;
    }
    .icon-back{
        font-size: 25px; 
    }
    .btn-back{
        height: 38px;
        width: 50px;
    }
}

@media (max-width:576px){
    .col-left{
        height: 260px;
    }
}

@media (min-width:576px){
    .col-left{
        min-height: 815px;
    }
}
