/*
Theme Name: Micrositios Santa Fe
Theme URI: https://santafe.gob.ar/ms
Author: Santa Fe WordPress team
Author URI: https://santafe.gob.ar/
Description: Tema para el sitio por defecto de Micrositios Santa Fe.
Version: 1.4.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: micrositios santa fe

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.div_right ul {
    float: right;
}

.footer .row-back-none {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}

@media (max-width: 480px) {
    .footer .row-back-none {
        align-items: center;
        flex-direction: column;
        padding: 1rem 2rem 4rem;
    }
}

@media (max-width: 480px) {
    .footer__redes-sociales {
        align-items: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem;
    }
}


.footer__logo-stg {
    text-align: center;
}

.footer__info div {
    text-align: right;
}

@media (max-width: 480px) {
    .footer__info div {
        text-align: center;
    }
}

.front-page__button-link {
    min-height: 38px;
}

.front-page__caption {
    padding: 10px;
}

.front-page__content {
    min-height: 150px;
}

.front-page__thumbnail {
    border: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
}

.navbar>.container.row-top {
    min-width: auto;
}

.navbar-header {
    display: grid;
    grid-template-columns: repeat(1, 1fr) 160px;
}

.stg-logos-logo-tec-stg:before,
.stg-logos-logo-stg:before,
.stg-logos-logo-full-stg:before {
    color: #515151;
    float: right;
    font-size: 40px;
}

.stg-logos-logo-gob {
	vertical-align: top;
}

.stg-logos-logo-tec-stg__footer {
    margin-left: 16px;
}

.stg-logos-logo-tec-stg__footer:before {
	color: hsla(0, 0%, 31%, 0.5);
	float: none;
	font-size: 60px;
}

.stg-logos-logo-tec-stg:before {
    /* content: "\e900"; */
}

.stg-logos-logo-stg:before {
    /* content: "\e901"; */
}

.stg-logos-logo-full-stg:before {
    /* content: "\e902"; */
}

.stg-logos {
    align-self: end;
}

.logo-brand {
    /* display: inline-block; */
}

.fourcol .thumbnail img {
	min-width: 350px;
}

#toolbars {
	color: white;
	padding-left: 10px;
}

.fourcol {
	margin-right: 3.8%;
}

.fourcol.last {
	margin-right: 0;
}

.text-right {
	text-align: right;
}

.caption {
    margin-top: 10px;
}

.thumbnail img {
    width: 100%;
}