body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
   /* background-image: url("../img/rodape_mobile.svg");
    background-repeat: no-repeat; 
    background-position: bottom center;*/
    background-size: 100%;

}

@font-face {
    font-family: roboto;
    src: url("../font/Roboto-Regular.ttf");
}

@font-face {
    font-family: RobotoCondensed;
    src: url("../font/RobotoCondensed.ttf");
}

img {
    max-width: 100%;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 980px;
}

.last-articles .container p {
    color: white;
    padding: 20px 25px 10px;

}

.header {
    background: #fff;
    width: 100%;
}

.js .header {
    position: fixed;
    width: 100%;
    z-index: 10;
    filter: drop-shadow(3px 3px 3px #6f6d6db3);
}

.menu_resp {
    font-size: .8em;
    margin-bottom: .2em;
    color: #000000;
}

.logo-text {

    margin: 0;
    background-image: url("../img/logo-mobile.png");
    background-repeat: no-repeat;
    width: 91px;
    height: 41px;
    float: left;
    margin: .7em .4em .4em .7em;

}

.header__nav {
    clear: left;
}

.header__nav ul {
    margin: 0;
    padding: 1em;

}

.header__nav li {
    list-style-type: none;

    text-align: center;

}

li a .bt_menu img {
    display: none;
}

#bt_nav1 {

    background-color: #1badc2;
    border-radius: 50px;
    color: white;
   
}


#bt_nav2 {
    background-color: #54cdc4;
    color: #ffffff;
    border-radius: 50px;
   
    filter: drop-shadow(3px 3px 4px #ccc);
}


#bt_nav1:hover,
#bt_nav2:hover {
    opacity: .5;
}

.header__nav a {
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(131, 129, 129);
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 15px 0;
    transition: .8s ease;
    transition: all .3s;
    margin-top: .5em;
    margin-bottom: .5em;
    margin-right: .3em;
    margin-left: .3em;
}

.header__nav a:hover {
    color: #63c6ae;
    transition: all .3s;
}

.header__btnMenu {
    float: right;
    margin: .7em;
    background: transparent;
    border: none;
    font-size: 14px;
}

.js .header__nav {
    transition: max-height 1s;
    width: 100%;
}

.js .laptop-slider {
    overflow: hidden;
    color: white;
}

.js .laptop-slider .slideshow {
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 950px;
}

.js .laptop-slider .slideshow iframe {
    width: 100%;
    height: 440px;

}

.js .laptop-slider figure {
    opacity: 0;
    transition: 1s opacity;
    display: none;
    visibility: hidden;

    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;

}

.js .laptop-slider figure.show {
    opacity: 1;
    display: block;
    visibility: visible;

    position: static;

}

.js .laptop-slider .prev,
.js .laptop-slider .next {
    z-index: 3;
    position: absolute;
    top: 50%;
    cursor: pointer;
    display: none;
}

.js .laptop-slider .prev {
    left: 10px;
}

.js .laptop-slider .next {
    right: 10px;
}





.js .quote-slideshow {
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 950px;
    box-sizing: border-box;
    padding: 0 50px;
    color: white;
}

.js .quote-slideshow figure h2 {
    margin-top: 0;
}

.js .quote-slideshow figure {
    opacity: 0;
    transition: 1s opacity;
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 50px;
    right: 50px;
    box-sizing: border-box;
    margin: 0;
}

.js .quote-slideshow figure.show {
    opacity: 1;
    position: static;
    display: block;
    visibility: visible;

}

.js .quote-slideshow .prev,
.js .quote-slideshow .next {
    z-index: 3;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.js .quote-slideshow .prev {
    left: 10px;
}

.js .quote-slideshow .next {
    right: 10px;
}


.hero {
    height: 45vh;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: 40px 40px, 40px 40px, cover;
}

.hero video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 42vh;
  }



