@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);

body{
    font-family: 'Roboto', sans-serif;
}


.pb-video-container {
    padding-top: 20px;
    background: red;
    font-family: Lato;
}

.pb-video {
    padding:0px 10px;
    margin-bottom: 20px;
    
}

.title{
    min-height: 45px;
    font-weight: 500;
    color: #1f1f1f;
    margin-top: 5px;
}

.poster {
    width: 100%;
}


.nav-videos .nav-tabs {
    display: flex;
    justify-content: center;
}

.nav-videos .nav-link{
    background-color: #c5c5c5;
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
}
.nav-videos .nav-link.active{
    background-color: #004573;
    color: white;
}


header h2 {
    text-align: center !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h1, h2 {
    letter-spacing: -.025em;
    margin: 0 0 10px;
    line-height: 1.2;
    font-weight: 700;
}

a, h1, h2 {
    color:#0D5F9C;
}


.bg-dark {
    background-color: #012e4c !important;
}

.info-list .info-item{
    width: 200px;
    text-align: center;
    margin-right: 20px; 
}

.info-item .info-titulo{
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 1.4rem;
}

@media (min-width:480px) {
    header {
        padding-top:30px;
        padding-bottom:30px
    }
    section {
        margin-bottom:40px
    }
}

