@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    color: #222;
    box-sizing: border-box;
}
table{
    width:100%;
}
td{
    padding: 0.3rem;
}
html{
    background-color: #fefefe;
}
body{
    display: flex;
    flex-direction: column;
    position: relative;
}
h3{
    font-size: 1.25em;
}
.main-header{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: 0px 1px 5px 0px rgba(80, 80, 100, 0.3);
    padding: 10px 0;
    position: relative;
    z-index: 2;

}
.header-nav-mob{
    display: none;
}
.main-header-content{
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; 
    width: 100%;
    padding: 0 3rem;
}

.convenios, .plantonistas, .especialidades, .ohfl, .noticias, .contato, .exames{
    display: flex;
    position: relative;
    max-width: 1280px;
    flex-direction: column;
    align-items: start;
    justify-content: space-between; 
}
.header-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-header-content img{
    margin-right: 20px;
}
.header-nav a{
    display: flex;
    flex-direction: column;
}
.header-nav a img{
   width: 64px;

}
.header-nav ul{
   list-style: none;
   display: flex;
   flex-direction: row;
   margin-right: 20px;
   align-items: inherit;
}
.header-nav ul li a{
    text-decoration: none;
    font-size: 1em;
    padding: 10px;   
}
.header-nav ul li a:hover{
    font-weight: 800;
}

.ic-menu-mob{
    display: none;
}

.content{
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    z-index: 1;
}
h3{
    font-size: 2em;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.bg-convenios{
    padding: 20px 0;
    background-color: #b7b7f7;
}
.convenios{
    display: flex;
    justify-content: center;
    flex-direction: column;

}
.convenios ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.convenios ul li{
    box-sizing: border-box;
    padding: 5px 20px;
    margin: 5px 10px;
}



/* ****** BANNER ****** */
.banner{
    display: flex;
    flex-direction: row;
    overflow: hidden;
    width: 100%;
    height: 25em;
    position: relative;
    margin-bottom: 1em;
    text-align: center;
}
.banner #imgs{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0b0029;
    z-index: 1;
    overflow: hidden;
}
.banner #img img{
    position: inherit;
}
.banner-button{
    text-decoration: none;
    color: #fff;
    background-color: #22222223;
    padding: 1em;
    margin: 0 0.8em;
    border-radius: 50%;
}
.banner-mark{
    text-decoration: none;
    border-radius: 50%;
    width: .9em;
    height: .9em;
    background-color: #222222;
    margin: 0.8em;
}
.banner-button:hover, .banner-mark:hover{
    background-color: #ffffff65;
    color: #fff;
}
.banner img{
    z-index: 1;
    position: inherit;
}
.active{
    z-index: 999;
}
/*** FIM BANNER*******/
/* *** O HFL *** */
.ohfl{
    background-color: #d5d5ff;
    padding: 1em;
}
.ohfl article{
    display: flex;
    flex-direction: row;
}
.ohfl article img{
    width:50%;
}
.ohfl p{
    text-align: justify;
    padding: 0 1em;
    margin-bottom: .5em;
}
/* *** FIM OHFL *** */

