/* Tudo do modal */
.modal {
    width: 100%;
    top: -4000px;
    margin: 0 auto !important;
    height: auto;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: all ease .4s;
    opacity: 0;
    transform: scale(0.9);
    text-align: center;
    background-color: rgb(0,21,60);
    border-radius: 8px;
    z-index: 1000;
}
.modal.active {
    top: 0;
    opacity: 1;
    transform: scale(1);
    border: none;
}
.atencao {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 10px;
    background-color: rgb(10, 84, 180);
}
.atencao .top {
    color: #FFF;
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    padding: 12px 0 16px 0;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: rgb(0,0,0);
}
.atencao .bottom {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    box-shadow: none;
    padding: 16px 10px 20px 10px;
    height: auto;
    border-radius: 8px;
    font-weight: 300;
    border: 2px solid rgb(0,0,0);
}
.rowModalExterno {
    width: 100%;
    background-color: rgb(10, 84, 180);
    padding: 20px !important;
    border-radius: 8px;
    height: auto;
    margin-top: 10px !important;
}
.rowModalInterno {
    width: 100% !important;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
p.texto_caixa {
    width: 100%;
    background-color: rgba(2,28,61,0.2);
}
p.texto_caixa input {
    margin-top: 5px;
    padding: 10px;
    width: 100%;
}
#captcha {
    font-size: 30px;
}

.row1Col {
    display: flex;
    gap: 20px;
}
.row2Col, .row3Col, .row4Col  {
    display: grid;
    gap: 20px;
    row-gap: 0;
    position: relative;
    align-items: start;
}
.row2Col {
    grid-template-columns: repeat(2, 1fr);
}
.row3Col {
    grid-template-columns: repeat(3, 1fr);
}
.row4Col {
    grid-template-columns: repeat(4, 1fr);
}

/* Botões de Publicar, Esqueci e Cancelar */
.buttonCad {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-top: 10px;
}
.buttonCad div {
    width: 200px;
    height: 50px;
    line-height: 48px;
    padding: 0 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: 300 !important;
    background-color: rgb(49, 137, 252);
    border-radius: 5px;
    cursor: pointer;
    margin-right: 8px;
}
.buttonCad div.logar:hover {
    background-color: rgba(29,185,29,0.7) !important;
}
.buttonCad div.esqueci:hover {
    background-color: rgba(245,233,8,0.7) !important;
}
.buttonCad div.cancela:hover {
    background-color: rgba(255,0,0,0.7) !important;
}
.card {
    position: absolute;
    width: 101%;
    height: 250px;
    background-color: white;
    overflow: hidden;
    z-index: 1;
    border: none;
}
.okay, .venc {
    z-index: 9;
}
.anuncio {
    position: relative;
    cursor: pointer;
}
.anuncio, .anuncio iframe, .urlImg {
    height: 249px !important;
}
.corpo {
    padding-bottom: 30px;
}
.imageCaptcha {
    height: auto;
    margin-top: 20px !important;
    padding: 0;
}
.image {
    height: auto;
    margin-top: 8px !important;
    background-color: #FFF;
    overflow: hidden !important;
    border: 1px solid #000 !important;
    border-radius: 5px;
}
input[id="captcha"] {
    margin-top: 8px !important;
    height: 50px;
    width: 100%;
    padding: 10px;
}
.termos {
    color: #000;
    padding: 10px;
    margin: 0 5px 0 0 !important;
    height: 60px;
    font-size: 15px;
}
.form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: -10px 0 0 0 !important;
}
#id01 button {
    outline: 0 !important;
    border: none !important;
}
button.btn-success, .btn.btn-warning {
    padding: 5px;
}
.btn.btn-warning {
    margin-left: 5px !important;
}
.termos option {
    text-align: right;
}
h1 {
    margin: 0 15px !important;
}
label {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 10px !important;
}
.image, input[id="captcha"] {
    text-align: center;
    border: 1px solid #CCC;
    margin-right: 10px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.captcha img {
    height: 100px !important;
    width: auto !important;
}
.btn-site {
    padding: 16px 0;
    margin-top: 8.5px !important;
}
.row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

/* Cabeçalho para as especialidades */
.espec_descricao {
	font-family: 'Russo One', sans-serif;
	font-size: 34px;
	letter-spacing: 1px;
	height: auto;
	text-align: center;
	display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	color: #FFF;
	background-color: rgb(10,84,180);
	text-shadow: 1px 1px 2px rgba(2,28,61,0.6);
	box-shadow: 1px 1px 2px rgba(2,28,61,0.6);
	margin: 0 auto 10px auto;
	border-radius: 8px;
	padding: 10px;
}
.temporario {
	font-family: 'Russo One', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(10,84,180);
    height: 300px;
}
.espec_descricao p {
	font-size: 24px;
	line-height: 32px;
	font-weight: 200;
	color: #000;
	text-shadow: none;
	text-align: left !important;
	letter-spacing: 0.1px;
	text-indent: 20px;
    margin: 0 0 3px 0;
}
.especialidade img {
	height: 55px;
	padding: 8px;
	background-color: rgb(253,164,0);
	margin-left: -5px;
}
#modal:hover {
	background-color: rgb(5,59,129);
	color: #FFF;
	cursor: pointer;
}
.bloco_especialidades {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    position: relative;
    padding: 0;
}
.container_top, .container_bottom {
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.container_top {
    width: 100%;
    margin: 0 auto !important;
}

.rowEspecialExterno {
    width: 100%;
    background-color: rgb(10, 84, 180);
    padding: 20px !important;
    border-radius: 8px;
    height: auto;
    margin-top: 10px !important;
}
.rowExterno {
    width: 100% !important;
    border: 1px solid #FFF;
    padding: 20px;
    position: relative;
}
.rowEspecialInterno {
    width: 100% !important;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(380px, 370px));
    gap: 25px;
}
.container_bottom {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(380px, 370px));
    gap: 25px;
    height: auto;
    margin-top: 10px !important;
    background-color: rgb(10, 84, 180);
    padding: 40px !important;
    border-radius: 8px;
}
.blocoImage, .blocoBotao {
    width: 80px;
    height: 80px;
}
.blocoImage {
    height: 80px;
    width: 80px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(253, 164, 0);
}
.blocoImage img {
    height: 60px;
    width: 60px;
}
.blocoBotao {
    margin: 3px 0 0 10px;
    height: 74px;
    width: auto;
    flex: 1;
}
.botaoPublique, .btnModal {
    width: auto;
    height: 78px;
    margin: -2px 0 0 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3995f0ff;
    color: #FFF;
    font-size: 2rem;
    border-radius: 8px;
    padding: 0 30px;
}
.botaoPublique:hover {
    background-color: #328f38ff;
    color: #FFF;
    text-decoration: none;
}
/* Fim de Cabeçalho para as especialidades */

