@import url(reset.css);

/*DECLARAÇÃO FONTES*/
@font-face {
    font-family: "Montserrat-Regular";
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: "Montserrat-Light";
    src: url(../fonts/Montserrat-Light.ttf);
}

.lista-rodape a{
    text-decoration: none;
    font-family: "Montserrat-Regular";
    color: #ffffff;
}

* {
    margin:0;
    padding:0
}

/*Inicio Responsive 320*/
@media (min-width: 320px) and (max-width: 479.99px) {
    #pagina{
        width: 320px;
    }
    
    .centraliza {
        position: relative;
        float: left;        
        left:50%;
        margin-left: -160px;       
    }
   
    .ajuste{
        width: 100%;
        height: 47px;
        background-color: #576E46;
        position: fixed;
        top: 60px;       
        z-index: 10;     
    }
        
    .linha-superior-branca{
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        z-index: 10;
        position: fixed;
        left: 0;
    } 

    .controle-nav{
        visibility: hidden;
        left: -99999px;
        opacity: 0;
    }

    .ajuste-posicao{
        margin-top: 10px;
    }
    
    /*MENU NOVO*/
    .topnav {
        overflow: hidden;        
        background-color: #576E46;        
        position: fixed;
        top: 80px;
        z-index: 11;       
        right: 0;
        left: 0;
    }

    .topnav a {
        float: left;
        display: block;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        margin-right: 10px;
        padding: 6px 16px;       
        z-index: 12; 
        font-family: "Montserrat-SemiBold"; 
        font-size: 12;
    }
    
    .dropdown {
        float: left;
        overflow: hidden;
        z-index: 10;        
    }

    .dropdown .dropbtn {
        border: none;
        outline: none;
        color: #ffffff;
        padding: 12px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        z-index: 10;
        font-family: "Montserrat-SemiBold"; 
        font-size: 12;        
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #576E46;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 10;
        font-family: "Montserrat-SemiBold"; 
        font-size: 12;        
    }

    .dropdown-content a {
        float: none;
        color: #ffffff;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        z-index: 11;
    }

    .topnav a:hover, .dropdown:hover .dropbtn {
        color: white;    
        z-index: 10;
    }

    .dropdown-content a:hover {
        background-color: #ca9E67;
        color: black;
        z-index: 10;
    }

    .dropdown:hover .dropdown-content {
        display: block;
        z-index: 10;
    }

    /*
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
        z-index: 10;
    }
    */

    .topnav a:not(:nth-child(90)), .dropdown .dropbtn {
        display: none;
        z-index: 11;
    }

    .topnav a.icon {
        float: right;
        display: block;
        z-index: 10;
    }

    .topnav.responsive {position: fixed;}
    .topnav.responsive .icon {
        position: fixed;
        right: 0;
        top: 80px;
        z-index: 11;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        z-index: 10;
    }

    .topnav.responsive .dropdown {float: none; z-index: 10;}
    .topnav.responsive .dropdown-content {position: fixed; z-index: 10;}
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
        z-index: 10;
    }
    /*MENU NOVO*/

    b{
       font-size: 100%;
       font-family: sans-serif;
    }

    a{
       font-size: 100%;
       font-family: sans-serif;
    }

    #pagina .centraliza .cabecalho-superior{
        height: 90px;   
        z-index: 3;    
        margin: 0;
        padding: 0;       
    }    

    #pagina .logotipo{
        height: 20px;
        position: fixed;
        margin-left: -12px;       
        z-index: 10;    
        top: 30px;   
    }

    #pagina .icones-superior{
        text-decoration: none;
        float: left;
        columns: 5;
        margin-left: 140px; /*58% do total da página*/
        padding: 0;        
        list-style: none;     
        margin-top: 15px;
        position: fixed;
        z-index: 10;
    }

    #pagina .itens-lista-icones{
        width: 20px;
        height: 20px;  
        list-style: none
    }

    .banner-resumo-cintia-batista{
        width: 100%;
        height: 620px;
        position: absolute;
        top: 107px;   
    }

    #pagina .foto-dra-cintia-batista{
        width: 288px;
        height: 353px;       
        position: absolute;
        top: 140px; 
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
    }    

    .divisao-resumo-cintia-batista{
        width: 100%;
        height: 10px;
        position: absolute;
        top: 495px;
        background-color: #CA9E67;   
        z-index: 1;
    }
    
    #pagina .dra-cintia-batista {
        width: 240px;        
        text-align: center;
        position: absolute;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        top: 275px; 
        z-index: 2;
        left: 20px;
    }
    
    #pagina .dra-cintia-batista-especialidade-sec{
        width: 240px;
        font-size: 12;
        color: #ffffff;        
        position: absolute;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        top: 595px; 
        z-index: 2;
        /*
        letter-spacing: 2.1px;
        line-height: 1.1;
        */
        font-family: "Montserrat-Regular";
        line-height: 1.2;
        left: 40px;
    }
    
    #pagina .dra-cintia-batista-missao{
        width: 240px;
        font-size: 15;
        color: #ffffff;
        text-align: justify;
        position: absolute;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        top: 670px;
        z-index: 2;
        font-family: "Montserrat-SemiBold";
        left: 40px;
    }
    
    #pagina .icone-whatsapp{
        width: 50px;
        height: 50px;
        z-index: 10;
        cursor: pointer;
        top: 570px;
        left: 30px;
        position: fixed;
    }
    
    #pagina .chamada-cancer{
        color: #ca9E67;
        position: relative;
        top: 730px;
        text-align: center;
        letter-spacing: 18px;
        font-family: "Montserrat-Light";
        font-size: 40;
        left: 5px;
        width: 320px;
    }
    
    #pagina .chamada-voce-merece-todo-cuidado{
        width: 240px;
        color: #ca9E67;
        position: relative;
        top: 745px;
        text-align: center;
        font-family: "Montserrat-Regular";
        font-size: 16;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/     
    }
    
    #pagina .lista-servicos_dra_cintia_batista {
        cursor: pointer;
        margin-top: 780px; 
        list-style: none;
    }
    
    #pagina .servicos_dra_cintia_batista{
        width: 300px;
        height: 300px;
        padding: 05px;
        list-style: none;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
    }

    .servicos_dra_cintia_batista a{
        font-family: "Montserrat-Bold";
        color: #ffffff;
        text-decoration: none;
     }
    
    #pagina .servicos_dra_cintia_batista .servicos_dra_cintia_batista_ref{
        color: #ffffff;
        text-align: center;
        font-size: 20;
        position: relative;
        top: -170px;
        font-family: "Montserrat-Bold";
        width: 200px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/       
    }
    
    #pagina .foco-titulo-dra-cintia-batista{
        width: 240px;
        font-family: "Montserrat-Regular";
        color: #ca9e67;
        font-size: 22;
        letter-spacing: 6;
        top: 40px;
        position: relative;       
        text-align: left; 
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
    }
    
    #pagina .foco-subtitulo-dra-cintia-batista {
        width: 240px;
        font-family: "Montserrat-SemiBold";
        color: #ca9e67;
        font-size: 18;
        letter-spacing:2;
        line-height: 1.4;
        top: 60px;
        position: relative;       
        text-align: left;
       /*CENTRALIZAR OBJETOS*/
       display: block;
       margin-left: auto;
       margin-right: auto;
       /*CENTRALIZAR OBJETOS*/  
    }
    
    #pagina .img_dra_cintia_batista_diagnostico{      
        margin:0;
        padding: 0;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        position: relative;
        top: 240px;
    }
    
    #pagina .foco-texto-dra-cintia-batista {
        width: 240px;
        font-family: "Montserrat-Medium";  
        font-size: 14;    
        margin-top: -280px;
        text-align: justify;
        position: relative;   
        color: #706f6f;   
        line-height: 1.4;     
       /*CENTRALIZAR OBJETOS*/
       display: block;
       margin-left: auto;
       margin-right: auto;
       /*CENTRALIZAR OBJETOS*/     
    }
    
    #pagina .foco-texto-dra-cintia-batista-parte2 {
        width: 240px;
        font-family: "Montserrat-Medium";  
        font-size: 14;
        text-align: justify;
        margin-top: 380px;
       /*CENTRALIZAR OBJETOS*/
       display: block;
       margin-left: auto;
       margin-right: auto;
       /*CENTRALIZAR OBJETOS*/  
        position: relative;
        color: #706f6f;  
        line-height: 1.4;
    }
    
    #pagina .foco-texto-dra-cintia-batista-parte3 {
        width: 240px;
        font-family: "Montserrat-Medium";  
        font-size: 14;
        line-height: 1.4;
        text-align: justify;  
        position: relative;   
        color: #706f6f;
        margin-top: 5px;
       /*CENTRALIZAR OBJETOS*/
       display: block;
       margin-left: auto;
       margin-right: auto;
       /*CENTRALIZAR OBJETOS*/  
    }
    
    #pagina .grupo-exames{
        width: 320px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
    }
    
    #pagina .img_dra_cintia_batista_exames{   
        position: relative;
        top: 20px;    
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/        
    }
    
    #pagina .titulo-exame-dra-cintia-batista{
        width: 240px;
        font-family: "Montserrat-SemiBold";
        color: #ca9e67;
        font-size: 18;
        top:55px;
        position: relative;   
        text-align: left;
        line-height: 1.4;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/                
    }
    
    #pagina .exames-texto-dra-cintia-batista-parte1 {
        width: 240px;;
        font-family: "Montserrat-Medium";  
        font-size: 14;
        line-height: 1.4;
        top: 80px;
        text-align: justify;
        position: relative;   
        color: #706f6f;  
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/          
    }
    
    #pagina .exames-texto-dra-cintia-batista-parte2 {
        width: 240px;
        font-family: "Montserrat-Medium";  
        font-size: 14;
        top: 85px;
        text-align: justify;
        position: relative;   
        color: #706f6f;
        line-height: 1.4;        
         /*CENTRALIZAR OBJETOS*/
         display: block;
         margin-left: auto;
         margin-right: auto;
         /*CENTRALIZAR OBJETOS*/        
    } 

    .oncologia-carrossel-dra-cintia-batista{
        width: 100%;
        height: 900px;
        /*background-color: #e29b0c;*/
        position: absolute;
        top: 4750px;  
        z-index: -1;
    }    

    .slideshow-container {
        /*max-width: 1000px;*/
        position: relative;
        margin: auto;
        margin-top: 140px;
        height: 1420px;
    }

    .slideshow-container .imagem_carrossel{        
        position: relative;
        /*
        width: 600px;
        height: 810px;
        */
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/ 
               
    }
    

    /* Hide the images by default */
    .slideshow-container .mySlides {
        display: none;
    }

    /* Next & previous buttons */
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 10%;
        width: auto;
        /*margin-top: -262px;*/
        padding: 16px;
        font-weight: bold;
        font-size: 18;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }
    
    /* Caion text */
    .titulo-carrossel {
        position: relative;
        color: #CA9E67;
        font-size: 20;  
        padding: 8px 12px;
        /*bottom: 8px;*/
        width: 240px;        
        font-family: "Montserrat-SemiBold";
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/    
        top: 70px; 
        text-align: center;
    }

    .titulo-carrossel2 {
        top: 60px; 
        width: 280px;
    }
    

     .titulo-carrossel3 {
        width: 220px;
    }

    .titulo-carrossel4{ 
        top: 50px;
        width: 290px;
    }   
    
    
    .texto-carrossel{        
        font-size: 13;
        padding: 8px 12px;
        position: relative;
        /*bottom: 8px;*/
        width: 240px;
        text-align: justify;
        font-family: "Montserrat-Medium";
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/    
        top: 80px;
        line-height: 1.4;
    }
    
    .texto-carrossel1{        
        top: 90px;
        position: relative;
    }
    
    .texto-carrossel2{        
        top: 80px;
        position: relative;
    }

    .texto-carrossel3{        
        top: 90px;
        position: relative;
    }

    .texto-carrossel4{
        font-size: 13;        
        top: 60px;
    }
   
    .botao-carrossel{    
        border: 1px solid #000000;
        padding: 12px 12px;
        font-family: "Montserrat-SemiBold";
        color: #CA9E67;
        font-size: 14;
        width: 240px; 
        position: relative;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        background-color: #E3DED4;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        top: 120px;
    }
        
    .botao-carrossel2{    
        width: 260px;
     }    
    
    .botao-carrossel3{    
        width: 200px;
        top: 120px;
    }   
    
    .botao-carrossel4{    
        top: 100px;
    }    
    
    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 16px;
        width: 16px;
        margin: 0 2px;
        background-color: #CA9E67;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
        top: -490px;
        position: relative;
    }

    .active, .dot:hover {
        background-color: #E3DED4;
    }
    
    /* Fading animation */
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }
    
    @keyframes fade {
        from {opacity: .4};
        to {opacity: 1};
    }

    
    #pagina .informacao-cancer-com-ciencia{
        width: 260px;
        font-family: "Montserrat-Medium";  
        font-size: 16;
        margin-top: -450px;
        text-align: center;
        color: #CA9E67;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
        position: relative;
        letter-spacing: 2;
        line-height: 1.2;
    }
    
    #pagina .envio_email{
        width: 240px;
        height: 40px;
        background-color: #E3DED4;
        font-size: 18;
        font-family: "Montserrat-Medium";  
        text-align: left;
        margin-top: 40px;
        border: none;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
    }
    
    ::placeholder {
        font-size: 14;
        font-family: "Montserrat-Medium";
    }
    
    #pagina .envio_email_ok{
        width: 20px;
        height: 20px;
        position: relative;
        margin-left: 255px;
        top: -30px;
    }
    
    /*NOTICIAS*/
    #pagina .noticias_dra_cintia_batista{        
        list-style: none;
        display: block;      
        width: 240px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
    }
    
    #pagina .noticias_dra_cintia_batista .imagem_noticia{        
        position: relative;
        width: auto;
        height: auto;       
    }
    
    #pagina .noticias_dra_cintia_batista .titulo-noticia {
        position: relative;
        float: left;
        color: #576E46;
        font-size: 15;  
        width: 240px;
        text-align: center;
        font-family: "Montserrat-SemiBold";
        margin-top: 20px;
    }
    
    #pagina .noticias_dra_cintia_batista .titulo-noticia2 {
        line-height: 1.2;     
        letter-spacing: 0.2;
        top: -20px;
    }
    
    #pagina .noticias_dra_cintia_batista .texto-noticia{
        color: #706f6f;
        font-size: 14;
        position: relative;
        width: 240px;
        text-align: justify;
        font-family: "Montserrat-Regular";
        top: 20px;
        
    }

    #pagina .noticias_dra_cintia_batista .texto-noticia2{
        color: #706f6f;
        font-size: 14;
        position: relative;
        width: 240px;
        text-align: justify;
        font-family: "Montserrat-Regular";
        top: 5px;
        
    }
    
    #pagina .noticias_dra_cintia_batista .botao-noticia{    
        font-family: "Montserrat-SemiBold";
        color: #706f6f;
        font-size: 14;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        text-align: left;     
        margin-top: 30px;        
    }

    #pagina .ajuste_imagem_noticia2{
        top: -20px
    }
    
    #pagina .noticias_dra_cintia_batista .botao-noticia2{    
        /*margin-left: 480px;*/
        cursor: pointer;
        top: -15px;
        position: relative;
    }
    
    .endereco_dra_cintia_batista{
        background-color: #ededed;
        width: 100%;
        height: 780px;
        position: absolute;        
        z-index: -1;
        top: 6650px;
    }
    
    #pagina .imagem_endereco{        
        position: relative;
        width: 240px;
        height: 293px;     
        margin-top: 60px;    
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
    }
    
    #pagina .titulo-endereco {
        position: relative;
        color: #ca9e67;
        font-size: 20;  
        width: 240px;
        text-align: center;
        font-family: "Montserrat-SemiBold";
        margin-top: 40px;
        letter-spacing: 4;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/                
    }
    
     #pagina .texto-endereco{
        color: #706f6f;
        font-size: 12;
        position: relative;
        width: 240px;
        text-align: justify;
        font-family: "Montserrat-Regular";
        margin-top: 30px;     
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        line-height: 1.4;
    }
    
    #pagina .botao-endereco{    
        font-family: "Montserrat-SemiBold";
        color: #706f6f;
        font-size: 14;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        margin-top: 10px;             
        cursor: pointer;      
        text-align: left;        
        position: relative;     
        width: 240px;   
    }
    
    .mapa_endereco{
        top: 7435px;
        width: 100%;
        height: 400px;
        position: absolute;
        left: 0;
    }   
    
    .trajetoria{
        background-color: #E3DED4;
        width: 100%;
        height: 500px;
        position: absolute;
        top: 7840px;  
        z-index: -1;
        font-family: "Montserrat-Bold";
    }
    
    #pagina .lista_trajetoria{
        columns: 1;
        list-style: none;
        display: block;   
        margin-top: 500px;
        align-items: center;
        margin-left: 20px;
        width: 240px;
        font-family: "Montserrat-Bold";      
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  

    }
    
    #pagina .item_trajetoria{
        margin: 0;
        padding: 0;
        text-decoration: none;
        width: 240px;
        font-family: "Montserrat-Bold";  
    }
    
    #pagina .titulo-trajetoria-1 {
        color: #ca9e67;
        font-size: 30;  
        text-align: left;
        font-family: "Montserrat-Bold";    
        width: 240px;
        
    }
    
    #pagina .titulo-trajetoria-2 {
        color: #576E46;
        font-size: 30;  
        text-align: left;
        font-family: "Montserrat-Bold";    
        width: 240px;        
    }
    
    #pagina .titulo-trajetoria-21 {
        margin-top: 14px;     
    }
    
    #pagina .texto-trajetoria {
        color: #000000;
        font-size: 14;  
        text-align: left;
        font-family: "Montserrat-Regular";  
        margin-top: 10px;      
        width: 240px;
    }

    
    #pagina .jornada_paciente{
        font-size: 20;
        font-family: "Montserrat-SemiBold";    
        color: #ca9E67;
        margin-top: 80px;
        text-align: center;
        width: 240px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
    }
    
    #pagina .agende_sua_consulta{
        font-size: 18;
        font-family: "Montserrat-SemiBold";    
        color: #576E46;
        margin-top: 25px;
        text-align: center;
        width: 240px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
    }
    
    .rodape{
        background-color: #576E46;
        width: 100%;
        height: 1150px;
        position: absolute;
        top: 8490px;
        z-index: -1;
    }
    
    #pagina .lista-rodape {
        columns: 1;
        list-style: none;
        display: block;   
        margin-top: 70px;        
        width: 240px;  
        column-gap: 80px;
        margin-left: 40px;
        
    }
    
    #pagina .item-lista-rodape{
        color: #ffffff;
        font-size: 18;
        font-family: "Montserrat-SemiBold";  
        list-style: none;
    }
    
    #pagina .sub-lista-rodape{
        padding: 10px;
        margin-left: 20px;
        font-size: 12;
        font-family: "Montserrat-Regular";  
    }
    
    #pagina .sub-item-lista-rodape{
        cursor: pointer;
        font-size: 12;
        font-family: "Montserrat-Regular"; 
        padding: 03px; 
    }
    
    #pagina .lista-sub-lista-rodape{
        text-decoration: none;
        columns: 5;
        margin-left: 0px; /*58% do total da página*/
        padding: 0px;            
        list-style: none;   
        column-gap: 25px;
        float: left;
        margin-top: 10px;
        margin-bottom: 20px;        
    }
    
    #pagina .sub-item-lista-rodape-icones{
        list-style: none;    
        width: 30px;
        height: 30px; 
    }

    #pagina .produtora_emporio_isismaria{
        position: relative;
        text-align: center;
        font-family: "Montserrat-Regular";
        cursor: pointer;
        margin-top: 20px;
        width: 300px;
        height: auto;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/          
        }  
}