/* *** Plantonistas *** */
.plantonistas{
   
    align-items: center;
    
}
.card-plantao{
    display: flex;
    align-items: center;
}
.cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cards .card{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #004aad;
    width: 12.5em;
    margin: 1em;
    padding: 1em;
    border-radius: 4%;
    justify-content: center;
    border: #004aad solid 2px;
}
.cards .card img{
    width: 80%;
    border-radius: 50%;
    margin-bottom: 1em;
    border: .4em solid #fff ;
    
}
.card h5, .card span{
    color: #fff;
    text-align: center;
}
.card:hover{
    border: #c70101 solid 2px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* *** FIM PLANTONISTAS *** */
/* *** NOTICIAS *** */
.img--visualizar{
    margin:0 auto;
    width:10rem;
}
.noticias{
    background-color: #3d94cf;
    max-width: 100%;
    padding: 2em;
}
.noticias__img{
    margin: 1rem auto;
    width: 70%;
}
.noticias__h4, .noticias__h5{
    margin: 0.5rem auto;
    color: #ffffff;
}
.noticias__h5{
    font-size:1em;
}
.noticias__ul{
    margin: 0 auto;
}
li::marker {
  color: #fff;
}
.noticias__p, .noticias__li{
    width: 50rem;
    text-align:justify;
    color:#fff;
    margin: 0.5rem auto;
}
.noticias__p b{
    color: #fff !important;
}
.btn-mais-noticias {
    padding: 12.5px 30px;
    border: 0;
    border-radius: 100px;
    background-color: #004aad;
    color: #ffffff;
    font-weight: Bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-decoration: none;
    margin: 0 auto;
  }
  
  .btn-mais-noticias:hover {
    background-color: #fd1010;
    box-shadow: 0 0 20px #6fc5ff50;
    transform: scale(1.1);
  }
  
  /*.btn-mais-noticias:active {
    background-color: #3d94cf;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    box-shadow: none;
    transform: scale(0.98);
  }*/
  .cards-news{
    display: flex;
    flex-wrap: wrap;
    margin: 1em 0;
    width: 100%;
    justify-content: center;

  }
  .card-news{
    width: 20%;
    display: flex;
    text-decoration: none;
    flex-direction: column;
    margin:  1em;
    background-color: #004aad;
    padding: 1em;
    border-radius: 2%;
  }
  
  .card-news h4{
    padding: 1em 0;
    color: #b7b7f7;
  }
  .card-news img{
    border-radius: 2%;
  }
  .card-news p{
    text-align: justify;
    color: #fff;
  }
  .card-news .publicacao{
    font-size: 0.6em;
    text-align: right;
  }
/***** FIM NOTICIAS*****/

/* *** EXAMES *** */
.exames{
    padding: 1em;
    align-items: center;
    width: 100%;
}
.exames .conteudo-exames{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.exames .conteudo-exames ul{
    list-style-type: none;
    width: 100%;
    margin-right: 5em;
}
.exames .conteudo-exames ul li{
    padding: .5em;
    border-bottom: #22222223 1px solid;
}
.exames .conteudo-exames img{
    width: 30rem;
}
/* *** FIM EXAMES *** */

/* **** ESPECIALIDADES **** */
 .conteudo-especialidades{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    
}
.especialidades .conteudo-especialidades ul{
    list-style: none;
    width: 100%;
    margin-left: 5em;
    display: flex;
    flex-wrap: wrap;
    
}
.especialidades  .conteudo-especialidades ul li{
    padding: .5em;
    border-bottom: #22222223 1px solid;
    margin: 0 0.4rem;
}
.especialidades  .conteudo-especialidades ul li a{
    padding: 1rem;
    text-decoration: none;
    display: block;
    width: 13.5em;
}

.especialidades .conteudo-especialidades ul li a:hover{
    font-weight: 600;
    cursor: pointer;
    background-color: #004aad;
    color: #fff;
}

.especialidades img{
    width: 24rem;
}

/* *** FIM ESPECIALIDADES *** */
/* *** CONTATO *** */
#cmdCipa, #lbCipa{
    display: none;
}
.contato{
    background-color: #74e3ffbd;
    width: 100%;
    padding: 1em;
    align-items: center;
}
.contato .con{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.contato .con form{
    background: #ddd;
    padding: 2rem;
}

.btn-align{
    display: flex;
    justify-content: end;
}

/* Location, Phone, Email Section */
.contact-list {
    list-style-type: none;
  }
  
  .list-item {
    line-height: 4;
    color: #aaa;
  }
  hr {
    border-color: rgba(255,255,255,.6);
  }

  .con .formulario{
    margin: 0 3em 0 0;
    width: 62%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .formulario .esquerda, .formulario .direita, .formulario .col-unica{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .formulario .esquerda{
    margin-right: 1rem;
  }
.form-row{
    display: inline-flex;
    width: 100%;
}
.formulario  label, .formulario  label{
    width: 6em;
    
  }

  .formulario input, .formulario select{
    height: 2rem;
    border: none;
    border-bottom: #000 0.1rem solid;
    background: #fefefe;
    outline: #004aad;
  }
  .formulario textarea{
    height: 8rem;
    border: none;
    border-bottom: #000 0.1rem solid;
    background: #fefefe;
    outline: #004aad;
  }
  .formulario button{
    border: none;

    background-color: #004aad;
    color: #ffffff;
    font-weight: Bold;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 1.1rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .formulario button:hover{
    background: #eee;
    color: #004aad;
  }

/*** FIM CONTATO ***/
/*** RODAPE ***/
.main-footer{
    background-color: #0b0029;
    border-top: #3332ce 5px solid;
    display: flex;
    align-items: center;
    padding: 2rem;
    color: #fff;
    justify-content: space-between;
}
.main-footer *{
    color: #fff;
    text-decoration: none;
}
.main-footer .footer-nav ul{
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    
}
.main-footer  .footer-nav ul li{
    border-bottom: #22222223 1px solid;
}
.main-footer  .footer-nav ul li a{
    text-decoration: none;
    display: block;
    width: 13.5em;
}

.main-footer .footer-nav ul li a:hover{
    font-weight: 600;
    cursor: pointer;
    color: #fff;
}
.main-footer.links .main-footer.social{
    text-decoration: none;
    color: #fff;
}
.main-footer .social a{
    padding: 5px 10px;
}
.social{
    text-align: center;
}
.social-ic{
    width: 3rem !important;
}
.copyright{
 background-color: #0b0029;
 color: #fff;
 text-align: center;
 font-size: 0.8rem;
}
/*** FIM RODAPE ***/

.info-contato table tbody tr{
    border-bottom: 1px solid #999;
}
.oculto{
    display:none;
}
.animado{
    display: flex;
    position: fixed;
    width: 100vw;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    color: #000;
    z-index: 9999;
    justify-content: center;
    background: RGBA(0, 0, 0, .8);
}
.animado p{
    color:#FFF;
}
.animado img{
    width:3rem;
}

/* RESPONSIVIDADE */
@media screen and (max-width: 480px) {
    .header-nav{
        display: none;
        flex-direction: column;
    
    }
    .convenios, .plantonistas, .especialidades, .ohfl, .noticias, .contato, .exames{
        display: flex;
        position: relative;
        width: 100%;
        /* margin: 0 3em 0 0; */
        justify-content: space-between; 
    }
    .ohfl article{
        display: flex;
        flex-direction: column;
    }
    .ohfl article img{
        width:100%;
    }
    .card-plantao img, .conteudo-exames img, .conteudo-especialidades img{
        display: none;
    }
    .exibir{
        display: block !important;
        width: 20rem !important;
    }
    .card-news {
        width: 47%;
        margin: 0.3em;
        padding: 0.5em;
    }
    .contato .con {
        
        flex-direction: column;
    }

    .con .formulario {
        margin: 0 3em 0 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .form-row {
        display: block;
        width: 100%;
    }

    .main-footer {
        flex-direction: column;
    }
    .footer-nav{
        margin: 2rem 0;
    }
    .info-contato{
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }
    .main-footer .footer-nav ul li a {
        padding: 0.5rem;
    }

    .cards .card{
        margin: 0.5em;
        width: 11em;
    }
    .main-header-content img{
        margin: 0 1rem;
    }

    section{
        width: 100%;
        /*padding: 1rem;*/
    }
    section img{
        width: 100%;
        margin: 0.5rem 0;
    }
    section p{
        padding: 0.8rem;
    }
    section h4{
        text-align: center;
    }
    .banner{
        display: none;
    }
    .noticias{
        padding: 0.6em;
    }
    .main-footer * {
        
        text-align: center;
    }
    h3{
        font-size: 1.5rem;
    }

        table {
            border-collapse: collapse;
        }
    
        tr {
            border-bottom: 1pt solid black;
        }
    .main-header{
        flex-direction: row;  
    }
    .main-header-content{
        justify-content: space-between;
        width: 100%;
        padding: 0 1rem;
    }
    .ic-menu-mob{
        display: block;
    }
    .ic-menu-mob img{
        width: 2rem !important;
    }
    .header-nav ul{
        
        flex-direction: column;
    }
    .header-nav-mob{
        text-align: center;
        background: #3d94cf;
    }
    .header-nav-mob ul{
        list-style: none;
    }
    .header-nav-mob ul li a{
        padding: 0.5rem;
        display: block;
        text-decoration: none;
        color: #fff;
    }
    .exibir{
        display: block;
    }

}