﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,800&display=swap');

@font-face {
    font-family: 'becash';
    src: url('../../portalsuplychain2020/fonts/becash.eot');
    src: url('../../portalsuplychain2020/fonts/becash.eot?#iefix') format('embedded-opentype'), url('../../portalsuplychain2020/fonts/becash.woff2') format('woff2'), url('../../portalsuplychain2020/fonts/becash.woff') format('woff'), url('../../portalsuplychain2020/fonts/becash.ttf') format('truetype'), url('../../portalsuplychain2020/fonts/becash.svg#becash') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Staatliches';
    src: url('../../portalsuplychain2020/fonts/Staatliches-Regular.eot');
    src: url('../../portalsuplychain2020/fonts/Staatliches-Regular.eot?#iefix') format('embedded-opentype'), url('../../portalsuplychain2020/fonts/Staatliches-Regular.woff2') format('woff2'), url('../../portalsuplychain2020/fonts/Staatliches-Regular.woff') format('woff'), url('../../portalsuplychain2020/fonts/Staatliches-Regular.ttf') format('truetype'), url('../../portalsuplychain2020/fonts/Staatliches-Regular.svg#Staatliches-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Open Sans';
    font-size: 16px;
    background-color: #000;
    padding: 0;
}

.pt-25 {
    padding-top: 25px;
}

.palestrante {
    font-size: 12px;
    color: #8ab7e2;
    font-weight: bold;
    display: block;
}

.cargo {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    display: block;
}

table.tabela {
    width: 100%;
}

@media (max-width: 767px) {
    table.tabela {
        display: none;
    }
}

@media (min-width: 768px) {
    div.tabela {
        display: none;
    }
}

section#transmissao {
    background: url(img/fundo.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 80px;
    padding-bottom: 80px;
}

    section#transmissao .video-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }

    section#transmissao .video-player {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    section#transmissao .live {
        font-size: 16px;
        color: #fff;
        font-weight: 300;
    }

section#comunidade {
    background-color: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 50px;
}

    section#comunidade h2 {
        font-family: Staatliches;
        font-size: 25px;
        color: #1a1a1a;
        font-weight: 400;
        line-height: 65px;
        margin-bottom: 50px;
        background-image: url(img/divider.png);
        background-repeat: no-repeat;
        background-position: center center;
        text-align: center;
        width: 100%;
        height: 65px;
        clear: both;
    }

    section#comunidade h3 {
        font-family: becash;
        font-size: 20px;
        text-align: center;
        font-weight: 400;
        color: #c91f2d;
        line-height: 25px;
    }

    section#comunidade p {
        font-size: 13px;
        color: #1a1a1a;
        line-height: 25px;
        text-align: center;
    }

    section#comunidade a {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        color: #333;
        font-weight: bold;
        line-height: 50px;
        text-transform: uppercase;
    }

        section#comunidade a:hover, section#comunidade a:focus {
            text-decoration: none;
        }

section#contato {
    padding-top: 75px;
    background-color: #fff;
    background-image: url(img/cadeia.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 400px 200px;
}

    section#contato h3 {
        font-family: Staatliches;
        font-size: 25px;
        color: #1a1a1a;
        font-weight: 400;
        line-height: 65px;
        margin-bottom: 50px;
        background-image: url(img/divider.png);
        background-repeat: no-repeat;
        background-position: center center;
        text-align: center;
        width: 100%;
        height: 65px;
        clear: both;
    }

    section#contato .divisor {
        border-right: solid #ccc 1px;
    }

        section#contato .divisor img {
            margin-right: 25px;
        }

    section#contato .telefone {
        font-family: Montserrat, sans-serif;
        font-size: 25px;
        color: #585858;
        font-weight: 700;
        line-height: 28px;
        margin: 0;
        padding: 0;
    }

        section#contato .telefone span {
            font-size: 18px;
            color: #58585B;
            font-weight: 400;
            margin-left: 25px;
        }

    section#contato .email {
        font-family: 'Open Sans', cursive;
        font-size: 14px;
        color: #404041;
        line-height: 15px;
        margin: 0;
        padding: 0;
        margin-left: 25px;
    }

