﻿/*
version:   	20201110
date:      	10/11/2020
last update: 10/11/2020
author:		Rafael Santana
email:     	youtube@gearlivetec.com.br
website:   	https://www.gearlivetec.com.br

*/

section {
    
}
    section.type-a {
        padding-top:60px;
        
    }
    section .section-title {
        text-align: center;
        color: #414141;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

#footer {
    background: #E1E1E1 !important;
}

    #footer h5 {
        padding-left: 10px;
        border-left: 3px solid #000000;
        padding-bottom: 6px;
        margin-bottom: 20px;
        color: #000000;
    }

    #footer a {
        color: #000000;
        text-decoration: none !important;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    #footer ul.social li {
        padding: 3px 0;
    }

        #footer ul.social li a i {
            margin-right: 5px;
            font-size: 25px;
            -webkit-transition: .5s all ease;
            -moz-transition: .5s all ease;
            transition: .5s all ease;

        }

        #footer ul.social li:hover a i {
            font-size: 30px;
            margin-top: -10px;
        }

        #footer ul.social li a,
        #footer ul.quick-links li a {
            color: #000000;
        }

            #footer ul.social li a:hover {
                color: #D49B00;
            }

    #footer ul.quick-links li {
        padding: 3px 0;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease;
    }

        #footer ul.quick-links li:hover {
            padding: 3px 0;
            margin-left: 5px;
            font-weight: 700;
        }

        #footer ul.quick-links li a i {
            margin-right: 5px;
        }

        #footer ul.quick-links li:hover a i {
            font-weight: 700;
        }

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

.social-a-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: Roboto;
    color: rgba(255, 255, 255, 0.9);
}

.social-a-container .col {
    border: 1px solid rgba(255, 255, 255, 0.8);
}


section {
}

    section.type-b {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    section .section-title {
        text-align: center;
        color: #414141;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

#footer-b {
    background: #414141 !important;
}

section {
}

    section.type-c {
        padding-top: 10px;
        padding-bottom: 0px;
    }

#footer-c {
    background: #EBEBEB !important;
}

.back-tit-azul {
    background: #E1E1E1 !important;
    color:white;
    text-align:center;
    padding:6px;
}

.back-tit-orange {
    background: #D49B00 !important;
    color: white;
    text-align: center;
    padding: 6px;
}