
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');


html {
    scroll-behavior: smooth;
  }
  
.menu {
    background-color: #aa2121 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -1px;
}

.menu a, .header a, .transmissao a{
    color: #fff;
}

.transmissao a:hover {
    text-decoration: none;
}

.icon-bars {
    color: #fff;
    font-size: 1.4em;
}

.btn {
    padding: 0.5em 2.5em;
    border-radius: 3em;
    border-width: 2px;
    font-weight: 600;
}

.swal2-styled.swal2-confirm {
    padding: 0.5em 2.5em !important;
    border-radius: 3em  !important;
    border-width: 2px  !important;
    font-weight: 600 !important;
}

.header {
    padding: 150px 0;
    width: 100%;
    height: auto;
    background: url(img/header-fundo.jpeg) no-repeat center center fixed; 
    background-size: cover;
}

.sobre h1 span, .oradores h1 span , .patrocinadores h1 span, .header h1 span, #media h1 span{
    background: rgb(0, 34, 73);
    color: #fff;
    padding: 0 10px;
    font-weight: bold;
    letter-spacing: -1px;
}

.programa h1 span {
    color: rgb(0, 34, 73);
    background-color: #fff;
    padding: 0 10px;
    font-weight: bold;
    letter-spacing: -1px;
}


.video {
    height: auto;
    width: 100%;
    text-align: center;
    padding: 100px;
    background: url(img/header-fundo.jpeg) no-repeat center center; 
    background-size: cover;

}
 

.circle {
    width: 210px;
    height: 210px;
    background: url(img/header-fundo.jpeg) no-repeat top center;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding: 80px 0;
    font-weight: bold;
    font-size: 14px;
    margin: 40px auto;
}

.orador-title {
    font-weight: bold;
    color:rgb(0, 34, 73);
    padding-top:30px;
    padding-bottom: 20px;
    font-size: 1.2em;
}

.orador-title-popup {
    font-weight: bold;
    color:rgb(0, 34, 73);
    font-size: 2.4em;;
    padding: 30px;

}

.orador-img {
    height: 170px;
    width: 170px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.sobre {
    margin: 100px 0;
    height: auto;
}

.sobre p{
font-weight: 300;
font-size: 20px;
color:rgb(0, 34, 73);
line-height: 1.7em;

}

.programa {
    background:linear-gradient(to bottom, rgba(122, 19, 19, 0.9), rgba(0, 34, 73, 0.8)), url(img/header-fundo.jpeg) no-repeat center;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
}

.dia {
    border-top: 2px solid #fff;
    padding: 40px 0;
}

.agenda-orador {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    object-fit: cover;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.transmissao{
    z-index: 10;
    position: fixed;
    right: 0;
    top :50vh;
    height: auto;
    width: auto;
    color: #fff;
    background-color:rgb(0, 34, 73);
    padding: 20px;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.46);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.46);
 }

 .oradores, .patrocinadores {
     padding: 100px 0;
 }

 .footer {
    background-color:rgb(0, 34, 73);
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: auto;
    padding: 50px;
    text-align: center;
 }

 .oradores p {
     line-height: 1.2em;
     text-align: center;
     margin: 10px;
 }

 .swal-wide{
    width:850px !important;
}

.temas .card {
    border-width: 4px;
    height: 200px;
}


.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.transmissao-title {
    font-size: 4em;
    color: #fff;
    font-weight: bold;
    padding: 30px 0;
}


.card h6 {
    font-size: 0.9em;
}


.media-img {
    height: 300px;
    object-fit: cover;
}