.hero__title {

    color: white;
    font-size: 1.3em;
    font-weight: 600;
    font-family: 'RobotoCondensed';
    filter: drop-shadow(2px 2px 3px #00000088);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1em;
   
}
.hero__text {
    background-color: #242a2c;
    margin: 5px 30px 35px;
    color: white;
    padding: 20px;
    font-size: 16px;
}

.hero__btn {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #30ea69 0, #046726 180%);
    border: 0;
    border-radius: 25px;
    box-shadow: rgb(22 13 40 / 40%) 0 2px 4px, rgb(5 5 5 / 30%) 0 7px 13px -3px, rgb(255 255 255) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: .5em;
}

.hero__btn2 {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #36d8ed 0, #035b67 180%);
    border: 0;
    border-radius: 25px;
    box-shadow: rgb(22 13 40 / 40%) 0 2px 4px, rgb(5 5 5 / 30%) 0 7px 13px -3px, rgb(255 255 255) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: .5em;
}

.hero__btn:hover,
.hero__btn2:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #54ccc4 0 -3px 0 inset;
    transform: translateY(-2px);

}

.people-cards {
   
}

.people-cards__card {
    transition: all 0s;
}

.people-cards__card:hover .people-cards__avatar img {
    transform: translateY(-50%);
}

.people-cards__card:hover,
.people-cards__card:hover {
    color: #63c6ae;
}

.people-cards__image {
    width: 100%;
}

.people-cards__avatar {
    margin: -55px auto;
    width: 88px;
    height: 88px;
    overflow: hidden;
}

.people-cards__content {
    text-align: center;
    padding: 40px 25px 10px;

}

.people-cards__title {
    color: #737c85;
    font-size: 21px;
    font-weight: normal;
    text-align: left;
}

.people-cards__text {
    text-align: left;
    color: #929da5;
    font-size: 1em;
    padding-top: 1em;
}



.content {

    /*padding: 20px 0 80px;*/

}

.people-cards__content h3 {

    font-size: 2.3em;
    font-weight: 400;
    color: rgb(131, 129, 129);
    padding-left: 20px;
}

.content h3 {
    font-size: 1.5em;
    font-weight: 400;
    color: #fff;
    padding-left: 20px;
    margin-bottom: 0;
}

.center h3 {
    font-size: 1.5em;
    font-weight: 400;
    color: #fff;
    padding-left: 20px;
}

.quote-slideshow h3 {
    font-size: 1.5em;
    font-weight: 400;
    color: #fff;
    padding-left: 0px;

}

.paciente_thumb {

    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: block;
    background-image: url("../img/ico-paciente.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #2691a5;
    float: left;
    margin-right: .5em;

}

.paciente_wt {

    width: 4em;
    height: 3em;

    display: block;
    background-image: url(../img/ico-wt.svg);
    background-repeat: no-repeat;
    background-position: center;

    float: right;
    margin-right: .5em;

}

.content p {
    color: #929da5;
    font-size: 1em;
    word-spacing: 3px;
}

.button {
    padding: 15px 40px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    margin-right: 15px;
    display: inline-block;
    transition: background .5s;
}

.button:hover {
    background-color: #929da5;
}

.button-primary {
    background-color: #69c6ae;
    color: white;
}

.button-secundary {
    background-color: #455357;
    color: white;
}



.last-articles__title {
    background-color: #1cadc2;

    padding: 1em 0;
}

.font_weight {
    font-weight: 700;

}

.last-articles__title h2 {
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;

}

.last-articles__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 0;
    background: yellow;
}

.last-articles__thumbs img {
    display: block;
    width: 100%;
}


.laptop-slider {
    background-color: #242a2c;
    padding: 20px 0 50px;
    width: 100%;
    overflow: auto;
}

.slideshow {
    white-space: wrap;
}

.slideshow figure {
    display: inline-block;
}




.quote-container {
    background-color: #1cadc2;
    padding: 20px 0;

}

.quote-slideshow h2 {
    color: white;
    font-size: 1.2em;
    font-style: italic;
    font-weight: normal;
}

