button.btn-busca {
    background: transparent;
    border: transparent;
}

.noticias .card-body h5,
.noticias .card-body p,
.blog.interna p {
	text-align: left;
}
.fotos p {
    font-size: 18px;
    color: #fff;
    text-align: left;
}
.fotos .btns-index a {
    background-color: var(--laranja-ppa);
    border-radius: 5px;
    padding: 10px 10px;
    color: white;
    text-decoration: none;
    transition: .4s;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fotos .btns-index a:hover {
	color: #fff;
	background: var(--amarelo-ppa);
}

.videos p {
    font-size: 18px;
    color: #7f7f7f;
    text-align: left;
}
.videos .btns-index {
	display: flex;
	justify-content: space-evenly;
}
.videos .btns-index a {
    background-color: var(--azul-marinho-ppa);
    border-radius: 5px;
    padding: 10px 10px;
    color: white;
    text-decoration: none;
    transition: .4s;
    font-size: 18px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.videos .btns-index a:hover {
	color: #fff;
	background: var(--laranja-ppa);
}

.fotos.fotos2 {
	background: var(--laranja-ppa)!important;
}
.fotos2 .btns-index {
	display: flex;
	justify-content: space-evenly;
}
.fotos.fotos2 .btns-index a {
    background-color: var(--azul-marinho-ppa);
}
.fotos.fotos2 .btns-index a:hover {
	color: #fff;
	background: var(--amarelo-ppa);
}

.blockquote.mb-0.card-body p>a,
.modal-body a {
	font-size: 18px;
	color: var(--laranja-ppa);
}
.noticias img.w-100 {
	height: 195px;
	object-fit: cover;
}

.card-ppa {
    -webkit-box-shadow: 0px 0px 6px 1px rgb(6 101 150 / 40%);
    -moz-box-shadow: 0px 0px 6px 1px rgba(6,101,150,0.4);
    box-shadow: 0px 0px 6px 1px rgb(6 101 150 / 40%);
}

@media (max-width: 1199px) {
	.btns-index {
	    display: block!important;
	}
	.btns-index a {
	    display: table;
	    margin: 3px auto;
	    text-align: center;
	    font-size: 16px!important;
	}
}
@media (max-width: 767px) {
	.navbar-light .navbar-nav .nav-link {
	    font-size: 18px!important;
	}
	.dropdown:hover .dropdown-menu {
	    transform: none!important;
	}
	.dropdown-item {
	    font-size: 18px;
	}
	section.ppa-virtual .form-link-btn {
	    padding: 10px 10px;
	    font-size: 18px;
	}
}

/* #exampleModalCenter .modal-content{
	border-radius: 35px 0;
} */
#exampleModalCenter .modal-content .modal-body a, #animated-button {
	font-size: 20px;
	color: white;
	background-color: #f15a28;
	padding: 10px 25px;
	display: block;
	margin: -5px 50px;
	text-align: center;
	/* border-radius: 10px; */
	transition: .4s;
}

@media(max-width: 750px){
	#exampleModalCenter .modal-content .modal-body a, #animated-button{
		font-size: 12px;
		margin: 0;
		padding: 10px 5px;
	}
}

#exampleModalCenter .modal-content .modal-body a:hover  ,#animated-button:hover{
	transform: scale(1.05)
}
h5#exampleModalLongTitle{
	font-size: 28px;
	font-weight: bold;
	color: var(--azul-marinho-ppa);
	width: 100%;
	display: block;
	margin: 0 auto;
}