/* Soy Textos Top Bar Module - Front Office Styles */

.soytextostopbar{
	padding: 14px 30px;
	 border-bottom: 1px solid #e0e0e0;
	 background-color: #ffffff;
}
.soy-textos-topbar {
    width: 100%;
}

.soy-textos-topbar .soy-texto-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    
    color: #212121;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.soy-textos-topbar .soy-texto-slide p {
    margin: 0;
    color: #212121;
}

.soy-textos-topbar .soy-texto-slide a {
	text-decoration: underline;
	color: #212121;
}

.soy-textos-topbar .soy-texto-slide a:hover {
	text-decoration: none;
	color: #212121;
}

@media (max-width: 768px) {
    .soy-textos-topbar .soy-texto-slide {
        font-size: 12px;
    }
}