.quote-slideshow figcaption {
    color: white;
    font-size: 18px;
    text-align: center;
}

.no-js .quote-slideshow figure+figure {
    margin-top: 5em;
}




.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #242a2cc9;
    padding-top: 1.3em;
    padding-bottom: .3em;
    display: flex;
    justify-content: center;
    z-index: 10000;
}

.rodape {
    max-width: 980px;
    display: grid;
    grid-template-columns: 50px 50px 50px 50px 170px;
    justify-items: center;
    color: white;
    align-items: center;
    transition: all .3s;
    opacity: 1;


}

.rodape img {
    width: 100%;
}

.rodape span:hover {
    cursor: pointer;
    transition: all .3s;
    opacity: .5;
}

.bt_agendar_consulta {

    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #30ea69 0, #046726 180%);
    border: 0;
    border-radius: 25px;
    box-shadow: rgb(22 13 40 / 40%) 0 2px 4px, rgb(5 5 5 / 30%) 0 7px 13px -3px, rgb(255 255 255) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 36px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    /* text-align: left; */
    /* text-decoration: none; */
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 13px;
    text-transform: uppercase;
}

span.bt_agendar_consulta a {
    text-decoration: none;
    text-decoration: none;
    color: white;
}

.icone_dep {
    width: 65px;
    height: 65px;

    border-radius: 50%;
    float: left;
    margin: .3em 1em .3em 0;

    position: relative;
}

img.star_dep {
    max-width: 100%;
    width: 5em;

}

.icone_texto {
    font-size: 1.1em;
}

.icone_dep img {
    position: absolute;
    border-radius: 50%;

}

.titulo_dep {
    display: flex;
    align-items: center;
    margin-bottom: 1em;

}

.container_info {

    display: flex;
    justify-content: center;
    color: rgb(131, 129, 129);
    font-size: .8em;
    padding-bottom: 5em;
    padding-top: 1em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    border-top: 1px double #4ecdc5;
}

._info {

    display: grid;
    /* grid-template-columns: repeat(2, 1fr);*/
    grid-gap: 2em;
    width: 980px;

}

.centraliza {

    width: 100%;
    display: flex;
    justify-content: center;
}

#container_iframe {

    display: flex;

    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 350px;
    margin-bottom: 1.5em;
    height: 378px !important;
    margin-top: 2em;
    border: 5px solid #000000;
    background-color: #000000;
    overflow-x: visible;


}

#container_iframe div {
    margin-right: .2em;

}

#container_iframe div:last-child {
    margin-right: .0em !important;
}

#container_iframe iframe {

    overflow-x: visible;
    max-width: 350px;
    height: 344px
}

#container_iframe::-webkit-scrollbar {
    width: 22px;
    height: 25px !important;
    /* width of the entire scrollbar */
    overflow-x: visible;
    cursor: pointer;
    touch-action: auto;
}

#container_iframe::-webkit-scrollbar-track {
    /* color of the tracking area */
    overflow-x: visible;
}

#container_iframe::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255);
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #000000;
    /* creates padding around scroll thumb */
    overflow-x: visible;

}


/*RESPONSIVO */
@media (orientation: landscape) {
    .hero {
        height: 67vh;
    }
    .hero video {
        height: 70vh;
    }
    .hero__title{
        padding-top: 56px;
        
           }
  
}

@media (orientation: portrait) {
    .hero {
       
    }
    .hero video {
        height: 42vh;
    }
   .hero__title{


   }
  
}