section#rodape {
    background-color: #f2ac3d;
    font-size: 18px;
    color: #fff;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.p-3 {
    padding: 16px;
}

#vinte-anos {
    background-color: #fff;
}

    #vinte-anos h2 {
        font-family: Staatliches;
        font-size: 25px;
        color: #1a1a1a;
        font-weight: 400;
        line-height: 65px;
        margin-bottom: 20px;
        background-image: url(img/divider.png);
        background-repeat: no-repeat;
        background-position: center center;
        text-align: center;
        width: 100%;
        height: 65px;
        clear: both;
    }

#fotos-eventos {
    background-color: #fff;
    padding-bottom: 50px;
}

    #fotos-eventos h2 {
        font-family: Staatliches;
        font-size: 25px;
        color: #1a1a1a;
        font-weight: 400;
        line-height: 65px;
        margin-bottom: 50px;
        background-image: url(img/divider.png);
        background-repeat: no-repeat;
        background-position: center center;
        text-align: center;
        width: 100%;
        height: 65px;
        clear: both;
    }

#depoimentos {
    background-color: #fff;
    padding: 50px 0;
}

    #depoimentos h2 {
        font-family: Staatliches;
        font-size: 25px;
        color: #1a1a1a;
        font-weight: 400;
        line-height: 65px;
        margin-bottom: 50px;
        background-image: url(img/divider.png);
        background-repeat: no-repeat;
        background-position: center center;
        text-align: center;
        width: 100%;
        height: 65px;
        clear: both;
    }

    #depoimentos .box {
        background-color: #eee;
        padding: 15px;
        color: #111;
        min-height: 450px;
        border-radius: 5px;
    }

        #depoimentos .box h3 {
            font-size: 22px;
            font-weight: normal;
            text-align: center;
        }

        #depoimentos .box h4 {
            font-size: 18px;
            font-weight: normal;
            text-align: center;
        }

        #depoimentos .box h5 {
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            margin: 24px 0;
            color: #f5001c;
        }

input[type="text"] {
    font-size: 14px !important;
}

#topo {
    position: relative;
}

    #topo .topo {
        width: 100%;
        box-shadow: 0 5px 10px #444
    }

    #topo .logo1 {
        position: absolute;
        top: 20px;
        left: 50px;
        height: 100px;
    }

    #topo .logo2 {
        position: absolute;
        top: 20px;
        right: 50px;
        height: 60px;
    }

    #topo .botoes {
        position: absolute;
        top: 230px;
        right: 60px;
    }

        #topo .botoes img {
            height: 25px;
        }

    #topo .titulo {
        position: absolute;
        top: 350px;
        left: 0;
        right: 0;
    }

        #topo .titulo h2 {
            font-size: 30px;
            color: #1F4F51;
        }

        #topo .titulo h1 {
            font-size: 45px;
            color: #404040;
            font-weight: bold;
        }

            #topo .titulo h1 span {
                font-weight: normal;
            }

        #topo .titulo p {
            font-size: 35px;
            color: #404040;
        }

        #topo .titulo .patr {
            font-size: 16px;
            color: #231f20
        }

            #topo .titulo .patr .l1 {
                width: 165px;
                margin-top: 10px
            }

            #topo .titulo .patr .l2 {
                width: 165px;
                margin-top: 10px;
                margin-left: 20px
            }

    #topo .pesquisa {
        position: absolute;
        right: 90px;
        bottom: 70px;
        background-color: #d23840;
        border-radius: 100px;
        padding: 10px 15px;
    }

        #topo .pesquisa:hover {
            box-shadow: 2px 2px 8px #444;
        }

        #topo .pesquisa a {
            font-family: Montserrat;
            font-size: 18px;
            color: #fff;
            text-decoration: none;
        }