/*Inicio Responsive 480*/
@media (min-width: 480px) and (max-width: 599.99px) {
    #pagina{
        width: 480px;
    }
    
    .centraliza {
        position: relative;
        float: left;        
        left:50%;
        margin-left: -240px;       
    }
   
    .ajuste{
        width: 100%;
        height: 50px;
        background-color: #576E46;
        position: fixed;
        top: 80px;     
        z-index: 10;    
    }

    .linha-superior-branca{
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        z-index: 10;
        position: fixed;
        left: 0;
    }  
    
    .controle-nav{
        visibility: hidden;
        left: -99999px;
        opacity: 0;
    }    

    
    .ajuste-posicao{
        margin-top: 10px;
    }
        
    /*MENU NOVO*/
    .topnav {
        overflow: hidden;        
        background-color: #576E46;        
        position: fixed;
        top: 80px;
        z-index: 11;
        font-family: "Montserrat-SemiBold"; 
        font-size: 12;
        right: 0;
        left: 0;
    }

    .topnav a {
        float: left;
        display: block;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        margin-right: 10px;
        padding: 8px 20px;    
        z-index: 12; 
        font-family: "Montserrat-SemiBold"; 
        font-size: 12;
    }

    .dropdown {
        float: left;
        overflow: hidden;
        z-index: 10;        
    }

    .dropdown .dropbtn {
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        z-index: 10;
        font-family: "Montserrat-SemiBold"; 
        font-size: 12;        
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #576E46;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 10;
    }

    .dropdown-content a {
        float: none;
        color: #ffffff;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        z-index: 11;
    }

    .topnav a:hover, .dropdown:hover .dropbtn {
        /*background-color: #ca9E67;*/
        color: white;    
        z-index: 10;
    }

    .dropdown-content a:hover {
        background-color: #ca9E67;
        color: black;
        z-index: 10;
    }

    .dropdown:hover .dropdown-content {
        display: block;
        z-index: 11;
    }

    /*
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
        z-index: 10;
    }
    */

    .topnav a:not(:nth-child(90)), .dropdown .dropbtn {
        display: none;
        z-index: 11;
    }

    .topnav a.icon {
        float: right;
        display: block;
        z-index: 11;
    }

    .topnav.responsive {position: fixed;}
    .topnav.responsive .icon {
        position: fixed;
        right: 0;
        top: 80px;
        z-index: 11;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        z-index: 10;
    }

    .topnav.responsive .dropdown {float: none; z-index: 10;}
    .topnav.responsive .dropdown-content {position: fixed; z-index: 10;}
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
        z-index: 10;
    }
    /*MENU NOVO*/

    b{
       font-size: 100%;
       font-family: sans-serif;
    }

    a{
       font-size: 100%;
       font-family: sans-serif;
    }

    #pagina .centraliza .cabecalho-superior{
        height: 90px;   
        z-index: 3;    
        margin: 0;
        padding: 0;       
    }    

    #pagina .logotipo{
        height: 30px;
        width: 120px;
        position: fixed;
        margin-left: 02px;       
        z-index: 10;    
        top: 25px;
    }

    #pagina .icones-superior{
        text-decoration: none;
        float: left;
        columns: 5;
        margin-left: 210px; /*58% do total da página*/
        padding: 0;        
        list-style: none;     
        margin-top: 05px;
        position: fixed;
        z-index: 10;           
    }

    #pagina .itens-lista-icones{
        width: 35px;
        height: 35px;  
        list-style: none
    }

    .banner-resumo-cintia-batista{
        width: 100%;
        height: 800px;
        position: absolute;
        top: 130px;   
    }

    #pagina .foto-dra-cintia-batista{
        width: 427px;
        height: 522px;       
        position: absolute;
        top: 140px; 
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
        left: 30px;
    }    

    .divisao-resumo-cintia-batista{
        width: 100%;
        height: 10px;
        position: absolute;
        top: 660px;
        background-color: #CA9E67;   
        z-index: 1;
    }
    
    #pagina .dra-cintia-batista {
        width: 400px;        
        text-align: justify;
        position: absolute;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        top: 360px;
        z-index: 2;
        left: 20px;
    }
    
    #pagina .dra-cintia-batista-especialidade-sec{
        width: 400px;
        font-size: 15;
        color: #ffffff;        
        position: relative;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        top: 760px;
        z-index: 2;
        /*
        letter-spacing: 2.1px;
        line-height: 1.1;
        */
        font-family: "Montserrat-Regular";
        line-height: 1.2;
        left: 0px;
    }
    
    #pagina .dra-cintia-batista-missao{
        width: 400px;
        font-size: 18;
        color: #ffffff;
        text-align: justify;
        position: relative;
        font-family: "Montserrat-SemiBold";
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        top: 800px;
        z-index: 2;
    }
    
    #pagina .icone-whatsapp{
        width: 50px;
        height: 50px;
        z-index: 10;
        cursor: pointer;
        top: 570px;
        left: 30px;
        position: fixed;
    }
    
    #pagina .chamada-cancer{
        color: #ca9E67;
        position: relative;
        top: 870px;
        text-align: center;
        letter-spacing: 18px;
        font-family: "Montserrat-Regular";
        font-size: 40;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/        
        width: 290px;  
    }
    
    #pagina .chamada-voce-merece-todo-cuidado{
        width: 290px;
        color: #ca9E67;
        position: relative;
        top: 890px;
        text-align: center;
        font-family: "Montserrat-Regular";
        font-size: 20;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/     
    }
    
    #pagina .lista-servicos_dra_cintia_batista {
        cursor: pointer;
        margin-top: 920px; 
        list-style: none;
    }
    
    #pagina .servicos_dra_cintia_batista{
        width: 300px;
        height: 300px;
        padding: 05px;
        list-style: none;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
    }

    .servicos_dra_cintia_batista a{
        font-family: "Montserrat-Bold";
        color: #ffffff;
        text-decoration: none;
     }
    
    #pagina .servicos_dra_cintia_batista .servicos_dra_cintia_batista_ref{
        color: #ffffff;
        text-align: center;
        font-size: 20;
        position: relative;
        top: -170px;
        font-family: "Montserrat-Bold";
        width: 200px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/       
    }
    
    #pagina .foco-titulo-dra-cintia-batista{
        width: 400px;
        font-family: "Montserrat-Regular";
        color: #ca9e67;
        font-size: 22;
        letter-spacing: 6;
        top: 40px;
        position: relative;       
        text-align: left; 
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
    }
    
    #pagina .foco-subtitulo-dra-cintia-batista {
        width: 400px;
        font-family: "Montserrat-SemiBold";
        color: #ca9e67;
        font-size: 19;
        letter-spacing:2;
        top: 60px;
        position: relative;       
        text-align: left;
       /*CENTRALIZAR OBJETOS*/
       display: block;
       margin-left: auto;
       margin-right: auto;
       /*CENTRALIZAR OBJETOS*/  
    }
    
    #pagina .img_dra_cintia_batista_diagnostico{      
        margin:0;
        padding: 0;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        position: relative;
        top: 260px;
    }
    
    #pagina .foco-texto-dra-cintia-batista {
        width: 400px;
        font-family: "Montserrat-Medium";  
        font-size: 18;    
        margin-top: -380px;
        text-align: justify;
        position: relative;   
        color: #706f6f;   
        line-height: 1.4;     
       /*CENTRALIZAR OBJETOS*/
       display: block;
       margin-left: auto;
       margin-right: auto;
       /*CENTRALIZAR OBJETOS*/     
    }
    
    #pagina .foco-texto-dra-cintia-batista-parte2 {
        width: 400px;
        font-family: "Montserrat-Medium";  
        font-size: 18;
        text-align: justify;
        margin-top: 530px;
       /*CENTRALIZAR OBJETOS*/
       display: block;
       margin-left: auto;
       margin-right: auto;
       /*CENTRALIZAR OBJETOS*/  
        position: relative;
        color: #706f6f;  
        line-height: 1.4;
    }
    
    #pagina .foco-texto-dra-cintia-batista-parte3 {
        width: 400px;
        font-family: "Montserrat-Medium";  
        font-size: 18;
        line-height: 1.4;
        text-align: justify;  
        position: relative;   
        color: #706f6f;
       /*CENTRALIZAR OBJETOS*/
       display: block;
       margin-left: auto;
       margin-right: auto;
       /*CENTRALIZAR OBJETOS*/  
    }
    
    #pagina .grupo-exames{
        width: 400px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
    }
    
    #pagina .img_dra_cintia_batista_exames{   
        position: relative;
        top: 20px;    
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/        
    }
    
    #pagina .titulo-exame-dra-cintia-batista{
        width: 400px;
        font-family: "Montserrat-SemiBold";
        color: #ca9e67;
        font-size: 20;
        top: 65px;
        position: relative;   
        text-align: justify;
        line-height: 1.2;    
        letter-spacing: 2;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/                
    }
    
    #pagina .exames-texto-dra-cintia-batista-parte1 {
        width: 400px;;
        font-family: "Montserrat-Medium";  
        font-size: 18;
        line-height: 1.4;
        top: 80px;
        text-align: justify;
        position: relative;   
        color: #706f6f;  
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/          
    }
    
    #pagina .exames-texto-dra-cintia-batista-parte2 {
        width: 400px;
        font-family: "Montserrat-Medium";  
        font-size: 18;
        top: 85px;
        text-align: justify;
        position: relative;   
        color: #706f6f;
        line-height: 1.4;        
         /*CENTRALIZAR OBJETOS*/
         display: block;
         margin-left: auto;
         margin-right: auto;
         /*CENTRALIZAR OBJETOS*/        
    } 

    .oncologia-carrossel-dra-cintia-batista{
        width: 100%;
        height: 1150px;
        /*background-color: #e29b0c;*/
        position: absolute;
        top: 5110px;  
        z-index: -1;
    }    

    .slideshow-container {
        /*max-width: 1000px;*/
        position: relative;
        margin: auto;
        margin-top: 140px;
        height: 1420px;
    }

    .slideshow-container .imagem_carrossel{        
        position: relative;
        /*
        width: 600px;
        height: 810px;
        */
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/ 
               
    }
    

    /* Hide the images by default */
    .slideshow-container .mySlides {
        display: none;
    }

    /* Next & previous buttons */
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 20%;
        width: auto;
        /*margin-top: -262px;*/
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }
    
    /* Caion text */
    .slideshow-container .titulo-carrossel {
        position: relative;
        color: #CA9E67;
        font-size: 30;  
        padding: 8px 12px;
        /*bottom: 8px;*/
        width: 400px;        
        font-family: "Montserrat-SemiBold";
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/    
        top: 40px; 
        text-align: center;
        line-height: 43px;
    }

    .slideshow-container .titulo-carrossel3 {
        width: 340px;
    }

    .slideshow-container .titulo-carrossel4 {
        width: 400px;
    }   

    /*
    .slideshow-container .titulo-carrossel2 {
        letter-spacing: 2.6;
    }
    */
    .slideshow-container .texto-carrossel{        
        font-size: 18;
        padding: 8px 12px;
        position: relative;
        /*bottom: 8px;*/
        width: 400px;
        text-align: justify;
        font-family: "Montserrat-Medium";
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/    
        top: 80px;
        line-height: 1.4;
    }

    /*
    .texto-carrossel3{        
        top: 1800px;
    }
    
 */
    .slideshow-container .texto-carrossel4{        
        top: 60px;
    }
   

    .slideshow-container .botao-carrossel{    
        border: 1px solid #000000;
        padding: 12px 12px;
        font-family: "Montserrat-SemiBold";
        color: #CA9E67;
        font-size: 16;
        width: 250px; 
        position: relative;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        background-color: #E3DED4;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        top: 180px;
    }
        
    .slideshow-container .botao-carrossel2{    
        width: 290px;
        top: 140px;
     }    
    
    .slideshow-container .botao-carrossel3{    
        width: 220px;
        top: 140px;
    }   
    
    .slideshow-container .botao-carrossel4{    
        top: 100px;
    }    
    
    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 16px;
        width: 16px;
        margin: 0 2px;
        background-color: #CA9E67;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
        top: -260px;
        position: relative;
    }

    .active, .dot:hover {
        background-color: #E3DED4;
    }
    
    /* Fading animation */
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }
    
    @keyframes fade {
        from {opacity: .4};
        to {opacity: 1};
    }

    
    #pagina .informacao-cancer-com-ciencia{
        width: 400px;
        font-family: "Montserrat-Medium";  
        font-size: 18;
        margin-top: -220px;
        text-align: justify;
        color: #CA9E67;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
        position: relative;

        letter-spacing: 2;
        line-height: 1.2;
    }
    
    #pagina .envio_email{
        width: 400px;
        height: 64px;
        background-color: #E3DED4;
        font-size: 18;
        font-family: "Montserrat-Medium";  
        text-align: left;
        margin-top: 40px;
        border: none;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
    }
    
    ::placeholder {
        font-size: 14;
        font-family: "Montserrat-Medium";
    }
    
    #pagina .envio_email_ok{
        width: 40px;
        height: 40px;
        position: relative;
        margin-left: 380px;
        top: -50px;
    }
    
    /*NOTICIAS*/
    #pagina .noticias_dra_cintia_batista{        
        list-style: none;
        display: block;      
        width: 400px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
    }
    
    #pagina .noticias_dra_cintia_batista .imagem_noticia{        
        position: relative;
        width: auto;
        height: auto;       
    }
    
    #pagina .noticias_dra_cintia_batista .titulo-noticia {
        position: relative;
        float: left;
        color: #576E46;
        font-size: 18;  
        width: 400px;
        text-align: justify;
        font-family: "Montserrat-SemiBold";
        margin-top: 20px;
    }
    
    #pagina .noticias_dra_cintia_batista .titulo-noticia2 {
        line-height: 1.2;     
        letter-spacing: 0.2;
    }
    
    #pagina .noticias_dra_cintia_batista .texto-noticia{
        color: #706f6f;
        font-size: 18;
        position: relative;
        width: 400px;
        text-align: justify;
        font-family: "Montserrat-Regular";
        top: 20px;
        
    }
    
    #pagina .noticias_dra_cintia_batista .botao-noticia{    
        font-family: "Montserrat-SemiBold";
        color: #706f6f;
        font-size: 18;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        text-align: left;     
        margin-top: 30px;        
    }
    
    #pagina .noticias_dra_cintia_batista .botao-noticia2{    
        /*margin-left: 480px;*/
        cursor: pointer;
        /*top: -23px;*/
        position: relative;
    }
    
    .endereco_dra_cintia_batista{
        background-color: #ededed;
        width: 100%;
        height: 1050px;
        position: absolute;        
        z-index: -1;
        top: 7390px;
    }
    
    #pagina .imagem_endereco{        
        position: relative;
        width: 381px;
        height: 466px;     
        margin-top: 60px;    
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
    }
    
    #pagina .titulo-endereco {
        position: relative;
        color: #ca9e67;
        font-size: 26;  
        width: 300px;
        text-align: center;
        font-family: "Montserrat-SemiBold";
        margin-top: 40px;
        letter-spacing: 4;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/                
    }
    
     #pagina .texto-endereco{
        color: #706f6f;
        font-size: 19;
        position: relative;
        width: 400px;
        text-align: justify;
        font-family: "Montserrat-Regular";
        margin-top: 30px;     
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        line-height: 1.4;

    }
    
    #pagina .botao-endereco{    
        font-family: "Montserrat-SemiBold";
        color: #706f6f;
        font-size: 20;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        margin-top: 10px;             
        cursor: pointer;      
        text-align: left;        
        position: relative;     
        width: 400px;   
    }
    
    .mapa_endereco{
        top: 8450px;
        width: 100%;
        height: 400px;
        position: absolute;
        left: 0;
    }   
    
    .trajetoria{
        background-color: #E3DED4;
        width: 100%;
        height: 550px;
        position: absolute;
        top: 8860px;  
        z-index: -1;
        font-family: "Montserrat-Bold";
    }
    
    #pagina .lista_trajetoria{
        columns: 1;
        list-style: none;
        display: block;   
        margin-top: 510px;
        align-items: center;
        margin-left: 20px;
        width: 400px;
        font-family: "Montserrat-Bold";      
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  

    }
    
    #pagina .item_trajetoria{
        margin: 0;
        padding: 0;
        text-decoration: none;
        width: 400px;
        font-family: "Montserrat-Bold";  
    }
    
    #pagina .titulo-trajetoria-1 {
        color: #ca9e67;
        font-size: 30;  
        text-align: left;
        font-family: "Montserrat-Bold";    
        width: 400px;
        
    }
    
    #pagina .titulo-trajetoria-2 {
        color: #576E46;
        font-size: 30;  
        text-align: left;
        font-family: "Montserrat-Bold";    
        width: 400px;        
    }
    
    #pagina .titulo-trajetoria-21 {
        margin-top: 15px;     
    }
    
    #pagina .texto-trajetoria {
        color: #000000;
        font-size: 20;  
        text-align: left;
        font-family: "Montserrat-Regular";  
        margin-top: 10px;      
        width: 400px;
    }

    
    #pagina .jornada_paciente{
        font-size: 26;
        font-family: "Montserrat-SemiBold";    
        color: #ca9E67;
        margin-top: 90px;
        text-align: center;
        width: 480px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
    }
    
    #pagina .agende_sua_consulta{
        font-size: 24;
        font-family: "Montserrat-SemiBold";    
        color: #576E46;
        margin-top: 30px;
        text-align: center;
        width: 371px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
    }
    
    .rodape{
        background-color: #576E46;
        width: 100%;
        height: 1050px;
        position: absolute;
        top: 9590px;
        z-index: -1;
    }
    
    #pagina .lista-rodape {
        columns: 1;
        list-style: none;
        display: block;   
        margin-top: 70px;        
        width: 400px;  
        column-gap: 80px;
        margin-left: 40px;
        
    }
    
    #pagina .item-lista-rodape{
        color: #ffffff;
        font-size: 20;
        font-family: "Montserrat-SemiBold";  
        list-style: none;
    }
    
    #pagina .sub-lista-rodape{
        padding: 10px;
        margin-left: 20px;
        font-size: 12;
        font-family: "Montserrat-Regular";  
    }
    
    #pagina .sub-item-lista-rodape{
        cursor: pointer;
        font-size: 12;
        font-family: "Montserrat-Regular"; 
        padding: 03px; 
    }
    
    #pagina .lista-sub-lista-rodape{
        text-decoration: none;
        columns: 5;
        margin-left: 0px; /*58% do total da página*/
        padding: 0px;            
        list-style: none;   
        column-gap: 25px;
        float: left;
        margin-top: 10px;
        margin-bottom: 20px;        
    }
    
    #pagina .sub-item-lista-rodape-icones{
        list-style: none;    
        width: 35px;
        height: 35px; 
    }

    #pagina .produtora_emporio_isismaria{
        position: relative;
        text-align: center;
        font-family: "Montserrat-Regular";
        cursor: pointer;
        margin-top: 40px;
        height: auto;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
    }  
}

