/*
Theme Name:   Nomady Child
Theme URI:	  http://nomady.minimaldog.net
Description:  Nomady Child Theme
Author:       minimaldog
Author URI:   https://themeforest.net/user/minimaldog/portfolio?ref=minimaldog
Template:     nomady
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, editor-style, featured-images, one-column, post-formats, right-sidebar, theme-options, three-columns, translation-ready, two-columns
Text Domain:  nomady-child
*/

/*Titulos - h1*/
.site-header-logo h1 {
    font-family: 'FontAwesome';
    letter-spacing: 2px;
}

/*Iconos Footer*/
.icons-footer {
    width: 100%;
    display: flex;
    /*justify-content: center*/;
}

.icons-footer a {padding: 0 12px;}

/*Titulos Footer*/
.IconF h2 {font-weight: 600;}

/*Texto por defecto plantilla*/
.site-footer-navigation.site-footer-content-section {
    display: none!;
}

/*Icon Footer*/
.Icon-Footer {
    width: 100%;
    display: table;
    text-align: center;
}

.Icon-Footer h2 {
    text-align: center;
    font-size: 37px;
    font-weight: 300;
    color: orange;
    margin: 0 0 12px 0;
}

.Icon-Footer p {
    font-size: 19px;
    font-weight: bolder;
    color: #ed580f;
}

.Icon-Footer h2:after{
    content: "";
    width: 145px;
    height: 4px;
    background-color: #faad1f;
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}