@media screen and (min-width: 1024px) {

    body {
        margin: 0;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.5;
       /* background-image: url("../img/rodape.svg") !important;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;*/
    }

    .people-cards {
        margin-top: 2em;
    }
    
    .container_play {
        position: relative;
        width: 100%;

    }

    .hero video,  .hero {
        height: 60vh;

    }

    .header__nav a {
        text-decoration: none;
        text-transform: uppercase;
        color: rgb(131, 129, 129);
        font-size: 14px;
        font-weight: 600;
        display: block;
        padding: 15px 0;
        transition: .8s ease;
        transition: all .3s;
        margin-top: 1.5em;
        margin-bottom: .5em;
        margin-right: .3em;
        margin-left: .3em;
    }


    .hero__title {
        font-size: 2em;
    }

    .ms_natal {

        display: block;
        float: left;
        color: #929da5;
        font-size: .5em;
    }

    .rodape {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;

    }

    .header {
        position: fixed;
    }

    .js .laptop-slider .slideshow iframe {
        width: 100%;
        height: 500px;
    }

    .center_menu {
        max-width: 1000px;
        margin: auto;

    }

    .laptop-slider {

        padding: 30px 0 50px;

    }

    .logo-text {
        width: 45%;
        box-sizing: border-box;
        background-image: url("../img/logo.png");
        background-repeat: no-repeat;
        display: block;
        width: 270px;
        height: 60px;

        margin-top: 1.6em;
        margin-right: 2em;
    }

    .header__btnMenu {
        display: none;
    }

    .header__nav {

        clear: none;

        display: contents;
    }

    .header__nav ul {
        display: flex;
        justify-content: space-around;
        padding: .5em;



    }

    .header__nav li {
        border-bottom: none;
        flex-grow: 1;
    }


    .header__nav a {
        text-decoration: none;
        text-transform: uppercase;
        color: rgb(131, 129, 129);
        font-size: 14px;
        font-weight: 600;
        display: block;
        padding: 15px 0;
        transition: .8s ease;
        transition: all .3s;
        margin-top: 1.5em;
        margin-bottom: .5em;
        margin-right: .3em;
        margin-left: .3em;
        background: white;
    }

    .people-cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }


    .content .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    .content .container article {
        padding: 0 25px 0;
    }

    .content .container article img {
        width: 100%;
    }

    .last-articles__thumbs {
        grid-template-columns: repeat(6, 1fr);
    }

    #bt_nav1 {

        color: rgb(130, 127, 127);
        background-color: transparent;
        border-radius: 0;
       
    }

    #bt_nav2 {
        background-color: transparent;
        color: rgb(130, 127, 127);
        border-radius: 0;
        
        background-color: #f1f1f1;
        border-radius: 15px;
        padding: .5em;
    }

    li a .bt_menu img {
        display: block;
    }

    #container_iframe {

        margin-top: 2.5em;

    }
  
    .center h3{
        font-size: 2em;
    }
.content h3{
    font-size: 2em;
}
    .quote-slideshow h3 {
        font-size: 2em;
        font-weight: 400;
        color: #fff;
        padding-left: 20px;
    }

    .quote-container {

        padding: 30px 0;

    }
}


/* IFRAME */

.container_play {
    position: relative;
    width: 100%;
    height: 440px;
}


.play_video {
    width: 2.3em;
    height: 2.3em;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    color: #1badc2;
    font-size: 4em;
    cursor: pointer;
}

.nowrap {
    float: right;
    display: flex;
    margin-top: 1em;
    margin-left: .3em;
}

.nowrap2 {
    float: left;
    display: flex;
    margin-top: 1em;
    padding-left: .3em;

}

.bt_video {
    width: 2em;
    height: 2em;
    color: white;
    /* background-color: #30ea69; */
    border-radius: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-right: .5em;
    cursor: pointer;
    transition: all .3s;
    opacity: 1;
    border: solid 1px;
}

.bt_video:hover {
    transition: all .3s;
    opacity: .5;
}

.button_player {
    position: relative;
    cursor: pointer;
    /* margin: 0 auto 20px auto; */
    padding: 14px;
    float: left;
    display: block;
    border-radius: 18px;
    height: .2em;
    display: flex;
    align-items: center;
    background-color: #1badc2;
    color: #fff;
    border: 0;
    /* gap: 3em; */
    margin-right: .3em;
    transition: all .3s;
    opacity: 1;
}