@media (min-width: 600px) and (max-width: 799.99px) {
    #pagina{
        width: 600px;
    }
    
    .centraliza {
        position: relative;
        float: left;        
        left:50%;
        margin-left: -300px;       
    }
   
    .ajuste{
        width: 100%;
        height: 50px;
        background-color: #576E46;
        position: fixed;
        top: 80px;
        z-index: 10;          
    }

    .linha-superior-branca{
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        z-index: 10;
        position: fixed;
        left: 0;
    }    

    .controle-nav{
        visibility: hidden;
        left: -99999px;
        opacity: 0;
    }    

    
    .ajuste-posicao{
        margin-top: 10px;
    }
        
    /*MENU NOVO*/
    .topnav {
        overflow: hidden;        
        background-color: #576E46;        
        position: fixed;
        top: 80px;
        z-index: 11;
        font-family: "Montserrat-SemiBold"; 
        font-size: 12;
        right: 0;
        left: 0;
    }

    .topnav a {
        float: left;
        display: block;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        margin-right: 10px;
        padding: 8px 20px;       
        z-index: 12; 
        font-family: "Montserrat-SemiBold"; 
        font-size: 12;
    }

    .dropdown {
        float: left;
        overflow: hidden;
        z-index: 10;        
    }

    .dropdown .dropbtn {
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        z-index: 10;
        font-family: "Montserrat-SemiBold"; 
        font-size: 12;     

    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #576E46;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 10;
    }

    .dropdown-content a {
        float: none;
        color: #ffffff;
        padding: 10px 14px;
        text-decoration: none;
        display: block;
        text-align: left;
        z-index: 11;
    }

    .topnav a:hover, .dropdown:hover .dropbtn {
        /*background-color: #ca9E67;*/
        color: white;    
        z-index: 10;

    }

    .dropdown-content a:hover {
        background-color: #ca9E67;
        color: black;
        z-index: 10;
    }

    .dropdown:hover .dropdown-content {
        display: block;
        z-index: 10;
    }


    /*
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
        z-index: 10;
    }
    */

    .topnav a:not(:nth-child(90)), .dropdown .dropbtn {
        display: none;
        z-index: 11;
    }

    .topnav a.icon {
        float: right;
        display: block;
        z-index: 11;
    }

    .topnav.responsive {position: fixed;}
    .topnav.responsive .icon {
        position: fixed;
        right: 0;
        top: 80px;
        z-index: 11;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        z-index: 11;
    }

    .topnav.responsive .dropdown {float: none; z-index: 10;}
    .topnav.responsive .dropdown-content {position: fixed; z-index: 10;}
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
        z-index: 10;
    }
    /*MENU NOVO*/

    b{
       font-size: 100%;
       font-family: sans-serif;
    }

    a{
       font-size: 100%;
       font-family: sans-serif;
    }

    #pagina .centraliza .cabecalho-superior{
        height: 90px;   
        z-index: 3;    
        margin: 0;
        padding: 0;       
    }    

    #pagina .logotipo{
        height: 40px;
        width: 159px;
        position: fixed;
        margin-left: 02px;       
        z-index: 10;      
    }

    #pagina .icones-superior{
        text-decoration: none;
        float: left;
        columns: 5;
        margin-left: 295px; /*58% do total da página*/
        padding: 0;        
        list-style: none;     
        position: fixed;
        z-index: 10;         
    }

    #pagina .itens-lista-icones{
        width: 43px;
        height: 43px;  
        list-style: none
    }

    .banner-resumo-cintia-batista{
        width: 100%;
        height: 800px;
        position: absolute;
        top: 130px;   
    }

    #pagina .foto-dra-cintia-batista{
        width: 427px;
        height: 522px;       
        position: absolute;
        top: 140px; 
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
        left: 80px;
    }    

    .divisao-resumo-cintia-batista{
        width: 100%;
        height: 10px;
        position: absolute;
        top: 660px;
        background-color: #CA9E67;   
        z-index: 1;
    }
    
    #pagina .dra-cintia-batista {
        width: 420px;        
        text-align: justify;
        position: absolute;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        top: 350px;
        z-index: 2;
        left: 45px;
    }
    
    #pagina .dra-cintia-batista-especialidade-sec{
        width: 420px;
        font-size: 16;
        color: #ffffff;        
        position: relative;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        top: 740px;     
        z-index: 2;
        /*
        letter-spacing: 2.1px;
        line-height: 1.1;
        */
        font-family: "Montserrat-Regular";
        line-height: 1.2;
        
    }
    
    #pagina .dra-cintia-batista-missao{
        width: 420px;
        font-size: 22;
        color: #ffffff;
        text-align: justify;
        position: relative;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        top: 780px;
        z-index: 2;
        font-family: "Montserrat-Regular";
        
    }
    
    #pagina .icone-whatsapp{
        width: 50px;
        height: 50px;
        z-index: 10;
        cursor: pointer;
        top: 550px;
        left: 30px;
        position: fixed;
    }
    
    #pagina .chamada-cancer{
        color: #ca9E67;
        position: relative;
        top: 860px;
        text-align: center;
        letter-spacing: 18px;
        font-family: "Montserrat-Light";
        font-size: 43;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/        
        width: 290px;  
    }
    
    #pagina .chamada-voce-merece-todo-cuidado{
        width: 290px;
        color: #ca9E67;
        position: relative;
        top: 880px;
        text-align: center;
        font-family: "Montserrat-Regular";
        font-size: 20;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/     
    }
    
    #pagina .lista-servicos_dra_cintia_batista {
        cursor: pointer;
        margin-top: 920px; 
        list-style: none;
    }
    
    #pagina .servicos_dra_cintia_batista{
        width: 300px;
        height: 300px;
        padding: 05px;
        list-style: none;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
    }

    .servicos_dra_cintia_batista a{
        font-family: "Montserrat-Bold";
        color: #ffffff;
        text-decoration: none;
     }
    
    #pagina .servicos_dra_cintia_batista .servicos_dra_cintia_batista_ref{
        color: #ffffff;
        text-align: center;
        font-size: 20;
        position: relative;
        top: -170px;
        font-family: "Montserrat-Bold";
        width: 200px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/       
    }
    
    #pagina .foco-titulo-dra-cintia-batista{
        width: 520px;
        font-family: "Montserrat-Regular";
        color: #ca9e67;
        font-size: 30;
        letter-spacing: 6;
        top: 40px;
        position: relative;       
        text-align: left; 
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/           
    }
    
    #pagina .foco-subtitulo-dra-cintia-batista {
        width: 520px;
        font-family: "Montserrat-SemiBold";
        color: #ca9e67;
        font-size: 25;
        letter-spacing: 3;
        top: 60px;
        position: relative;       
        text-align: left;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/           
    }
    
    #pagina .img_dra_cintia_batista_diagnostico{   
        margin:0;
        padding: 0;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        position: relative;
        top: 240px;
    }
    
    #pagina .foco-texto-dra-cintia-batista {
        width: 520px;
        font-family: "Montserrat-Medium";  
        font-size: 20;    
        margin-top: -490px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
        text-align: justify;
        position: relative;   
        float: left;
        color: #706f6f;   
        line-height: 1.4;        
    }
    
    #pagina .foco-texto-dra-cintia-batista-parte2 {
        width: 520px;
        font-family: "Montserrat-Medium";  
        font-size: 20;
        text-align: justify;
        margin-top: 280px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
        position: relative;
        color: #706f6f;  
        line-height: 1.4;
    }
    
    #pagina .foco-texto-dra-cintia-batista-parte3 {
        width: 520px;
        font-family: "Montserrat-Medium";  
        font-size: 20;
        line-height: 1.4;
        text-align: justify;  
        position: relative;   
        color: #706f6f;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   

    }
    
    #pagina .grupo-exames{
        width: 600px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
    }
    
    #pagina .img_dra_cintia_batista_exames{
        width: 400px;
        height: 533px;        
        position: relative;
        top: 20px;    
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/        
    }
    
    #pagina .titulo-exame-dra-cintia-batista{
        width: 520px;
        font-family: "Montserrat-SemiBold";
        color: #ca9e67;
        font-size: 20;
        margin-top: 65px;
        position: relative;   
        text-align: justify;
        line-height: 1.4;    
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/          
    }
    
    #pagina .exames-texto-dra-cintia-batista-parte1 {
        width: 520px;;
        font-family: "Montserrat-Medium";  
        font-size: 20;
        line-height: 1.4;
        top: 20px;
        text-align: justify;
        position: relative;   
        color: #706f6f;  
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/          
    }
    
    #pagina .exames-texto-dra-cintia-batista-parte2 {
        width: 520px;
        font-family: "Montserrat-Medium";  
        font-size: 20;
        top: 30px;
        text-align: justify;
        position: relative;   
        color: #706f6f;
        line-height: 1.4;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/          
    } 

    .oncologia-carrossel-dra-cintia-batista{
        width: 100%;
        height: 1310px;
        /*background-color: #e29b0c;*/
        position: absolute;
        top: 5180px;  
        z-index: -1;
    }    

    .slideshow-container {
        /*max-width: 1000px;*/
        position: relative;
        margin: auto;
        margin-top: 70px;
        height: 1420px;
    }

    .slideshow-container .imagem_carrossel{        
        position: relative;
        /*
        width: 600px;
        height: 810px;
        */
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/ 
               
    }
    

    /* Hide the images by default */
    .slideshow-container .mySlides {
        display: none;
    }

    /* Next & previous buttons */
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 30%;
        width: auto;
        /*margin-top: -262px;*/
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }
    
    /* Caion text */
    .slideshow-container .titulo-carrossel {
        position: relative;
        color: #CA9E67;
        font-size: 35;  
        padding: 8px 12px;
        /*bottom: 8px;*/
        width: 440px;        
        font-family: "Montserrat-SemiBold";
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/    
        top: 40px; 
        text-align: center;
        line-height: 43px;
    }

    .slideshow-container .titulo-carrossel3 {
        width: 400px;
    }

    .slideshow-container .titulo-carrossel4 {
        width: 500px;
    }   

    /*

    .slideshow-container .titulo-carrossel2 {
        letter-spacing: 2.6;
    }
    */
    .slideshow-container .texto-carrossel{        
        font-size: 20;
        padding: 8px 12px;
        position: relative;
        /*bottom: 8px;*/
        width: 453px;
        text-align: justify;
        font-family: "Montserrat-Medium";
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/    
        top: 80px;
        line-height: 1.4;
    }

    .slideshow-container .texto-carrossel4{        
        top: 60px;
    }

    /*
    .texto-carrossel3{        
        top: 1800px;
    }
    

    
    */

    .slideshow-container .botao-carrossel{    
        border: 1px solid #000000;
        padding: 12px 12px;
        font-family: "Montserrat-SemiBold";
        color: #CA9E67;
        font-size: 14;
        width: 250px; 
        position: relative;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        background-color: #E3DED4;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        top: 120px;
    }
          
    
    .slideshow-container .botao-carrossel3{    
       width: 195px;
    }    

    .slideshow-container .botao-carrossel4{    
        top: 100px;
     }    
    
    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 16px;
        width: 16px;
        margin: 0 2px;
        background-color: #CA9E67;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
        top: -120px;
        position: relative;
    }

    .active, .dot:hover {
        background-color: #E3DED4;
    }
    
    /* Fading animation */
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }
    
    @keyframes fade {
        from {opacity: .4};
        to {opacity: 1};
    }

    #pagina .informacao-cancer-com-ciencia{
        width: 500px;
        font-family: "Montserrat-Medium";  
        font-size: 22;
        margin-top: -70px;
        text-align: justify;
        color: #CA9E67;
        line-height: 1.4;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
        position: relative;
    }
    
    #pagina .envio_email{
        width: 500px;
        height: 60px;
        background-color: #E3DED4;
        font-size: 18;
        font-family: "Montserrat-Medium";  
        text-align: left;
        margin-top: 40px;
        border: none;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
    }
    
    ::placeholder {
        font-size: 14;
        font-family: "Montserrat-Medium";
    }
    
    #pagina .envio_email_ok{
        width: 40px;
        height: 40px;
        position: relative;
        margin-left: 500px;
        top: -50px;
    }
    
    /*NOTICIAS*/
    #pagina .noticias_dra_cintia_batista{        
        list-style: none;
        display: block;      
        width: 500px;
        margin-left: 50px;
    }
    
    #pagina .noticias_dra_cintia_batista .imagem_noticia{        
        position: relative;
        width: auto;
        height: auto;       
    }
    
    #pagina .noticias_dra_cintia_batista .titulo-noticia {
        position: relative;
        float: left;
        color: #576E46;
        font-size: 20;  
        width: 500px;
        text-align: justify;
        font-family: "Montserrat-SemiBold";
        margin-top: 20px;
    }
    
    #pagina .noticias_dra_cintia_batista .titulo-noticia2 {
        line-height: 1.2;     
        letter-spacing: 0.2;
    }
    
    #pagina .noticias_dra_cintia_batista .texto-noticia{
        color: #706f6f;
        font-size: 20;
        position: relative;
        width: 500px;
        text-align: justify;
        font-family: "Montserrat-Regular";
        top: 20px;        
    }
    
    #pagina .noticias_dra_cintia_batista .botao-noticia{    
        font-family: "Montserrat-SemiBold";
        color: #706f6f;
        font-size: 20;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        text-align: left;     
        margin-top: 30px;        
    }
    
    #pagina .noticias_dra_cintia_batista .botao-noticia2{    
        /*margin-left: 480px;*/
        cursor: pointer;
        /*top: -23px;*/
        position: relative;
    }
    
    .endereco_dra_cintia_batista{
        background-color: #ededed;
        width: 100%;
        height: 1000px;
        position: absolute;        
        z-index: -1;
        top: 7590px;
    }
    
    #pagina .imagem_endereco{        
        position: relative;
        width: 381px;
        height: 466px;     
        margin-top: 80px;    
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
    }
    
    #pagina .titulo-endereco {
        position: relative;
        color: #ca9e67;
        font-size: 22;  
        width: 500px;
        text-align: center;
        font-family: "Montserrat-SemiBold";
        margin-top: 40px;
        
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/                
    }
    
     #pagina .texto-endereco{
        color: #706f6f;
        font-size: 20;
        position: relative;
        width: 500px;
        text-align: justify;
        font-family: "Montserrat-Regular";
        margin-top: 30px;     
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        line-height: 1.4;
    }
    
    #pagina .botao-endereco{    
        font-family: "Montserrat-SemiBold";
        color: #706f6f;
        font-size: 20;
        margin-left: 50px;
        margin-top: 10px;        
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        text-align: left;        
        position: relative;     
        width: 500px;   
    }
    
    .mapa_endereco{
        top: 8600px;
        width: 100%;
        height: 400px;
        position: absolute;
        left: 0;
    }   
    
    .trajetoria{
        background-color: #E3DED4;
        width: 100%;
        height: 680px;
        position: absolute;
        top: 9010px;  
        z-index: -1;
        font-family: "Montserrat-Bold";
    }
    
    #pagina .lista_trajetoria{
        columns: 1;
        list-style: none;
        display: block;   
        margin-top: 510px;
        align-items: center;
        margin-left: 20px;
        width: 500px;
        font-family: "Montserrat-Bold";      
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  

    }
    
    #pagina .item_trajetoria{
        margin: 0;
        padding: 0;
        text-decoration: none;
        width: 460px;
        font-family: "Montserrat-Bold";  
    }
    
    #pagina .titulo-trajetoria-1 {
        color: #ca9e67;
        font-size: 40;  
        text-align: left;
        font-family: "Montserrat-Bold";    
        width: 460px;
        
    }
    
    #pagina .titulo-trajetoria-2 {
        color: #576E46;
        font-size: 40;  
        text-align: left;
        font-family: "Montserrat-Bold";    
        width: 460px;        
    }
    
    #pagina .titulo-trajetoria-21 {
        margin-top: 15px;     
    }
    
    #pagina .texto-trajetoria {
        color: #000000;
        font-size: 25;  
        text-align: left;
        font-family: "Montserrat-Regular";  
        margin-top: 10px;      
        width: 440px;
    }

    
    #pagina .jornada_paciente{
        font-size: 30;
        font-family: "Montserrat-SemiBold";    
        color: #ca9E67;
        margin-top: 100px;
        text-align: center;
        width: 600px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
    }
    
    #pagina .agende_sua_consulta{
        font-size: 28;
        font-family: "Montserrat-SemiBold";    
        color: #576E46;
        margin-top: 40px;
        text-align: center;
        width: 500px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
    }
    
    .rodape{
        background-color: #576E46;
        width: 100%;
        height: 1060px;
        position: absolute;
        top: 9900px;
        z-index: -1;
    }
    
    #pagina .lista-rodape {
        columns: 1;
        list-style: none;
        display: block;   
        margin-top: 80px;        
        width: 500px;  
        column-gap: 80px;
        margin-left: 40px;        
    }
    
    #pagina .item-lista-rodape{
        color: #ffffff;
        font-size: 20;
        font-family: "Montserrat-SemiBold";  
        list-style: none;
    }
    
    #pagina .sub-lista-rodape{
        padding: 10px;
        margin-left: 20px;
        font-size: 12;
        font-family: "Montserrat-Regular";  
    }
    
    #pagina .sub-item-lista-rodape{
        cursor: pointer;
        font-size: 12;
        font-family: "Montserrat-Regular"; 
        padding: 03px; 
    }
    
    #pagina .lista-sub-lista-rodape{
        text-decoration: none;
        columns: 5;
        margin-left: 0px; /*58% do total da página*/
        padding: 0px;            
        list-style: none;   
        column-gap: 25px;
        float: left;
        margin-top: 10px;
        margin-bottom: 20px;        
    }
    
    #pagina .sub-item-lista-rodape-icones{
        list-style: none;    
        width: 50px;
        height: 50px; 
    }

    #pagina .produtora_emporio_isismaria{
        position: relative;
        text-align: center;
        font-family: "Montserrat-Regular";
        cursor: pointer;
        margin-top: 20px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
    }  

}

