/* ==================== 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 ==================== */

#soytwobannersContentFront .soytwobanners-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column; 
}
#soytwobannersContentFront .soytwobanners-container .soytwobanners-banner {
	position: relative; 
}
#soytwobannersContentFront .soytwobanners-container .soytwobanners-banner .soyimg-zone a img {
	width: 100%;
	height: auto; 
}
#soytwobannersContentFront .soytwobanners-container .soytwobanners-banner .soyLink-banner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5%;
	text-align: center;
	display: table;
	margin: 0 auto;
	width: auto;
	padding: 8px 15px;
	max-width: 280px;
	border: 1px solid #E6E6E6;
	-moz-border-radius: 50px;
	/* Mozilla */
	-webkit-border-radius: 50px;
	/* Safari */
	border-radius: 50px; 
}
#soytwobannersContentFront .soytwobanners-container .soytwobanners-banner .soyLink-banner .soy-textzone .soytext-banner {
	margin-bottom: 0;
	color: #333333;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase; 
}


/** 
 * Renponsive a partir de 575px
**/
@media screen and (min-width: 575px) {
	#soytwobannersContentFront .soytwobanners-container .soytwobanners-banner .soyLink-banner {
		max-width: 90%;
		bottom: 10%; 
	} 
}

/** 
 * Renponsive a partir de 768px
**/
@media screen and (min-width: 768px) {
	#soytwobannersContentFront .soytwobanners-container {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row; 
	}
	#soytwobannersContentFront .soytwobanners-container .soytwobanners-banner {
		-webkit-box-flex: 0 0 50%;
		-moz-box-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%; 
	} 
}

/** 
 * Renponsive a partir de 992px
**/
@media screen and (min-width: 992px) {
	#soytwobannersContentFront .soytwobanners-container {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
	flex-direction: row; 
	}
	#soytwobannersContentFront .soytwobanners-container .soytwobanners-banner {
		-webkit-box-flex: 0 0 50%;
		-moz-box-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%; 
	}
	#soytwobannersContentFront .soytwobanners-container .soytwobanners-banner .soyLink-banner .soy-textzone .soytext-banner {
		font-size: 17px;
		line-height: 24px; 
	} 
}

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