/* ==================== BACKOFFICE CSS START ==================== */
.soybannerImgAdmin{
    max-height: 150px;
}
.img-thumbnail-soy{
    max-width: 240px !important;
}
.soybanners-bannerAdmin{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    margin-top: 5px;
    border: 1px solid #d3d8db;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}
.soyimg-zoneAdmin i{
    margin-right: 1em;
}
.noLinkAdmin{
    color: black !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 1em;
}
.noLinkAdmin:hover{
    color: black !important;
    text-decoration: none !important;
}
.soybuttonsAdmin a{
    font-weight: bold !important;
}
.soycontainer-menu-admin{
    width: 70%;
    background-color: #e5e5e5;
    margin: 0 auto;
    display: flex;
}
.soymenu-admin{
    text-align: center;
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between;
    margin-bottom: 2em;
}
.soyitem-menu-admin{
    position: relative;
    background-color: aquamarine;
    border: 1px;
    flex-grow: 1;
}
div.bootstrap div.alert-info button.close{
    display: none;
}
/* ==================== BACKOFFICE CSS END ==================== */
    
/* ==================== FRONT OFFICE CSS START ==================== */

/* ========== DESKTOP & GENERAL START ========== */

#soybannersContent{
    margin-top: 10px;
}
#soybannersContentFront{
    float:left;
    margin-left: 15px;
    margin-right: 15px;
}
.soybanners-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
    margin-top: 15px;
}
.soybanners-banner:first-child{
    margin-left: 0em !important;
}
.soybanners-banner{
    background: whitesmoke;
    width: 95%;
    font-size: 1.1em;
    text-align: center;
    position: relative;
    margin-bottom: 2.2%;
    margin-left: 1.5em;
}
.soytext-banner{
    top: 39%;
    margin: 0px !important;
    position: relative;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.soy-textzone{
    width: 76%;
    top: 33%;
    left: 12%;
    height: 36%;
    position: absolute;
    background-color: rgba(212, 207, 203, 0.73);
    transition: 0.3s;
}
.soy-textzone:hover {
    background-color: rgba(212, 207, 203, 1);
    height: 57%;
    top: 24.8%;
}
.soy-textzone:active{
    padding-top:1em;
    padding-bottom: 1em;
    top: 30%;
}
.soyimg-zone{
    height: 100%;
    width: 100%;
}
.soybanners-banner img{
    width: 100%;
    height: 100%;
}
.soyLink-banner{
    color: white !important;
}
.soyLink-banner:hover{
    color: white;
}
/* ========== DESKTOP & GENERAL END ========== */

/* ========== TABLET  START ========== */
@media only screen and (max-width: 1024px) { 
    .soybanners-banner{
        width: 23.5%;
        margin-bottom: 0.8em;
        margin-left: 0.5em;
    }
}
  /* ========== TABLET  END ========== */

  /* ========== MOBILE  START ========== */

@media only screen and (max-width: 991px) {  
    .soybanners-container{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: space-between;
        margin-top: 15px;
    }
    .soybanners-banner{
        width: 46.9%;
        margin: 0 0 2.5em 0;
    }
    .soy-textzone{
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        padding-top: 6%;
        padding-bottom: 0%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.43);
    }
    .soytext-banner{
        top: 44%;
        font-size: 1.9em !important;
        font-weight: normal;
    }
    .soybanners-banner:nth-child(3){
        margin-left: 0em !important;
    }
    .soy-textzone:hover {
        background-color: rgba(212, 207, 203, 0.87);
        padding-top:6%;
        padding-bottom: 0%;
        height: 100%;
        top: 0%;
    }
  }
  /* CSS FONTSIZE RESPONSIVE */
  @media only screen and (max-width: 310px) { 
    .soytext-banner{
        top: 44%;
        font-size: 0.76rem !important;
        font-weight: normal;
    }
}
  @media only screen and (max-width: 510px) { 
    .soybanners-banner{
        width: 46.5%;
        margin: 0 0 1.4em 0 !important;
    }
    .soytext-banner{
        top: 44%;
        font-size: 1em !important;
        font-weight: normal;
    }
  }
    @media only screen and (min-width:510px) and (max-width: 766px) { 
        .soytext-banner{
            top: 44%;
            font-size: 1.4em !important;
            font-weight: normal;
        }
        .soybanners-banner{
            margin: 0 0 1.9em 0 !important;
        }
    }

  /* ========= MOBILE  END ========== */

/* ==================== FRONT OFFICE CSS END ==================== */