/*Inicio Responsive 800*/
@media (min-width: 800px) and (max-width: 1023.99px) {
    #pagina{
        width: 800px;
    }
    
    .centraliza {
        position: relative;
        float: left;        
        left:50%;
        margin-left: -400px;       
    }
   
    .ajuste{
        width: 100%;
        height: 60px;
        background-color: #576E46;
        position: fixed;
        top: 80px;    
        z-index: 10;    
    } 

    .linha-superior-branca{
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        z-index: 10;
        position: fixed;
        left: 0;
    }

    
    .ajuste-posicao{
        margin-top: 10px;
    }

    /*MENU NOVO*/
    .topnav {
        overflow: hidden;        
        background-color: #576E46;
        position: fixed;
        z-index: 11;
        font-family: "Montserrat-SemiBold"; 
        font-size: 12;
        top: 80px;
        right: 0;
        left: 0;
    }

    .topnav a {
        float: left;
        display: block;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        padding: 12px 10px;      
        z-index: 12; 
        font-family: "Montserrat-SemiBold"; 
        font-size: 12;
    }

    .dropdown {
        float: left;
        overflow: hidden;
        z-index: 10;    
    }

    .dropdown .dropbtn {
        border: none;
        outline: none;
        color: white;
        padding: 12px 10px; 
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        z-index: 10;
        font-family: "Montserrat-SemiBold"; 
        font-size: 12;       
        margin-right: 450px; 
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #576E46;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 11;
    }

    .dropdown-content a {
        float: none;
        color: #ffffff;
        padding: 12px 10px; 
        text-decoration: none;
        display: block;
        text-align: left;
        z-index: 11;
    }

    .topnav a:hover, .dropdown:hover .dropbtn {
        /*background-color: #ca9E67;*/
        color: white;    
        z-index: 11;
    }

    .dropdown-content a:hover {
        background-color: #ca9E67;
        color: black;
        z-index: 11;
    }

    .dropdown:hover .dropdown-content {
        display: block;
        z-index: 11;
    }

    /*
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
        z-index: 10;
    }
    */

    .topnav a:not(:nth-child(90)), .dropdown .dropbtn {
        display: none;
        z-index: 11;
    }

    .topnav a.icon {
        float: right;
        display: block;
        z-index: 11;
    }

    .topnav.responsive {position: fixed;}
    .topnav.responsive .icon {
        position: fixed;
        top: 80px;
        right: 0;
        z-index: 11;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        z-index: 11;
    }

    .topnav.responsive .dropdown {float: none; z-index: 10;}
    .topnav.responsive .dropdown-content {position: fixed; z-index: 10;}
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
        z-index: 10;
    }
    /*MENU NOVO*/
     

    b{
       font-size: 100%;
       font-family: sans-serif;
    }

    a{
       font-size: 100%;
       font-family: sans-serif;
    }    

    .controle-nav{
        visibility: hidden;
        left: -99999px;
        opacity: 0;
    }
    
    
    #pagina .centraliza .cabecalho-superior{
        height: 90px;   
        z-index: 3;    
        margin: 0;
        padding: 0;       
    }    

    #pagina .logotipo{
        height: 40px;
        width: 159px;
        position: fixed;
        margin-left: 20px;  
        z-index: 10;      
    }

    #pagina .icones-superior{
        text-decoration: none;
        float: left;
        columns: 5;
        margin-left: 470px; /*58% do total da página*/
        padding: 0;        
        list-style: none;     
        position: fixed;
        z-index: 10; 
    }

    #pagina .itens-lista-icones{
        width: 43px;
        height: 43px;  
        list-style: none
    }

    .banner-resumo-cintia-batista{
        width: 100%;
        height: 475px;
        position: absolute;
        top: 140px;   /*130px*/
    }

    #pagina .foto-dra-cintia-batista{
        width: 375px;
        height: 458px;       
        position: absolute; /*VERIFICAR AQUI*/
        top: 155px;; 
        margin-left: 05%;
    }


    .divisao-resumo-cintia-batista{
       display: none;
    }

    #pagina .dra-cintia-batista {
        width: 400px;        
        text-align: justify;
        position: absolute;
        left: 160px;
        top: 155px;
        z-index: 2;
    }

    #pagina .dra-cintia-batista-especialidade-sec{
        width: 420px;
        font-size: 15;
        color: #ffffff;        
        position: absolute;
        left: 320px;
        top: 380px;
        z-index: 2;
        letter-spacing: 0.9px;
        line-height: 1.1;
        font-family: "Montserrat-Regular";
    }

    #pagina .dra-cintia-batista-missao{
        width: 440px;
        font-size: 18;
        color: #ffffff;
        text-align: justify;
        position: absolute;
        left: 40%;
        top: 460px;
        z-index: 2;
        line-height: 1.1;
        font-family: "Montserrat-Medium";
    }

    #pagina .icone-whatsapp{
        width: 50px;
        height: 50px;
        z-index: 10;
        cursor:  pointer;
        top: 570px;
        left: 30px;
        position: fixed;
    }

    #pagina .chamada-cancer{
        color: #ca9E67;
        position: relative;
        margin-top: 620px;
        text-align: center;
        float: left;
        left: 40px;
        letter-spacing: 14;
        font-family: "Montserrat-Light";
        font-size: 40;
    }

    #pagina .chamada-voce-merece-todo-cuidado{
        width: 760px;
        color: #ca9E67;
        position: relative;
        margin-top: 630px;
        text-align: left;
        font-family: "Montserrat-Regular";
        font-size: 16;
        left: 50px;
    }

    #pagina .lista-servicos_dra_cintia_batista {
        cursor: pointer;
        margin-left: 24px;      
        list-style: none;
        position: relative;
        float: left;
        top: 30px;
    }

    #pagina .servicos_dra_cintia_batista{
        width: 140px;
        height: 140px;
        float: left;
        padding: 05px;
        list-style: none
    }

    .servicos_dra_cintia_batista a{
        font-family: "Montserrat-Bold";
        color: #ffffff;
        text-decoration: none;
     }

    .servicos_dra_cintia_batista_ref{
        color: #ffffff;
        text-align: center;
        font-size: 11;
        position: relative;
        top: -80px;
        font-family: "Montserrat-Bold";
        width: 120px;
         /*CENTRALIZAR OBJETOS*/
         display: block;
         margin-left: auto;
         margin-right: auto;
         /*CENTRALIZAR OBJETOS*/   
    }

    #pagina .foco-titulo-dra-cintia-batista{
        width: 700px;
        font-family: "Montserrat-Light";
        color: #ca9e67;
        font-size: 34;
        letter-spacing: 3;
        top: 50px;        
        position: relative; 
        margin-right: 10px;  
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: 40px;
        margin-right: 10px;
        /*CENTRALIZAR OBJETOS*/        
    }

    #pagina .foco-subtitulo-dra-cintia-batista {
        width: 700px;
        font-family: "Montserrat-SemiBold";
        color: #ca9e67;
        font-size: 25;
        line-height: 1.2;
        letter-spacing: 2;
        top: 70px;        
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: 40px;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/    
        position: relative;
        text-align: justify;
        height: 70px;
    }

    #pagina .img_dra_cintia_batista_diagnostico{
        width: 320px;
        height: 450px;        
        margin:0;
        padding: 0;
        float: left;
        position: relative;
        top: 205px;    
        margin-left: 385px; 
    }
    
    #pagina .foco-texto-dra-cintia-batista {
        width: 700px;
        font-family: "Montserrat-Medium";  
        font-size: 19;         
        margin-top: -390px;
        left: 0px;        
        text-align: justify;
        float: left;
        position: relative;   
        color: #706f6f;
        line-height: 1.6;  
        /*
         letter-spacing: 1.5;
        line-height: 1.6;   
        */
    }

    #pagina .foco-texto-dra-cintia-batista-parte2 {
        font-family: "Montserrat-Medium";  
        font-size: 19;
        text-align: justify;
        margin-top: -250px;
        position: relative;
        float: left;
        color: #706f6f;
        width: 344px;        
        line-height: 1.6; 
        left: 0px;
    }
    
    #pagina .foco-texto-dra-cintia-batista-parte3 {
        width: 700px;
        font-family: "Montserrat-Medium";  
        font-size: 19;
        line-height: 1.6;      
        margin-top: 15px;
        left: 0px;          
        text-align: justify;
        float: left;
        position: relative;   
        color: #706f6f;
    }

    #pagina .grupo-exames{
        width: 700px;
    }

    #pagina .img_dra_cintia_batista_exames{
        width: 376px;
        height: 501px;        
        margin:0;
        padding: 0;
        float: left;
        position: relative;
        top: 50px;    
        margin-left: 0px;         
    }

    #pagina .titulo-exame-dra-cintia-batista{
        width: 300px;
        font-family: "Montserrat-SemiBold";
        color: #ca9e67;
        font-size: 20;
        top: 45px;
        left: 20px;
        position: relative;
        float: left;
        text-align: justify;
        letter-spacing: 0;
        line-height: 1.8;        
    }
    
    #pagina .exames-texto-dra-cintia-batista-parte1 {
        width: 300px;;
        font-family: "Montserrat-Medium";  
        font-size: 19;
        line-height: 1.6;        
        margin-top: 00px;
        top: 65px;
        /*left: 30px;      */
        text-align: justify;
        float: left;
        position: relative;   
        left: 20px;
        color: #706f6f;
    }

    #pagina .exames-texto-dra-cintia-batista-parte2 {
        width: 700px;
        font-family: "Montserrat-Medium";  
        font-size: 19;
        top: 80px;
        text-align: justify;
        float: left;
        position: relative;   
        color: #706f6f;
        line-height: 1.8;        
    }
    
    .oncologia-carrossel-dra-cintia-batista{
        width: 100%;
        height: 603px;
        background-color: #E3DED4;
        position: absolute;
        top: 2643px;  
        z-index: -1;
    }    

    /*
    * {box-sizing:border-box}
    */
    
    /* Slideshow container */
    .slideshow-container {
        /*max-width: 1000px;*/
        position: relative;
        margin: auto;        
    }

    /* Hide the images by default */
    .mySlides {
        display: none;
        position: relative;
    }

    .mySlides .imagem_carrossel{
        margin-left: 40px;
        width: 401px;
        height: 601px;    
        margin-top: 127px;
    }

    /* Next & previous buttons */
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

    /* Caion text */
    .titulo-carrossel {
        position: absolute;
        color: #CA9E67;
        font-size: 23;  
        padding: 8px 12px;
        bottom: 8px;
        width: 285px;        
        font-family: "Montserrat-SemiBold";
        left: 460px;
        top: 1800px;           
        
        /*
        border: 1px solid #000000;
        letter-spacing: 2.0;
        line-height: 1.2; 
        */
    }

    .titulo-carrossel1 {
        letter-spacing: 2;
        line-height: 1.2;
        top: 1800px;        
    }

    .titulo-carrossel2 {
        letter-spacing: 0;
        width: 290px;
        top: 1780px;
    }

    .titulo-carrossel3 {
        letter-spacing: 3.46;   
        width: 320px;
        top: 1780px;   
    }

    .titulo-carrossel4 {
        line-height: 1.2;  
        width: 320px;
        top: 1760px;  
    }

    .texto-carrossel{        
        font-size: 16;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 285px;
        text-align: justify;
        font-family: "Montserrat-Regular";
        left: 460px;
        top: 1870px;           
        line-height: 1.6; 
    }

    .texto-carrossel2{        
        top: 1850px;
    }
    .texto-carrossel3{        
        top: 1860px;
    }

    .texto-carrossel4{        
        top: 1830px;
    }

    .botao-carrossel{    
        border: 1px solid #000000;
        padding: 12px 12px;
        font-family: "Montserrat-SemiBold";
        color: #CA9E67;
        font-size: 12;
        width: 280px;
        margin-left: 473px;
        margin-top: -180px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        background-color: #E3DED4;        
    }

    .botao-carrossel2{    
        margin-top: -150px;        
    }

    .botao-carrossel3{    
        margin-top: -150px;  
        line-height: 1.4; 
    }

    .botao-carrossel4{    
        margin-top: -105px;
    }

    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 16px;
        width: 16px;
        margin: 0 2px;
        background-color: #CA9E67;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
        top: 00px;
    }

    .active, .dot:hover {
        background-color: #E3DED4;
    }

    /* Fading animation */
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @keyframes fade {
        from {opacity: .4};
        to {opacity: 1};
    }
    
    #pagina .informacao-cancer-com-ciencia{
        width: 700px;
        font-family: "Montserrat-Medium";  
        font-size: 24;
        margin-top: 40px;
        text-align: justify;
        color: #CA9E67;
        line-height: 1.2;

        /*left: 50px;
        float: left;
        position: relative;   
        margin-left: 0px;*/

        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
    }

    #pagina .envio_email{
        width: 700px;
        height: 60px;
        background-color: #E3DED4;
        font-size: 20;
        font-family: "Montserrat-Medium";  
        text-align: left;
        margin-top: 40px;
        /*margin-left: 50px;  */
        border: none;

        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/   
    }

   ::placeholder {
        font-size: 14;
        font-family: "Montserrat-Medium";
    }

    #pagina .envio_email_ok{
        width: 40px;
        height: 40px;
        position: relative;
        margin-left: 695;
        top: -50px;
    }

    /*NOTICIAS*/
    #pagina .noticias_dra_cintia_batista{
        list-style: none;
        display: block;      
        width: 700px;
        margin-left: 50px;
    }

    #pagina .imagem_noticia{        
        position: relative;
        width: 251px;
        height: 251px;        
    }

    #pagina .titulo-noticia {
        position: relative;
        color: #576E46;
        font-size: 19;  
        width: 420px;
        left: 275px;
        text-align: justify;
        font-family: "Montserrat-SemiBold";
        margin-top: -240px;               
        line-height: 1.2;   
    }

    #pagina .titulo-noticia2 {
        line-height: 1.2;     
    }

     #pagina .texto-noticia{
        color: #706f6f;
        font-size: 19;
        position: relative;
        width: 420px;
        text-align: justify;
        font-family: "Montserrat-Regular";
        left: 275px;
        margin-top: 20px;         
        line-height: 1.2;   
        
    }

    #pagina .texto-noticia2{
        left: 275px;
        margin-top: 20px;
        line-height: 1.2; 
    }

    #pagina .botao-noticia{    
        font-family: "Montserrat-SemiBold";
        color: #706f6f;
        font-size: 19;
        margin-left: 275px;
        margin-top: 10px;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        text-align: left;             
    }

    #pagina .botao-noticia2{    
        margin-left: 275px;        
        cursor: pointer;
        top: 5px;     
        position: relative;
    }

    .endereco_dra_cintia_batista{
        background-color: #ededed;
        width: 100%;
        height: 920px;
        position: absolute;
        top: 4140px;  
        z-index: -1;
    }

    #pagina .imagem_endereco{        
        position: relative;
        width: 381px;
        height: 466px;     
        margin-top: 180px;    
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/    
    }

    #pagina .titulo-endereco {
        position: relative;
        color: #ca9e67;
        font-size: 26;  
        width: 680px;
        text-align: center;
        font-family: "Montserrat-SemiBold";
        margin-top: 40px;
        line-height: 1.2;   
        letter-spacing: 1.4;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/                
    }

     #pagina .texto-endereco{
        color: #706f6f;
        font-size: 19;
        position: relative;
        width: 700px;
        text-align: justify;
        font-family: "Montserrat-Medium";
        margin-top: 30px;    
        line-height: 1.4;   
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
    }

    #pagina .botao-endereco{    
        font-family: "Montserrat-SemiBold";
        color: #706f6f;
        font-size: 19;
        margin-left: 50px;
        top: 10px;
        cursor: pointer;
        text-align: left;      
        width: 150px;       
        position: relative;
    }

    .mapa_endereco{
        top: 5070px;  
        width: 100%;
        height: 400px;
        position: absolute;
        left: 0;
    }   
    
    .trajetoria{
        background-color: #E3DED4;
        width: 100%;
        height: 220px;
        position: absolute;
        top: 5480px;  
        z-index: -1;
        font-family: "Montserrat-Bold";
    }

    #pagina .lista_trajetoria{
        columns: 3;
        list-style: none;
        display: block;   
        margin-top: 500px;
        align-items: center;
        margin-left: 20px;
        width: 700px;
        font-family: "Montserrat-Bold";      
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
    }

    #pagina .item_trajetoria{
        margin: 0;
        padding: 0;
        text-decoration: none;
        width: 233px;
        font-family: "Montserrat-Bold";  
    }

    #pagina .titulo-trajetoria-1 {
        color: #ca9e67;
        font-size: 30;  
        text-align: left;
        font-family: "Montserrat-Bold";    
        width: 233px;
        
    }

    #pagina .titulo-trajetoria-2 {
        color: #576E46;
        font-size: 30;  
        text-align: left;
        font-family: "Montserrat-Bold";    
        width: 233px;
        
    }

    #pagina .titulo-trajetoria-21 {
        margin-top: 15px;     
    }

    #pagina .texto-trajetoria {
        color: #000000;
        font-size: 15;  
        text-align: left;
        font-family: "Montserrat-Regular";  
        margin-top: 10px;      
        width: 190px;
    }

    #pagina .texto-trajetoria3 {   
        width: 230px;
        margin-top: 10px;  
    }

    #pagina .jornada_paciente{
        font-size: 26;
        font-family: "Montserrat-SemiBold";    
        color: #ca9E67;
        margin-top: 60px;
        text-align: center;
        width: 740px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
    }

    #pagina .agende_sua_consulta{
        font-size: 24;
        font-family: "Montserrat-SemiBold";    
        color: #576E46;
        float: left;
        margin-top: 10px;
        text-align: center;
        width: 780px;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
    }

    .retirabr{
        display: none;
    }
    .rodape{
        background-color: #576E46;
        width: 100%;
        height: 490px;
        position: absolute;
        top: 5820px;  
        z-index: -1;
    }

    #pagina .lista-rodape {
        columns: 2;
        list-style: none;
        display: block;   
        margin-top: 100px;        
        margin-left: 40px;
        width: 750px;  
        column-gap: 80px;
    }

    #pagina .item-lista-rodape{
        color: #ffffff;
        font-size: 16;
        font-family: "Montserrat-SemiBold";  
        list-style: none;
    }

    #pagina .sub-lista-rodape{
        padding: 10px;
        margin-left: 20px;
        font-size: 09;
        font-family: "Montserrat-Regular";  
    }

    #pagina .lista-sub-lista-rodape{
        text-decoration: none;
        columns: 5;
        margin-left: 0px; /*58% do total da página*/
        padding: 0px;            
        list-style: none;   
        column-gap: 25px;
        float: left;
        margin-top: 10px;
        margin-bottom: 20px;
        
    }

    #pagina .sub-item-lista-rodape{
        cursor: pointer;
        font-size: 12;
        font-family: "Montserrat-Regular"; 
        line-height: 1.3;
    }

    #pagina .sub-item-lista-rodape-icones{
        list-style: none;    
        width: 32px;
        height: 32px; 
    }

    #pagina .produtora_emporio_isismaria{
        position: relative;
        text-align: center;
        font-family: "Montserrat-Regular";
        cursor: pointer;
        margin-top: 50px;
        width: 800px;
        height: auto;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/          
    }  
}