.button_player:hover,
.button_play:hover {
    transition: all .3s;
    opacity: .5;
}

.button_play {
    position: relative;
    cursor: pointer;
    /* margin: 0 auto 20px auto; */
    padding: 14px;
    float: left;
    display: block;
    border-radius: 18px;
    height: .2em;
    display: flex;
    align-items: center;
    background-color: #30ea69;
    color: #fff;
    border: 0;
    /* gap: 3em; */
    margin-right: .3em;
}

.buttons:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 238, 238, 0);
    border-top-color: #eee;
    border-width: 10px;
    margin-left: -10px;
}

.button {
    padding: 10px 20px;
    font-weight: bold;
    letter-spacing: 5px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: #7F8C8D;
    border: none;
    border-radius: 4px;
}

#play-button {
    background-color: #2ECC71;
}

#play-button:hover {
    background-color: #27AE60;
}

#pause-button {
    background-color: #E67E22;
}

#pause-button:hover {
    background-color: #D35400;
}

#stop-button {
    background-color: #E74C3C;
}

#stop-button:hover {
    background-color: #C0392B;
}

#pause-button,
#stop-button {
    margin-left: 15px;
}

iframe {
    margin: 0 auto;
    width: 560px;
    height: 315px;
    float: left;
    clear: both;
    display: block;
    background-color: #eee;
}

.banner {
    margin-top: 3em;

}

.loca {
    display: block;
    width: 18px;
    height: 17px;
    float: left;
}

.banner img {
    width: 100%;

}

@font-face {
    font-family: Roboto-Bold;
    src: url(../font/Roboto-Bold.ttf)
}

.dest_foot {

    font-family: Roboto-Bold;
}

a.feed-powered-by-es,
.es-header-btn {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;

}

.foto_medico {

    display: block;

}


.quote-iframe {

    width: 100%;
    display: flex;
    overflow: hidden;

}




/* CARROSEL */


#cCarousel {
    position: relative;
    max-width: 900px;
    margin: auto;
    padding-bottom: 2em;
    background-color: #f4f7f8;
    border-radius: 30px;
}

#cCarousel .arrow {
    position: absolute;
    top: 50%;
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    font-size: 15px;
    color: white;
    background: #1badc2;
    cursor: pointer;
}

#cCarousel #prev {
    left: 0px;
}

#cCarousel #next {
    right: 0px;
}

#carousel-vp {
    width: 770px;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: auto;
}

@media (max-width: 770px) {
    #carousel-vp {
        width: 510px;
    }
}

@media (max-width: 510px) {
    #carousel-vp {
        width: 300px;
    }
}

#cCarousel #cCarousel-inner {
    display: flex;
    position: absolute;
    transition: 0.3s ease-in-out;
    gap: 10px;
    left: 0px;
}

.cCarousel-item iframe {

    width: 250px;
    height: 365px;
    border: 2px solid white;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    opacity: 1;
    transition: all .5s ease;
}


a.bt_ver {
    position: absolute;
    z-index: 100;
    width: 250px;
    height: 365px;
    background-color: #04672700;
    z-index: 100;
    display: block;
    margin: auto;
}

.cCarousel-item iframe:hover {
    opacity: 0.5;
    transition: all .5s ease;
}


/* collapsible */

.center_fac h3 {

    font-size: 1.5em;
    font-weight: 400;
    color: rgb(131, 129, 129);
    padding-left: 20px;
}
.center_fac h3 span img{
    width: 1.5em;
    margin-left: .3em;

}
.center_fac p {
    text-align: left;
    color: #929da5;
    font-size: 1em;
    padding-top: 1em;

}

.center_fac span {

    color: #05616f;
    font-weight: 600;


}

.center_fac {
    max-width: 1000px;
    margin: auto;
    padding: 1em 1em 2em 1em;

}
button.collapsible{

    position: relative;
}