.bloco_anuncio {
    flex-direction: column;
    margin: 0 !important;
    width: auto;
}
iframe {
    margin-bottom: -5px !important;
}
.w3-container {
    padding: 20px;
}

.image {
    width: 100%;
}
.image img {
    padding: 20px;
    margin: 5px !important;
    width: 30%;
}
.btnModal:hover {
    color: #000;
}
.espec_nome {
    line-height: 20px !important;
}
.titulo_geral .open, 
.titulo_geral .session {
    width: 170px;
    height: 30px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(59,118,195);
    color: #FFF !important;
    cursor: pointer;
    text-shadow: none;
    letter-spacing: -0.1px;
    border-radius: 2px;
    margin-top: 5px;
    padding: 10px 0 12px 0;
    font-weight: 300 !important;
}
.espec_nome .open {
    background-color: rgb(214,79,85);
}
.espec_nome .session {
    margin-bottom: 0 !important;
}
.espec_descricao {
    background-color: #FFF;
    border: 1px solid rgb(10,84,180);
    box-shadow: none;
}
.espec_descricao div {
    width: 100%;
    height: 500px;
    border-radius: 5px;
    margin: 0 0 10px 0 !important;
}
.espec_descricao strong {
    font-family: 'Oswald', sans-serif;
    font-weight: bolder;
}
.espec_descricao p a {
    font-family: 'Oswald', sans-serif;
    padding: 2px 0 7px 0;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    color: #FFF;
    background-color: rgb(59,118,195);
}
.espec_descricao div span {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0 8px 2px 8px;
    text-shadow: none;
    color: #000;
    position: absolute;
    right: 18px;
    top: 475px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #888;
    border-radius: 2px;
}

/* Imagem Bloco Youtuber */
.logoYoutuberDiv {
    width: 100%;
    height: 100%;
    background-color: rgb(15,15,15);
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.logoYoutuber {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 0 15px 0 !important;
}
/* Fim de Imagem Bloco Youtuber */

@media (max-width: 1248px) {
    .modal img {
        width: 70px;
        height: 70px;
    }
    .modal p {
        font-size: 20px;
        line-height: 26px;
    }
}
@media (max-width: 745px) {
    .col-md-4 button[type="submit"], .col-md-4 a {
        margin: 20px 0 0 0 !important;
    }
    .botaoPublique {
        font-size: 1.5rem;
    }
    .rowModalInterno {
        grid-template-columns: 1fr;
    }
    .buttonCad {
        display: block !important;
    }
    .buttonCad div {
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
    .rowModalExterno {
        height: 100vh;
    }
}
@media (max-width: 500px) {
    .rowEspecialExterno, .rowExterno, .bloco_total {
        display: contents;
    }
    .rowEspecialInterno {
        margin-top: 20px !important;
    }
    .container_top {
        display: block;
        height: auto;
    }
    .blocoImage, .blocoBotao {
        width: 100% !important;
    }
    .blocoBotao {
        margin: 10px 0 0 0 !important;
    }
}