/*Inicio Responsive 1024*/
@media (min-width: 1024px) and (max-width: 1366.99px) {       
    /*DEBORA-ALTERADO*/
     #pagina {
         width: 1000px;
     }
     
     .centraliza {
         position: relative;
         left:50%;
         margin-left:-500px;
         float: left;             
     } 
     
     .ajuste{
         width: 100%;
         height: 60px;
         background-color: #576E46;
         position: fixed;
         top: 80px;     
          z-index: 10;
     }
         

     .linha-superior-branca{
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        z-index: 10;
        position: fixed;
        left: 0;

    }
        

     .controle-nav{
        visibility: hidden;
        left: -99999px;
        opacity: 0;
    }    
        
    /*MENU NOVO*/
    .topnav {
        overflow: hidden;        
        background-color: #576E46;        
        margin-top: 58px;
        z-index: 10;
        font-family: "Montserrat-SemiBold"; 
        font-size: 11;
        margin-left: 60px;
        position: fixed;
    }

    .topnav a {
        float: left;
        display: block;
        /*color: #f2f2f2;*/
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        margin-right: 10px;
        padding: 16px 14px;       
        z-index: 10;
        font-family: "Montserrat-SemiBold"; 
        font-size: 12;
        
    }
    
    .ajuste-posicao{
        margin-top: 0px;
        font-family: "Montserrat-SemiBold"; 
        font-size: 12;         
    }

    .espaco{
        padding: 0px;
    }

    .topnav .icon {
        display: none;      
    }

    .dropdown {
        float: left;
        overflow: hidden;
        z-index: 10;        
    }

    .dropdown .dropbtn {
        border: none;
        outline: none;
        color: white;
        padding: 16px 22px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        z-index: 10;
        font-family: "Montserrat-SemiBold"; 
        font-size: 12;        
    }

    .dropdown-content {
        display: none;
        position: fixed;
        background-color: #576E46;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 10;
    }

    .dropdown-content a {
        float: none;
        color: #ffffff;
        padding: 14px 22px;
        text-decoration: none;
        display: block;
        text-align: left;
        z-index: 10;
    }

    .topnav a:hover, .dropdown:hover .dropbtn {
        /*background-color: #ca9E67;*/
        color: white;    
        z-index: 10;
    }

    .dropdown-content a:hover {
        background-color: #ca9E67;
        color: black;
        z-index: 10;
    }

    .dropdown:hover .dropdown-content {
        display: block;
        z-index: 10;
    }
    /*MENU NOVO*/

     b{
        font-size: 100%;
        font-family: sans-serif;
     }

     a{
        font-size: 100%;
        font-family: sans-serif;
     }

     #pagina .centraliza .cabecalho-superior{
        height: 90px;   
        z-index: 3;    
        margin: 0;
        padding: 0;     
     }    
 
     #pagina .logotipo{
        height: 42px;
        width: 183px;
        position: fixed;
        z-index: 10;   
        margin-left: 20px;  
     }
 
     #pagina .icones-superior{
         text-decoration: none;
         float: left;
         columns: 5;
         margin-left: 640px; /*58% do total da página*/
         padding: 0;    
         position: fixed;
         z-index: 10; 
     }
 
     #pagina .itens-lista-icones{
         width: 43px;
         height: 43px;      
         list-style: none;   
     }  
 
     .banner-resumo-cintia-batista{
         width: 100%;
         height: 460px;
         position: absolute;
         top: 140px;   
     }
 
     #pagina .foto-dra-cintia-batista{
         width: 375px;
         height: 458px;       
         position: relative;
         top: 110px;
         margin-left: 05%;
     }
 
     .divisao-resumo-cintia-batista{
         display: none;
      }
 
     #pagina .dra-cintia-batista {
         width: 420px;        
         text-align: justify;
         position: relative;
         left: 220px;
         top: -100px;
         z-index: 2;
     }
 
     #pagina .dra-cintia-batista-especialidade-sec{
         width: 460px;
         font-size: 15;
         color: #ffffff;        
         position: relative;
         left: 440px;
         top: -180px;
         z-index: 2;       
         font-family: "Montserrat-Regular";
         line-height: 1.2;
         letter-spacing: 0.5;
     }
 
     #pagina .dra-cintia-batista-missao{
         width: 520px;
         font-size: 22;
         color: #ffffff;
         text-align: justify;
         position: relative;
         left: 440px;
         top: -120px;
         z-index: 2;
         font-family: "Montserrat-Medium";
         line-height: 1.2;
     }
 
     #pagina .icone-whatsapp{
         width: 80px;
         height: 80px;
         z-index: 10;
         cursor: pointer;
         top: 520px;
         left: 30px;
         position: fixed;
     }
 
     #pagina .chamada-cancer{
         color: #ca9E67;
         position: relative;
         margin-top: 65px;
         text-align: center;
         float: left;
         left: 140px;
         letter-spacing: 14;
         font-family: "Montserrat-Light";
         font-size: 40;
     }
 
     #pagina .chamada-voce-merece-todo-cuidado{
         width: 750px;
         color: #ca9E67;
         position: relative;
         margin-top: 78px;
         text-align: center;
         font-family: "Montserrat-Medium";
         font-size: 16;
         left: 150px;
     }
 
     
     .lista-servicos_dra_cintia_batista {
        margin-left: 24px;      
        list-style: none;
        position: relative;
        float: left;
        margin-top: 50px;
    }
    
     .servicos_dra_cintia_batista{
        width: 180px;
        height: 180px;
        float: left;
        padding: 05px;
    }
    
     .servicos_dra_cintia_batista a{
       font-family: "Montserrat-Bold";
       color: #ffffff;
       text-decoration: none;
    }
    
    .servicos_dra_cintia_batista_ref{
       color: #ffffff;
       text-align: center;
       font-size: 15;
       position: relative;
       top: -100px;
       font-family: "Montserrat-Bold";
       width: 150px;
       /*CENTRALIZAR OBJETOS*/
       display: block;
       margin-left: auto;
       margin-right: auto;
       /*CENTRALIZAR OBJETOS*/
    }
 
     #pagina .foco-titulo-dra-cintia-batista{
         width: 700px;
         font-family: "Montserrat-Light";
         color: #ca9e67;
         font-size: 38;
         letter-spacing: 3;
         top: 70px;        
         position: relative;   
         /*CENTRALIZAR OBJETOS*/
         display: block;
         margin-left: 148px;
         margin-right: auto;
         /*CENTRALIZAR OBJETOS*/        
     }
 
     #pagina .foco-subtitulo-dra-cintia-batista {
         width: 700px;
         font-family: "Montserrat-SemiBold";
         color: #ca9e67;
         font-size: 25;
         line-height: 1.2;
         letter-spacing: 2;
         top: 100px;        
         /*CENTRALIZAR OBJETOS*/
         display: block;
         margin-left: 150px;
         margin-right: auto;
         /*CENTRALIZAR OBJETOS*/    
         position: relative;
         text-align: justify;
         height: 80px;
     }
 
     #pagina .img_dra_cintia_batista_diagnostico{
         width: 320px;
         height: 450px;        
         margin:0;
         padding: 0;
         float: left;
         position: relative;
         top: 266px;    
         margin-left: 485px; 
     }
     
     #pagina .foco-texto-dra-cintia-batista {
         width: 700px;
         font-family: "Montserrat-Medium";  
         font-size: 19;         
         margin-top: -340px;
         left: 110px;        
         text-align: justify;
         float: left;
         position: relative;   
         color: #706f6f;
         line-height: 1.6;  
     }
 
     #pagina .foco-texto-dra-cintia-batista-parte2 {
         font-family: "Montserrat-Medium";  
         font-size: 19;
         text-align: justify;
         margin-top: -190px;
         position: relative;
         float: left;
         color: #706f6f;
         width: 344px;        
         line-height: 1.6; 
         left: 110px;
     }
     
     #pagina .foco-texto-dra-cintia-batista-parte3 {
         width: 700px;
         font-family: "Montserrat-Medium";  
         font-size: 19;
         line-height: 1.6;      
         margin-top: 20px;
         left: 110px;          
         text-align: justify;
         float: left;
         position: relative;   
         color: #706f6f;
     }
 
     #pagina .img_dra_cintia_batista_exames{
         width: 376px;
         height: 501px;        
         margin:0;
         padding: 0;
         float: left;
         position: relative;
         top: 40px;    
         left: 110px; 
     }
 
     #pagina .titulo-exame-dra-cintia-batista{
         width: 300px;
         font-family: "Montserrat-SemiBold";
         color: #ca9e67;
         font-size: 19;
         top: 35px;
         margin-left: 130px; 
         position: relative;
         float: left;
         text-align: justify;
         letter-spacing: 0;
         line-height: 1.8;  
     }
     
     #pagina .exames-texto-dra-cintia-batista-parte1 {
         width: 300px;;
         font-family: "Montserrat-Medium";  
         font-size: 19;
         line-height: 1.6;        
         margin-top: -20px;
         top: 70px;
         left: 130px;      
         text-align: justify;
         float: left;
         position: relative;   
         margin-left: 0px;
         color: #706f6f;
     }
 
     #pagina .exames-texto-dra-cintia-batista-parte2 {
         width: 700px;
         font-family: "Montserrat-Medium";  
         font-size: 19;            
         margin-top: 00px;
         top: 60px;
         left: 110px;    
         text-align: justify;
         float: left;
         position: relative;   
         margin-left: 0px;
         color: #706f6f;
         line-height: 1.6;  
     }
     
     .oncologia-carrossel-dra-cintia-batista{
         width: 100%;
         height: 601px;
         background-color: #E3DED4;
         position: absolute;
         top: 2798px;  
         z-index: -1;
     }    
 
     /*
     * {box-sizing:border-box}
     */
     
     /* Slideshow container */
     .slideshow-container {
         /*max-width: 1000px;*/
         position: relative;
         margin: auto;
         top: 148px;  
     }
 
     .imagem_carrossel{
         margin-left: 150px;
         margin-top: -28px;
         position: relative;
     }
 
     /* Hide the images by default */
     .mySlides {
         display: none;
     }
 
     /* Next & previous buttons */
     .prev, .next {
         cursor: pointer;
         position: absolute;
         top: 50%;
         width: auto;
         margin-top: -22px;
         padding: 16px;
         color: white;
         font-weight: bold;
         font-size: 23;
         transition: 0.6s ease;
         border-radius: 0 3px 3px 0;
         user-select: none;
     }
 
     /* Position the "next button" to the right */
     .next {
         right: 0;
         border-radius: 3px 0 0 3px;
     }
 
     /* On hover, add a black background color with a little bit see-through */
     .prev:hover, .next:hover {
         background-color: rgba(0,0,0,0.8);
     }
 
     /* Caion text */
     .titulo-carrossel {
         position: absolute;
         color: #CA9E67;
         font-size: 23;  
         padding: 8px 12px;
         bottom: 8px;
         width: 367px;   
         height: 50px;     
         font-family: "Montserrat-SemiBold";
         left: 600px;
         top: 1650px;    
         
         /*
         border: 1px solid #000000;
         letter-spacing: 2.0;
         line-height: 1.2; 
         */
     }
 
     .titulo-carrossel1 {
         letter-spacing: 3.8;
         line-height: 1.2;         
     }
 
     .titulo-carrossel2 {
         font-size: 23;
         letter-spacing: 0.9;
         line-height: 1.3;
         width: 310px;
         /*top: 1860px;*/
     }
 
     /*
     .titulo-carrossel3 {
         letter-spacing: 3.46;   
         line-height: 1.2;
         top: 1820px;   
     }
     */
     
     .titulo-carrossel4 {
         line-height: 1.2;  
         width: 300px;
         /*top: 1820px; */
     }
     
 
     .texto-carrossel{        
         font-size: 16;
         padding: 8px 12px;
         position: absolute;
         bottom: 8px;
         width: 290px;   
         text-align: justify;
         font-family: "Montserrat-Medium";
         left: 600px;
         top: 1750px;        
         line-height: 1.6; 
     }
 
     .texto-carrossel3{
        top: 1720px; 
    }

    .texto-carrossel4{
        top: 1720px; 
    }
     
     .botao-carrossel{    
         border: 1px solid #000000;
         padding: 12px 12px;
         font-family: "Montserrat-SemiBold";
         color: #CA9E67;
         font-size: 12;
         width: 290px;   
         margin-left: 613px;
         margin-top: -170px;
         text-decoration: none;
         display: inline-block;
         cursor: pointer;
         text-align: center;
         background-color: #E3DED4;        
     }
 
     .botao-carrossel2{    
         margin-top: -150px;        
     }
 
     .botao-carrossel3{    
         margin-top: -170px;
         letter-spacing: 2;   
         line-height: 1.4; 
     }
 
     .botao-carrossel4{    
         margin-top: -90px;
     }
 
     /* The dots/bullets/indicators */
     .dot {
         cursor: pointer;
         height: 16px;
         width: 16px;
         margin: 0 2px;
         background-color: #CA9E67;
         border-radius: 50%;
         display: inline-block;
         transition: background-color 0.6s ease;
         margin-top: 190px;
     }
 
     .active, .dot:hover {
         background-color: #E3DED4;
     }
 
     /* Fading animation */
     .fade {
         animation-name: fade;
         animation-duration: 1.5s;
     }
 
     @keyframes fade {
         from {opacity: .4};
         to {opacity: 1};
     }
     
     #pagina .informacao-cancer-com-ciencia{
         width: 700px;
         font-family: "Montserrat-Medium";  
         font-size: 24;
         margin-top: 40px;
     
         text-align: justify;
    
         position: relative;   
    
         color: #CA9E67;
         line-height: 1.2;
 
         /*CENTRALIZAR OBJETOS*/
         display: block;
         margin-left: auto;
         margin-right: auto;
         /*CENTRALIZAR OBJETOS*/    
         position: relative;        
     }
 
     #pagina .envio_email{
         width: 700px;
         height: 60px;
         background-color: #E3DED4;
         font-size: 20;
         font-family: "Montserrat-Medium";  
 
         margin-top: 35px;
 
         border: none;
         /*CENTRALIZAR OBJETOS*/
         display: block;
         margin-left: auto;
         margin-right: auto;
         /*CENTRALIZAR OBJETOS*/    
         position: relative;             
     }
 
    ::placeholder {
         font-size: 14;
         font-family: "Montserrat-Medium";
     }
 
     #pagina .envio_email_ok{
         width: 40px;
         height: 40px;
         position: relative;
         margin-left: 790;
         top: -50px;
     }
 
     /*NOTICIAS*/
     #pagina .noticias_dra_cintia_batista{
         list-style: none;
         display: block;      
         width: 700px;
         /*CENTRALIZAR OBJETOS*/
         display: block;
         margin-left: auto;
         margin-right: auto;
         /*CENTRALIZAR OBJETOS*/    
         position: relative;     
     }
 
     #pagina .imagem_noticia{
         margin-left: 0px;
         position: relative;
         width: 251px;
         height: 251px;        
     }
 
     #pagina .titulo-noticia {
         position: relative;
         color: #576E46;
         font-size: 20;  
         width: 423px;
         left: 270px;
         text-align: justify;
         font-family: "Montserrat-SemiBold";
         margin-top: -235px;
         line-height: 1.1;             
     }
 
     #pagina .titulo-noticia2 {
         line-height: 1.1;     
         width: 430px;          
     }
 
      #pagina .texto-noticia{
         color: #706f6f;
         font-size: 19;
         position: relative;
         width: 430px;
         text-align: justify;
         font-family: "Montserrat-Regular";
         left: 270px;
         margin-top: 20px;    
         line-height: 1.2;   
     }
 
     #pagina .texto-noticia2{
         left: 270px;
         margin-top: 10px; 
     }
 
     #pagina .botao-noticia{    
         font-family: "Montserrat-SemiBold";
         color: #706f6f;
         font-size: 20;
         margin-left: 270px;
         margin-top: 10px;
         text-decoration: none;
         cursor: pointer;
         display: inline-block;
         text-align: left;             
     }
 
     #pagina .botao-noticia2{    
         margin-left: 270px;
         margin-top: 10px;    
         cursor: pointer;     
     }
 
     .endereco_dra_cintia_batista{
         background-color: #ededed;
         width: 100%;
         height: 900px;
         position: absolute;
         top: 4290px;  
         z-index: -1;
     }
 
     #pagina .imagem_endereco{        
         position: relative;
         width: 381px;
         height: 466px;     
         margin-top: 115px;    
         /*CENTRALIZAR OBJETOS*/
         display: block;
         margin-left: auto;
         margin-right: auto;
         /*CENTRALIZAR OBJETOS*/    
     }
 
     #pagina .titulo-endereco {
         position: relative;
         color: #ca9e67;
         font-size: 26;  
         width: 680px;
         text-align: center;
         font-family: "Montserrat-SemiBold";
         margin-top: 40px;
         line-height: 1.2;   
         letter-spacing: 1.4;
         /*CENTRALIZAR OBJETOS*/
         display: block;
         margin-left: auto;
         margin-right: auto;
         /*CENTRALIZAR OBJETOS*/                
     }
 
      #pagina .texto-endereco{
         color: #706f6f;
         font-size: 20;
         position: relative;
         width: 700px;
         text-align: justify;
         font-family: "Montserrat-Regular";
         margin-top: 30px;    
         /*CENTRALIZAR OBJETOS*/
         display: block;
         margin-left: auto;
         margin-right: auto;
         /*CENTRALIZAR OBJETOS*/  
         line-height: 1.3;
     }
 
     #pagina .botao-endereco{    
         font-family: "Montserrat-SemiBold";
         color: #706f6f;
         font-size: 20;
         margin-left: 150px;
         margin-top: 10px;
         text-decoration: none;
         cursor: pointer;
         display: inline-block;
         text-align: left;         
         font-family: sans-serif;
         font-size: 100%;
         
     }
 
     .mapa_endereco{
         top: 5200px;  
         width: 100%;
         height: 400px;
         position: absolute;
         left: 0;
     }   
     
     .trajetoria{
         background-color: #E3DED4;
         width: 100%;
         height: 250px;
         position: absolute;
         top: 5610px;  
         z-index: -1;
         font-family: "Montserrat-Bold";
     }
 
     #pagina .lista_trajetoria{
         columns: 3;
         list-style: none;
         display: block;   
         margin-top: 540px;
         position: relative;
         align-items: center;
         width: 700px;
         font-family: "Montserrat-Bold";      
         /*CENTRALIZAR OBJETOS*/
         display: block;
         margin-left: auto;
         margin-right: auto;
         /*CENTRALIZAR OBJETOS*/  
     }
 
     #pagina .item_trajetoria{
         margin: 0;
         padding: 0;
         text-decoration: none;
         width: 233px;
         font-family: "Montserrat-Bold";  
     }
 
     #pagina .titulo-trajetoria-1 {
         color: #ca9e67;
         font-size: 30;  
         text-align: left;
         font-family: "Montserrat-Bold";    
         width: 233px;         
     }
 
     #pagina .titulo-trajetoria-2 {
         color: #576E46;
         font-size: 30;  
         text-align: left;
         font-family: "Montserrat-Bold";    
         width: 233px;         
     }
 
     #pagina .titulo-trajetoria-21 {
         margin-top: 15px;     
     }
 
     #pagina .texto-trajetoria {
         color: #000000;
         font-size: 15;  
         text-align: left;
         font-family: "Montserrat";  
         margin-top: 10px;      
         width: 190px;
     }
 
     #pagina .texto-trajetoria3 {   
         width: 230px;
         margin-top: 10px;  
     }
 
     #pagina .jornada_paciente{
         font-size: 27;
         font-family: "Montserrat-SemiBold";    
         color: #ca9E67;
         margin-top: 50px;
         text-align: center;        
         /*CENTRALIZAR OBJETOS*/
         display: block;
         margin-left: auto;
         margin-right: auto;
         /*CENTRALIZAR OBJETOS*/  
     }
 
     #pagina .agende_sua_consulta{
         font-size: 27;
         font-family: "Montserrat-SemiBold";    
         color: #576E46;        
         margin-top: 20px;
         text-align: center;        
         /*CENTRALIZAR OBJETOS*/
         display: block;
         margin-left: auto;
         margin-right: auto;
         /*CENTRALIZAR OBJETOS*/       
     }
  
     .retirabr{
        display: none;
    }

     .rodape{
         background-color: #576E46;
         width: 100%;
         height: 490px;
         position: absolute;
         top: 5990px;  
         z-index: -1;
     }
 
     #pagina .lista-rodape {
         columns: 2;
         list-style: none;
         display: block;   
         margin-top:70px;        
         margin-left: 40px;
         width: 700px;  
         column-gap: 100px;        
         /*CENTRALIZAR OBJETOS*/
         display: block;
         margin-left: auto;
         margin-right: auto;
         /*CENTRALIZAR OBJETOS*/         
     }
 
     #pagina .item-lista-rodape{
         color: #ffffff;
         font-size: 16;
         font-family: "Montserrat-SemiBold";  
         list-style: none;
     }
 
     #pagina .sub-lista-rodape{
         padding: 10px;
         margin-left: 20px;
         font-size: 12;
         font-family: "Montserrat-SemiBold";  
     }
 
     #pagina .sub-item-lista-rodape{
         cursor: pointer;
         font-size: 12;
         font-family: "Montserrat-Regular";
         line-height: 1.2; 
     }
 
     #pagina .lista-sub-lista-rodape{
         text-decoration: none;
         columns: 5;
         margin-left: 0px; /*58% do total da página*/
         padding: 0px;            
         list-style: none;   
         column-gap: 25px;
         float: left;
         margin-top: 10px;
         margin-bottom: 20px;
         
     }
 
     #pagina .sub-item-lista-rodape-icones{
         list-style: none;    
         width: 32px;
         height: 32px; 
     }
 
     #pagina .produtora_emporio_isismaria{
         margin-top: 40px;
         text-align: center;
         font-family: "Montserrat-Regular";
         cursor: pointer;
         position: relative;
         height: auto;
         /*CENTRALIZAR OBJETOS*/
         display: block;
         margin-left: auto;
         margin-right: auto;
         /*CENTRALIZAR OBJETOS*/  
         position: relative;         
     }
     
 } 

 /*Inicio Responsive 1367*/
 @media (min-width: 1367px) {
    #pagina {
        width: 1020px;
    }
    
    .centraliza {
        position: relative;
        left:50%;
        margin-left:-510px;
        float: left;     
    } 

    .ajuste{
        width: 100%;
        height: 80px;
        background-color: #576E46;
        position: fixed;
        top: 80px;   
        z-index: 10;  
    }

    .linha-superior-branca{
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        z-index: 10;
        position: fixed;
        left: 0;
    }
        
    .controle-nav{
        visibility: hidden;
        left: -99999px;
        opacity: 0;
    }    
        
    /*MENU NOVO*/
    .topnav {
        overflow: hidden;        
        background-color: #576E46;        
        margin-top: 70px;
        z-index: 10;
        margin-left: 50px;
        position: fixed;
    }

    .topnav a {
        float: left;
        display: block;
        /*color: #f2f2f2;*/
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        margin-right: 10px;
        padding: 14px 16px;       
        z-index: 10; 
        font-family: "Montserrat-SemiBold"; 
        font-size: 14;
       
    }
    
    .ajuste-posicao{
        margin-top: 0px;
    }

    .espaco{
        padding: 0px;
    }

    .topnav .icon {
        display: none;      
    }

    .dropdown {
        float: left;
        overflow: hidden;
        z-index: 10;        
    }

    .dropdown .dropbtn {
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        z-index: 10;
        font-family: "Montserrat-SemiBold"; 
        font-size: 14;     
    }

    .dropdown-content {
        display: none;
        position: fixed;
        background-color: #576E46;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 10;
    }

    .dropdown-content a {
        float: none;
        color: #ffffff;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        z-index: 10;
    }

    .topnav a:hover, .dropdown:hover .dropbtn {
        /*background-color: #ca9E67;*/
        color: white;    
        z-index: 10;

    }

    .dropdown-content a:hover {
        background-color: #ca9E67;
        color: black;
        z-index: 10;
    }

    .dropdown:hover .dropdown-content {
        display: block;
        z-index: 10;
    }
    /*MENU NOVO*/

    b{
       font-size: 100%;
       font-family: sans-serif;
    }

    a{
       font-size: 100%;
       font-family: sans-serif;
    }

    #pagina .centraliza .cabecalho-superior{
        height: 90px;   
        z-index: 3;    
        margin: 0;
        padding: 0;       
    }    

    #pagina .logotipo{
        height: 42px;
        width: 183px;
        position: fixed;
        z-index: 10;
        margin-left: 20px;
    }

    #pagina .icones-superior{
        text-decoration: none;
        float: left;
        columns: 5;
        margin-left: 690px; /*58% do total da página*/
        padding: 0;    
        z-index: 10;
        position: fixed;
    }

    #pagina .itens-lista-icones{
        width: 43px;
        height: 43px;      
        list-style: none;   
    }  

    .banner-resumo-cintia-batista{
        width: 100%;
        height: 470px;
        position: absolute;
        top: 160px;
    }

    #pagina .foto-dra-cintia-batista{
        width: 375px;
        height: 468px;       
        position: relative;
        top: 130px; 
        margin-left: 05%;
    }

    .divisao-resumo-cintia-batista{
        display: none;
    }

    #pagina .dra-cintia-batista {
        width: 530px;        
        text-align: justify;
        position: relative;
        left: 210px;
        top: -110px;
        z-index: 2;
        
    }

    #pagina .dra-cintia-batista-especialidade-sec{
        width: 530px;
        font-size: 18;
        color: #ffffff;        
        position: relative;
        line-height: 1.5;
        left: 420px;
        top: -200px;
        z-index: 2;       
        font-family: "Montserrat-Regular";
        /*
        line-height: 1.2;
        letter-spacing: 0.5;
        */
    }

    #pagina .dra-cintia-batista-missao{
        width: 500px;
        font-size: 20;
        color: #ffffff;
        text-align: justify;
        position: relative;
        left: 420px;
        top: -150px;
        z-index: 2;
        font-family: "Montserrat-SemiBold";
    }

    #pagina .icone-whatsapp{
        width: 80px;
        height: 80px;
        z-index: 10;
        cursor: pointer;
        top: 520px;
        left: 278px;
        position: fixed;
    }

    #pagina .chamada-cancer{
        color: #ca9E67;
        position: relative;
        top: 50px;
        text-align: left;
        float: left;
        left: 45px;
        letter-spacing: 18;
        font-family: "Montserrat-Regular";
        font-size: 50;
    }

    #pagina .chamada-voce-merece-todo-cuidado{
        color: #ca9E67;
        position: relative;
        top: 65px;
        text-align: center;
        font-family: "Montserrat-Medium";
        font-size: 20;
        left: -10px;
    }

    #pagina .lista-servicos_dra_cintia_batista {
        cursor: pointer;
        margin-top: 100px;
        margin-left: 05px;      
        list-style: none;
        float: left;
    }

    #pagina .servicos_dra_cintia_batista{
        width: 194px;
        height: 194px;
        float: left;
        padding: 04px;
        list-style: none
    }

    #pagina .servicos_dra_cintia_batista a{
        font-family: "Montserrat-Bold";
        color: #ffffff;
        text-decoration: none;

    }

    .servicos_dra_cintia_batista_ref{
        color: #ffffff;
        text-align: center;
        font-size: 16;
        position: relative;
        top: -110px;
        font-family: "Montserrat-Bold";
        width: 160px;
         /*CENTRALIZAR OBJETOS*/
         display: block;
         margin-left: auto;
         margin-right: auto;
         /*CENTRALIZAR OBJETOS*/   
    }

    #pagina .foco-titulo-dra-cintia-batista{       
        font-family: "Montserrat-Regular";
        color: #ca9e67;
        text-align: left;
        font-size: 38;
        padding: 0;
        margin: 0;
        position: relative;   
        height: 50px;
        width: 589px;
        letter-spacing: 6;
        top: 50px;
        left: -05px;
    }

    #pagina .foco-subtitulo-dra-cintia-batista {
        width: 560px;
        font-family: "Montserrat-SemiBold";
        text-align: justify;
        color: #ca9e67;
        font-size: 24;
        height: 50px;        
        top: 120px;
        left: -03px;
        position: relative; 
        line-height: 39px;
        letter-spacing: 2;
    }

    #pagina .img_dra_cintia_batista_diagnostico{
        width: 376px;
        height: 886px;        
        margin:0;
        padding: 0;
        float: left;
        position: relative;
        top: 60px;    
        margin-left: 602px; 
    }
    
    #pagina .foco-texto-dra-cintia-batista {
        width: 596px;
        font-family: "Montserrat-Medium";  
        font-size: 20;          
        margin-top: -630px;
        left: -43px;        
        text-align: justify;
        float: left;
        position: relative;   
        color: #706f6f;
        line-height: 32px;
        /*
         letter-spacing: 1.5;
        line-height: 1.6;   
        */
    }

    #pagina .foco-texto-dra-cintia-batista-parte2 {
        font-family: "Montserrat-Medium";  
        font-size: 20;
        text-align: justify;
        position: relative;
        float: left;
        color: #706f6f;
        width: 600px;        
        line-height: 1.2; 
        margin-top: -480px;
        left: -42px;  
        line-height: 32px;
    }
    
    #pagina .foco-texto-dra-cintia-batista-parte3 {
        width: 596px;  
        font-family: "Montserrat-Medium";  
        font-size: 20;
        line-height: 32px;    
        margin-top: -180px;
        left: -42px;            
        text-align: justify;
        float: left;
        position: relative;
        color: #706f6f;
    }

    #pagina .img_dra_cintia_batista_exames{
        width: 376px;
        height: 501px;        
        margin:0;
        padding: 0;
        float: left;
        position: relative;
        top: 90px;    
        left: -40px; 
    }

    #pagina .titulo-exame-dra-cintia-batista{
        width: 596px;
        font-family: "Montserrat-SemiBold";
        color: #ca9e67;
        font-size: 24;
        top: -420px;
        margin-left: 380px; 
        position: relative;
        float: left;
        text-align: justify;
        letter-spacing: 2;
        line-height: 39px;
    }
    
    #pagina .exames-texto-dra-cintia-batista-parte1 {
        width: 596px;;
        font-family: "Montserrat-Medium";  
        font-size: 20;
        line-height: 32px;   
        top: -390px;
        margin-left: 380px;   
        text-align: justify;
        float: left;
        position: relative;   
        color: #706f6f;
    }

    #pagina .exames-texto-dra-cintia-batista-parte2 {
        width: 596px;
        font-family: "Montserrat-Medium";  
        font-size: 20;
        line-height: 32px;         
        top: -390px;
        margin-left: 380px;    
        text-align: justify;
        float: left;
        position: relative;   
        color: #706f6f;  
    }
    
    .oncologia-carrossel-dra-cintia-batista{
        width: 100%;
        height: 603px;
        background-color: #E3DED4;
        position: absolute;
        top: 2528px;  
        z-index: -1;
    }    

    /*
    * {box-sizing:border-box}
    */
    
    /* Slideshow container */
    .slideshow-container {
        /*max-width: 1000px;*/
        position: relative;
        margin: auto;
        top: -275px;  
    }

    .imagem_carrossel{
        margin-left: 0px;
        position: relative;
        top: -55px;
    }

    /* Hide the images by default */
    .mySlides {
        display: none;
    }

    /* Next & previous buttons */
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

    /* Caption text */
    .titulo-carrossel {
        position: absolute;
        color: #CA9E67;
        font-size: 38;  
        padding: 8px 12px;
        bottom: 8px;
        width: 532px;   
        height: 50px;     
        font-family: "Montserrat-SemiBold";
        left: 460px;
        top: 2080px;         
        
        /*
        border: 1px solid #000000;
        letter-spacing: 2.0;
        line-height: 1.2; 
        */
    }

    
    .titulo-carrossel1 {
        
        width: 438px;
    }

    .titulo-carrossel2 {
        
        letter-spacing: 0.9
    }

    .titulo-carrossel3 {
        letter-spacing: 3.46;   
        
    }

    .titulo-carrossel4 {
        line-height: 1.2;  
        
    }
    

    .texto-carrossel{        
        font-size: 20;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 532px;   
        text-align: justify;
        font-family: "Montserrat-Medium";
        left: 460px;
        top: 2180px;        
        line-height: 1.6; 
    }


    .texto-carrossel3{        
        top: 2180px;
    }

    .texto-carrossel4{        
        top: 2190px;
    }

    .botao-carrossel{    
        border: 1px solid #000000;
        padding: 12px 12px;
        font-family: "Montserrat-SemiBold";
        color: #CA9E67;
        font-size: 12;
        width: 280px;   
        margin-left: 474px;
        margin-top: -220;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        background-color: #E3DED4;        
    }

    .botao-carrossel2{    
        margin-top: -190px;   
    }
    
    .botao-carrossel3{    
        margin-top: -190px;
        width: 380px;
    }

    .botao-carrossel4{    
        margin-top: -160px;
    }
