.monitoramento{
    margin-top: 164px;
    display: flex;
    flex-direction: column;
}

.white-section{
    display: flex;
    width: 100%;
    padding: 60px 0px;
    background: #fff;
    flex-direction: column;
}

.gray-section{
    display: flex;
    width: 100%;
    padding: 60px 0px;
    background: #EBEBEB;
    flex-direction: column;
}

.first-section{
    background: url("./../../../../default/img/reconhecendo-sintomas.png") no-repeat top center #fff;
}

.galeria-img{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.galeria-img .cada-img{
    width: 31%;
    margin: 0px 1%;
}

.galeria-img .cada-img img{
    max-width: 100%;
}

.direitos{
    width: 100%;
    margin-top: 5px !important;
}

.download-click a{
    font-weight: 500;
}

.galeria-img .cada-img p{
    width: 100%;
    margin-top: 5px !important;
}

.monitoramento .white-section.first-section h1{
    margin-top: 80px;
    font-size: 46px;
    line-height: 55px;
    color: #000;
    display: inline-block;
    font-weight: 600;
}

.legenda{
    text-align: center;
}

p.img{
    text-align: center;
    width: 100%;
}

p.img img{
    max-width: 100%;
}

.monitoramento p{
    font-size: 21px;
    line-height: 30px;
    color: #999999;
    margin-top: 25px;
    font-weight: 400;
    display: inline-block;
}

.monitoramento .margin-top-25{
    margin-top: 25px;
}

.monitoramento p.menor{
    font-size: 16px;
    line-height: 22px;
    color: #474747;
    margin-top: 25px;
    display: inline-block;
}

.monitoramento p.menor.preto{
    color: #000;
}

.video-vetoryl{
    margin: 0 auto;
    width: 100%;
    max-width: 940px;
    margin-top: 35px;
}

.imagem-legenda-ciclo-1,
.imagem-legenda-ciclo-2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.imagem-legenda-ciclo-1 img,
.imagem-legenda-ciclo-2 img{
    max-width: 100%;
}

.imagem-legenda-ciclo-1 .legenda{
    max-width: 320px;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    color: #999;
    margin-bottom: 0px;
}

.monitoramento h2{
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
}

.itens-sanfona{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
}

.itens-sanfona ul{
    list-style: none;
    width: 100%;
}

.itens-sanfona ul li{
    width: 100%;
    margin-top: 20px;
    border: 1px solid #C5C5C5;
}

.itens-sanfona .abre-fecha:after{
    content: ' ';
    position: absolute;
    top: 0px;
    right: 10px;
    height: 100%;
    width: 20px;
    background: url(./../../../../default/img/fechado.jpg) no-repeat center center;
}

.itens-sanfona .aberto .abre-fecha:after{
    background: url(./../../../../default/img/aberto.jpg) no-repeat center center;
}

.itens-sanfona ul li a{
    position: relative;
    width: 90%;
    color: #474747;
    display: block;
    padding: 10px 5%;
}

.itens-sanfona ul li.aberto a{
    border-bottom: 1px solid #C5C5C5;
}

.itens-sanfona ul li .texto p:first-child{
    margin: 0px;
}

.itens-sanfona ul li .texto{
    display: flex;
    flex-direction: column;
    width: 90%;
    
}

.itens-sanfona ul li .inner-texto{
    display: flex;
    flex-direction: column;
    padding: 25px 5%;
}

.itens-sanfona ul li .texto{
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.itens-sanfona .aberto .texto{
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    height: auto;
}

.imagens-cachorro{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 40px 0px;
}

.imagens-cachorro img{
    max-width: 95%;
}

p.warning-medicacao{
    width: 80%;
    padding: 20px 10%;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: #EF2534;
    font-weight: 500;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

@media all and (max-width: 600px){
    .monitoramento .white-section.first-section h1{
        font-size: 27px;
        line-height: 30px;
    }
    .monitoramento p {
        font-size: 17px;
        line-height: 22px;
    }
    .video-vetoryl iframe{
        height: 210px;
    }
    .anterior-proxima .proxima{
        text-align: right;
    }
    .anterior-proxima .anterior{
        text-align: left;
    }
    .first-section {
        background: url(./../../../../default/img/reconhecendo-sintomas.png) no-repeat 30% 0% #fff;
    }
    .galeria-img .cada-img{
        width: 98%;
        text-align: center;
    }
    .galeria-img{
        flex-direction: column;
    }
    .galeria-img .cada-img p{
        margin-bottom: 25px;
    }
    .galeria-img .cada-img:last-child p{
        margin-bottom: 0px;
    }
}