﻿body {
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13pt;
}

h2 {
    font-size: 30pt;
    color: #7bbc93;
    font-weight: 900;
    text-align: center;
}

.banner_db {
    background-image: url("/PortalAssets/Images/debate-bioetica/banner_.jpg");
    height: 500px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.palestrantes_db {
    background: #7bbc93;
    color: #ffffff;
}

.palestrantes_db h2{
    color: #ffffff;
}

ul {
    list-style-image: url('/PortalAssets/Images/debate-bioetica/seta.png');

  }

.palestrantes-nome_db {
    color: #0d5196;
    font-weight: 900;
}

.palestrantes-cargo_db {
    font-style: italic;
    font-size: 11pt;
}

.local_db {
    background: #0d5196;
    color: #ffffff;
}

.iframe_db {
    height: 450px;
}

.inscricao_db img{
    max-width: 100%;
    height: 90px;
}

.inscricao_db iframe{
    width: 420px;
	height: 620px;
}

hr {
	border-top: 2px solid #0d5196;
}

@media (max-width: 1024px) {
    .banner_db {
        height: 350px;
    }
    .mapa_db {
        height: 400px;
    }
    .iframe_db {
        height: 100%;
    }
}

@media (max-width: 768px) {
    .banner_db {
        height: 260px;
        background-image: url("/PortalAssets/Images/debate-bioetica/banner_.jpg");
    }
    .mapa_db {
        height: 300px;
    }
    .iframe_db {
        height: 300px;
    }
    .inscricao_db img{
        height: 76px;
    }
}

@media (max-width: 600px) {
    .banner_db {
        background-image: url("/PortalAssets/Images/debate-bioetica/banner2_.jpg");
        height: 300px;
    }
}

@media (max-width: 425px) {
    h2 {
        font-size: 20pt;
        color: #7bbc93;
        font-weight: 900;
        text-align: center;
    }
    body {
        font-size: 12pt;
    }
    .banner_db {
        background-image: url("/PortalAssets/Images/debate-bioetica/banner3_.jpg");
        height: 213px;
    }
    
    .mapa_db {
        height: 250px;
    }
    .iframe_db {
        height: 250px;
    }
    .inscricao_db img{
        height: 65px;
    }
    .inscricao_db iframe{
	    width: 90%;
		height: 630px;
	}  
}

@media (max-width: 375px) {
    .banner_db {
        background-image: url("/PortalAssets/Images/debate-bioetica/banner4_.jpg");
        height: 188px;
    }
    .inscricao_db iframe{
	    width: 90%;
		height: 6300px;
	}
}

@media (max-width: 320px) {
    .banner_db {
        height: 165px;
    }
    .inscricao_db iframe{
	    width: 90%;
		height: 670px;
	} 
}