*
    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 16px;
        width: 16px;
        margin: 0 2px;
        background-color: #CA9E67;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
        top: -300px;
        position: relative;
        

    }

    .active, .dot:hover {
        background-color: #E3DED4;
    }

    /* Fading animation */
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @keyframes fade {
        from {opacity: .4};
        to {opacity: 1};
    }
    
    #pagina .informacao-cancer-com-ciencia{
        width: 1009px;
        font-family: "Montserrat-Medium";  
        font-size: 30;
        margin-top: -280px;
        letter-spacing: 2;    
        text-align: justify;   
        position: relative;      
        color: #CA9E67;
        line-height: 1.2;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/    
        position: relative;        
    }

    #pagina .envio_email{
        width: 1009px;
        height: 60px;
        background-color: #E3DED4;
        font-size: 20;
        font-family: "Montserrat-Medium";  
        margin-top: 40px;
        border: none;
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/    
        position: relative;             
    }

   ::placeholder {
        font-size: 20;
        padding: 100px;
        font-family: "Montserrat-Medium";
    }

    #pagina .envio_email_ok{
        width: 40px;
        height: 40px;
        position: relative;
        margin-left: 950;
        top: -50px;
    }

    /*NOTICIAS*/
    #pagina .noticias_dra_cintia_batista{
        list-style: none;
        display: block;      
        width: 700px;
        margin-left: 0px;
        columns: 4;
        margin-top: 40px;
    }

    #pagina .imagem_noticia{
        margin-left: 0px;
        position: relative;
        width: 250px;
        height: 250px;        
    }

    #pagina .ajuste_imagem_noticia2{
        margin-left: 150px;
        margin-top: -35;
        position: relative;
        width: 250px;
        height: 250px;      
    }    

    #pagina .titulo-noticia {
        position: relative;
        width: 230px;
        font-family: "Montserrat-SemiBold";
        font-size: 16;
        text-align: justify;
        color: #576E46;
        margin-left: 80px;
        margin-top: 10px;
    }  

    #pagina .texto-noticia{
        position: relative;
        width: 230px;
        font-family: "Montserrat-Medium";
        font-size: 16;
        text-align: justify;
        color: #706f6f;
        line-height: 1.1;
        
        margin-left: 80px;
        margin-top: 20px;
    }

    #pagina .botao-noticia{    
        width: 250px;
        font-family: "Montserrat-SemiBold";
        font-size: 14;
        color: #706f6f;
        text-align: left;             
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        margin-top: 20px;
        margin-left: 80px;  
    }

    #pagina .titulo-noticia2 {        
        margin-left: 230px;
        font-family: "Montserrat-SemiBold";
        font-size: 16;
        text-align: justify;
      
        
    }

    #pagina .texto-noticia2{
        margin-left: 230px;        
    }

    #pagina .botao-noticia2{    
        margin-left: 230px;
        margin-top: 22px;
        width: 250px;
    }

    .endereco_dra_cintia_batista{
        background-color: #ededed;
        width: 100%;
        height: 540px;
        position: absolute;
        top: 3820px;  
        z-index: -1;
    }

    #pagina .imagem_endereco{        
        position: relative;
        width: 381px;
        height: 466px;     
        margin-top: 100px;    
        margin-left: 0px;
    }

    #pagina .titulo-endereco {
        color: #ca9e67;
        font-size: 30;  
        width: 600px;
        text-align: center;
        font-family: "Montserrat-SemiBold";
        line-height: 1.2;   
        letter-spacing: 1.4;           
        position: relative;
        margin-left: 390px;
        top: -460px;
    }

    #pagina .texto-endereco{
        color: #706f6f;
        font-size: 23;
        position: relative;
        width: 580px;
        text-align: justify;
        font-family: "Montserrat-Regular";
        margin-left: 430px;
        top: -440px;  
        line-height: 1.2;
    }

    #pagina .botao-endereco{    
        font-family: "Montserrat-SemiBold";
        color: #706f6f;
        font-size: 20;
        margin-left: 430px;
        margin-top: -420px;  
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        text-align: left;             
    }

    .mapa_endereco{
        top: 4370px;  
        width: 100%;
        height: 417px;
        position: absolute;
        left: 0;
    }   

    .trajetoria{
        background-color: #E3DED4;
        width: 100%;
        height: 250px;
        position: absolute;
        top: 4795px;   
        z-index: -1;
    }

    #pagina .lista_trajetoria{
        columns: 3;
        list-style: none;
        display: block;   
        margin-top: 150px;
        align-items: center;
        width: 1000px;
        font-family: "Montserrat-Bold";      
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        position: relative;
    }

    #pagina .item_trajetoria {
        margin: 0;
        position: relative;
        padding: 0;
        text-decoration: none;
        width: 233px;
        font-family: "Montserrat-Bold";  
        column-gap: 100px;
        
    }

    #pagina .titulo-trajetoria-1 {
        color: #ca9e67;
        font-size: 30;  
        text-align: left;
        font-family: "Montserrat-Bold";    
        width: 233px;        
    }

    #pagina .titulo-trajetoria-2 {
        color: #576E46;
        font-size: 30;
        text-align: left;
        font-family: "Montserrat-Bold";    
        width: 233px;   
    }

    #pagina .texto-trajetoria {
        color: #000000;
        font-size: 20;  
        text-align: left;
        font-family: "Montserrat";  
        margin-top: 10px;      
        width: 233px;
    }

    #pagina .texto-trajetoria3 {   
        width: 272px;
        margin-top: 10px;  
    }

    #pagina .jornada_paciente{
        font-size: 36;
        font-family: "Montserrat-SemiBold";    
        color: #ca9E67;
        margin-top: 50px;
        text-align: center;        
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        position: relative;
    }

    #pagina .agende_sua_consulta{
        font-size: 36;
        font-family: "Montserrat-SemiBold";    
        color: #576E46;        
        margin-top: 35px;
        text-align: center;        
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        position: relative;
    }
    
    .retirabr{
        display: none;
    }

    .rodape{
        background-color: #576E46;
        width: 100%;
        height: 540px;
        position: absolute;
        top: 5220px; 
        z-index: -1;
        
    }

    #pagina .lista-rodape {
        columns: 2;
        list-style: none;
        display: block;   
        margin-top: 80px;        
        margin-left: 40px;
        width: 800px;  
        height: 500px;
        column-gap: 160px;        
        /*CENTRALIZAR OBJETOS*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*CENTRALIZAR OBJETOS*/  
        position: relative;
    }

    #pagina .item-lista-rodape{
        color: #ffffff;
        font-size: 16;
        font-family: "Montserrat-SemiBold";  
        list-style: none;
    }

    #pagina .sub-lista-rodape{
        padding:10px;
        margin-left: 20px;
        font-size: 16;
        font-family: "Montserrat-Regular";  
    }

    #pagina .sub-item-lista-rodape{
        cursor: pointer;
        font-size: 16;
        font-family: "Montserrat-Regular"; 
    }

    #pagina .lista-sub-lista-rodape{
        text-decoration: none;
        columns: 5;
        margin-left: 0px; /*58% do total da página*/
        padding: 0px;            
        list-style: none;   
        column-gap: 25px;
        float: left;
        margin-top: 10px;
        margin-bottom: 20px;
        
    }

    #pagina .sub-item-lista-rodape-icones{
        list-style: none;    
        width: 32px;
        height: 32px; 
    }

    #pagina .produtora_emporio_isismaria{
        position: relative;
        text-align: center;
        font-family: "Montserrat-Regular";
        cursor: pointer;
        margin-top: 20px;
        width: 1020px;
        height: auto;
          /*CENTRALIZAR OBJETOS*/
          display: block;
          margin-left: auto;
          margin-right: auto;
          /*CENTRALIZAR OBJETOS*/  
          position: relative;
    }   
}