.faixa-20-anos {
    position: relative;
}

    .faixa-20-anos img {
        max-width: 100%;
    }

    .faixa-20-anos .conteudo {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: table;
        width: 100%;
        padding: 0 30px;
    }

    .faixa-20-anos .logo-20-anos {
        display: table-cell;
        vertical-align: middle;
        width: 33%;
        text-align: center;
    }

    .faixa-20-anos .logo-ciclo {
        display: table-cell;
        vertical-align: middle;
        width: 34%;
        text-align: center;
    }

    .faixa-20-anos .descricao {
        display: table-cell;
        vertical-align: middle;
        width: 33%;
        text-align: left;
    }

@media (max-width: 767px) {
    .faixa-20-anos .conteudo {
        height: 128px;
    }

    .faixa-20-anos .logo-20-anos {
        width: 100%;
    }

        .faixa-20-anos .logo-20-anos img {
            height: 25%;
            margin-top: -15px;
        }

    .faixa-20-anos .logo-ciclo {
        display: none;
    }

    .faixa-20-anos .descricao {
        display: none;
    }
}

@media (min-width: 1200px) {
    .faixa-20-anos .conteudo {
        height: 421px;
    }
}

@media (min-width: 1600px) {
    .faixa-20-anos .conteudo {
        height: 495px;
    }

    #topo .botoes {
        top: 260px;
    }

    #topo .pesquisa {
        bottom: 230px;
    }
}

@media (min-width: 1900px) {
    .faixa-20-anos .conteudo {
        height: 600px;
    }

    #topo .botoes {
        top: 320px;
    }
}

.data {
    position: absolute;
    top: 330px;
    right: 90px;
    display: table;
    color: #414042;
}

    .data .dia {
        font-size: 60px;
        font-weight: bold;
        padding-left: 10px;
    }

        .data .dia::after {
            content: " ";
            display: inline-block;
            width: 2px;
            height: 55px;
            background-color: #414042;
            margin-bottom: -5px;
        }

    .data .date::after {
        content: " ";
        display: inline-block;
        width: 1px;
        height: 55px;
        background-color: #414042;
        margin-bottom: -5px;
    }

    .data .mes {
        font-size: 17px;
        display: block;
        margin-top: 7px;
        margin-bottom: -4px;
        padding-left: 10px;
    }

    .data .ano {
        font-size: 26px;
        display: block;
        padding-left: 10px;
    }

    .data .hora {
        font-weight: bold;
        font-size: 24px;
        padding-left: 10px;
    }

        .data .hora span {
            display: block;
        }

@media (max-width: 500px) {
    #topo .pesquisa {
        left: 20px;
        right: 20px;
        bottom: -50px;
        text-align: center;
        padding: 5px 10px;
        box-shadow: 2px 2px 8px #444;
    }

        #topo .pesquisa a {
            font-size: 14px;
        }
}

@media (max-width: 767px) {
    #topo {
        background: url(img/faixa-topo-mobile.jpg) repeat-y;
        background-size: 100%;
        padding-bottom: 30px;
    }

        #topo .topo {
            box-shadow: none;
        }

        #topo .logo1 {
            position: absolute;
            top: 5px;
            left: 15px;
            height: 30px;
        }

        #topo .logo2 {
            position: absolute;
            top: 5px;
            right: 15px;
            height: 18px;
        }

        #topo .titulo {
            top: 85px;
        }

            #topo .titulo h2 {
                font-size: 12px;
                margin-bottom: 4px;
            }

            #topo .titulo h1 {
                font-size: 18px;
                margin-bottom: 4px;
            }

                #topo .titulo h1 span {
                    font-weight: normal;
                }

            #topo .titulo p {
                font-size: 14px;
                margin-bottom: 4px;
            }

            #topo .titulo .patr {
                font-size: 10px;
            }

                #topo .titulo .patr .l1 {
                    width: 80px;
                    margin-top: 5px
                }

                #topo .titulo .patr .l2 {
                    width: 80px;
                    margin-top: 5px;
                    margin-left: 10px
                }
}

#radMaturidade td, #radPrioridade td {
    padding: 5px 0;
}

#radMaturidade label, #radPrioridade label {
    display: inline !important;
    padding-left: 5px;
    font-size: 13px;
}