.collapsible span img{
    position: absolute;
    width: 1.3em;
    right: 0;
    margin-right: 1em;
    }
.collapsible {
    background-color: #f4f7f8;
    border-radius: 40px;
    margin-bottom: 5px;
    color:rgb(131, 129, 129);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1em;
    transition: all .3s ease;
    filter: drop-shadow(2px 2px 1px #ccc);
}


.active,
.collapsible:hover {
    background-color: #e7eaec;
    transition: all .3s ease;
   
}

.content_collapsible {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    border-radius: 20px;
}


/* VALOR */


.center_valor {
    max-width: 1000px;
    margin: auto;
    padding: 1em 1em 2em 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.center_google {
    max-width: 1000px;
    margin: auto;
    padding: 1em 1em 3.2em 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.center_google .center_valor h3 {
    color: rgb(131, 129, 129);
    /* padding-top: 1em; */
    text-decoration: underline rgb(78 205 198) 4px;
    display: flex;
  
    align-items: center;

}
.txt_google{
    text-transform: uppercase;
    font-weight: 600;
}
 .center_valor p {
    color: #929da5;
    font-size: .9em;
    text-align: left;
}

.center_google p{
    color: #929da5;
    font-size: .9em;
    text-align: left;
    padding-right: .5em;
    padding-left: .5em;
  
}

.center_valor .card {
    display: block;
    width: 270px;
    border-radius: 40px;
    margin: 0 2em 0 0;
   
    justify-content: center;
   

    transform: scale(1);
    opacity: 1em;
    transition: all .4s ease;
}

.center_google .card {
    display: block;
    width: 270px;
    border-radius: 40px;
    /* margin: 0 2em 0 0; */
    margin: 0 2em 0 0;
    justify-content: center;
    transform: scale(1);
    opacity: 1em;
    transition: all .4s ease;
    display: flex;
    flex-wrap: wrap;
}
.center_google .card span img{
    width: 232px;
    height: 165px;
    float: left;
    margin-right: 1em;
 
}


.center_valor .card span img{
    width: 3em;

}

.center_valor .card:hover {
    transform: scale(1.1);
    opacity: .5em;
    transition: all .4s ease;
    cursor: pointer;
}

.center_google .card:hover {
    transform: scale(1.1);
    opacity: .5em;
    transition: all .4s ease;
    cursor: pointer;
}


 /* POUP UP */

 .btnOpenModal {
    font-size: x-large;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: blueviolet;
    color: white;
    cursor: pointer;
  }
  
  hr {
    border: 0px;
    border-top: 1px solid lightgray;
  }
  
  .modal-container1,   .modal-container2,  .modal-container3{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    display: none;
    z-index: 999;
    justify-content: center;
    align-items: center;
  }
  
  .modal {
    display: flex;
    flex-direction: column;
  
  }
  
  .active {
    display: flex;
  }
  
  .active .modal {
    animation: modal .4s;
    position: relative;
  }
  
  @keyframes modal {
    from {
      opacity: 0;
      transform: translate3d(0, -60px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  
  span {
    margin:auto;
  }
  
  .btns {
    display: flex;
    justify-content: space-between;
    justify-content: flex-end;
    position: absolute;
    right: 11px;
    top: 31px;

  }
  
  .btns button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    /* padding: 10px; */
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    width: 2em;
    height: 2em;
    background-image: linear-gradient(92.83deg, #ee6464 0, #e12d08 100%);

    filter: drop-shadow(3px 3px 3px #6f6d6db3);
    
    transition: all .3s ease;

  }

  .btns button:hover {
transition: all .3s ease;
background-image: linear-gradient(92.83deg, #e51818 0, #681403 100%);

  }
  
  .btnOK {
   background-color: blue!important;
  }
  
  .btnClose {
    background-color: brown!important;
   }
  
   @media (max-width: 500px) {
    .modal {
      padding: 10px;
      width: 80%;
    }   
  
    span, .btns button {
      font-size: smaller;
    }
   }

 