* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

@keyframes surgir {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.menu-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    background-color: #fff;
    margin: 10px;
}

.menu-content .logo_ribeirao_bonito {
    width: 220px;
}

.menu-content .logo_pongeluppe {
    width: 180px;
}

.menu-middle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 15px 30px;
    width: 100%;
}

.menu-content h2 {
    padding: 5px 15px;
    font-size: 20px;
    cursor: pointer;
}

.menu-content h2 a {
    color: #5f5e5e;
    text-decoration: none;
}

.menu-content h2 a:hover {
    color: #f56a58;
    transition: 0.2s;
    font-size: 105%;
}

.capa img {
    width: 100%;
    position: relative;
    object-fit: cover;
    animation-name: surgir;
    height: 600px;
    object-position: 20% 100%;
    animation: surgir 1s ease-in-out;
    border-bottom: 2px solid #f56a58;
}

.capa {
    background-color: #fff;
}

.msg-portal {
    display: flex;
    flex-direction: column;
    font-size: 55px;
    color: #fff;
    animation: surgir 2s ease-in-out;

}

.msg-portal p {
    font-size: 25px;
    border-bottom: 1px solid #f56a58;
    color: #ff0000;
    text-shadow: 0.1em 0.1em 0.2em black;
    animation-name: anime;
    animation-duration: 2s;
    animation-iteration-count: 1;

}

.position-msg {
    position: absolute;
    top: 320px;
    left: 10px;
    animation-name: anime;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.info {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: surgir 1s ease-in-out;
    padding: 35px;
    background-color: #f56a58;
}

.info p {
    font-size: 20px;
    color: #fff;
}

.portal {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 35px;
    background-color: #fff;
}

.portal h1 {
    margin-bottom: 25px;
}

.portal-display {
    display: flex;
    flex-direction: column;
}

.portal-display div {
    flex-wrap: wrap;
    max-width: 1000px;
}

.portal-display button {
    width: 300px;
}

.portal-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin: 10px;
    border: 2px solid #5f5e5e;
    border-radius: 8px;
    font-weight: bold;
    color: #5f5e5e;

}

.portal-card img {
    margin-right: 10px;
}

.portal-card:hover {
    transition: 0.5s;
    transform: scale(1.1) translateZ(0);
    cursor: pointer;
}

.file-input {
    display: none;
}

.row {
    display: flex;
    flex-direction: row;
}

.row-nome {
    display: flex;
    flex-direction: row;
    color: #fff;
    text-shadow: 0.1em 0.1em 0.2em black;

}

.row-nome span {
    color: #ff1e00;
    text-shadow: 0.1em 0.1em 0.2em black;

}

@keyframes anime {
    0% {
        left: -320px;
    }

    100% {
        left: 0px;
    }
}

iframe {
    width: 100%;
    height: 400px;
}

.card-content {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}


.convenio{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    padding: 5% 10px;
}
.convenio h1{
    font-size: 45px;
    border-bottom: 1px solid #f56a58;
}
.convenio .img-logo {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.convenio .img-logo img {
    margin: 25px;
}

.card-content .card h2 {
    font-weight: bold;
    font-size: 18px;
}

.card-content .card p strong {
    font-weight: bold;
}

.card-content .card p {
    font-size: 16px;
    width: 72%;
}

.card-content .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 20em;
    width: 20em;
    color: #fff;
    margin: 50px;
    margin-bottom: 100px;

}

.map {
    border-top: 2px solid #de9090;
}

.context .containt {
    width: 50em;
}

.context .containt h4 {
    margin: 0px 15px 0px 15px;
    font-size: 40px;
    border-bottom: 1px solid #5f5e5e;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.context .containt p {
    padding-top: 20px;
    font-size: 1.2em;
    color: #5f5e5e;
    margin: 0px 15px 0px 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.context {
    display: flex;
    justify-content: center;
    height: 28em;
    align-items: center;
}

.menu-bottom {
    width: 100%;
    min-height: 20em;
    background-color: #00000e;
    border-radius: 15px 15px 0px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.menu-parte p {
    display: flex;
    align-items: center;
}

.menu-bottom .menu-parte svg {
    margin-right: 9px;
    cursor: pointer;
}

.menu-bottom .menu-parte {
    color: #fff;
    width: 400px;
    display: flex;
    flex-direction: column;
    margin: 25px;
    font-size: 1.2em;
}

.menu-bottom .menu-parte img {
    width: 13em;
    border-radius: 15px;
}

.menu-bottom .menu-parte .title {
    font-size: 30px;
    font-weight: bold;
}

.direitos {
    display: flex;
    padding: 10px;
    flex-direction: row;
    align-items: center;
    background-color: #00000e;
    justify-content: center;
    color: #fff;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row {
    flex-direction: row;
}

.mt-10 {
    margin-top: 10px;
}

.sb {
    justify-content: space-between;
}

.center {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.center h1 {
    font-size: 3em;
}

.espcialidades {
    min-height: 20em;
    max-height: 35em;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.espcialidades .cont-especialidade {
    padding: 15px;
    width: 100%;
    max-width: 200px;
    flex-direction: row;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.espcialidades .cont-especialidade img {
    width: 100px;
}

.espcialidades .cont-especialidade h3 {
    margin: 0px;
    font-size: 25px;
}