﻿.interna h1 {
    padding: 40px 0;
    margin-bottom: 100px
}

.link-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.link-box {
    width: 100%;
    min-height: 400px;
    margin: auto;
    position: relative;
    background-image: url(../img/acessos.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px 3px 50px 3px;
    box-shadow: -5px 5px 10px rgb(24 24 24 / 21%);
    margin-bottom: 50px;
}

.link-box.videos {
    background-image: url(../img/videos.png);
}

.link-box.docs {
    background-image: url(../img/documentos.png);
}

.link-box a {
    display: block;
    text-align: left;
    background: linear-gradient(0,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 40%,transparent 70%);
    color: #fff;
    padding: 24px;
    border-radius: 3px 3px 50px 3px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    transition: all .3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.link-box a:after {
    content: '';
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(../img/icones/right-arrow-red.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    bottom: 24px;
    right: 24px;
    border-radius: 100px;
    transition: all .4s;
}

.link-box a strong {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: white;
    padding: 10px 25px;
    border-radius: 50px 5px 50px 50px;
    color: red;
}

.link-box a span {
    background: #d2010d;
    padding: 4px 20px;
    font-size: 14px;
    line-height: 21px;
    border-radius: 0 50px 50px 0;
    top: 0;
    left: -24px;
}

.link-box a:hover,
.link-box a:hover strong {
    text-decoration: none;
    transition: all .3s;
}

.link-box a:hover:after {
    right: 24px;
    transition: all .4s;
}

.video-box {
    margin-bottom: 50px;
}

    .video-box iframe,
    .video-box video,
    .video-box fixo {
        float: left;
        margin-right: 24px;
        border-radius: 5px;
    }

.video-box p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .03em;
    color: #454545;
    text-align: left;
}

.video-box p small {
    font-size: 100%;
}

.video-box strong {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.video-box span {
    display: block;
    opacity: 60%;
    top: 0;
}

.video-box span.red {
    display: initial;
    opacity: 100%;
    top: 0;
    color: #dd4b39;
    cursor: pointer;
    display: none;
}

.video-box span.red:hover {
    text-decoration: underline;
}

.video-box button {
    position: absolute;
    left: 12px;
    top: 152px;
    background: #DD4B39;
    border: none;
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-transform: lowercase;
    font-weight: 600;
    padding: 2px 16px;
    text-align: center;
}

.arm-box {
    padding: 24px;
    background: #f4f4f4;
    border-radius: 5px;
    margin-bottom: 50px;
}

.arm-box p.h3 {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .04em;
    font-weight: 700;
    text-transform: uppercase;
}

.ar-box {
    margin: 16px 0;
}

.ar-box p {
    text-transform: lowercase;
    font-size: 14px;
    line-height: 21px;
    color: #939393;
    margin: 0;
    padding-left: 32px;
    display: block;
    position: relative;
}

.ar-box p span {
    top: 16px;
    font-size: 11px;
    line-height: 16.5px;
    float: right;
}

.ar-box p.youtube:before {
    content: '';
    width: 21px;
    height: 21px;
    background-image: url(../img/icones/youtube-pb.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 2px;
}

.ar-box p.visao:before {
    content: '';
    width: 21px;
    height: 21px;
    background-image: url(../img/icones/server-pb.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 2px;
}

.ar-box .progress {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #CECECE;
    border-radius: 100px;
    position: relative;
    margin: 16px 0 0 0;
    top: 0;
    overflow: inherit;
}

.ar-box .progress span {
    content: '';
    width: attr(data-width px, inherit);
    height: 3px;
    position: absolute;
    top: -1px;
    left: 0;
    background-color: red;
    border-radius: 100px;
}

.arquivo-box {
    display: block;
    width: 100%;
    border-radius: 3px 3px 30px 3px;
    color: #fff;
    background-color: #DD4B39;
    padding: 60px 40px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.arquivo-box:after {
    content: '';
    width: 35px;
    height: 35px;
    background-color: #fff;
    background-image: url(../img/icones/download.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    border-radius: 100px;
    position: absolute;
    bottom: 12px;
    right: 12px;
    transition: all .4s;
}

.arquivo-box:hover:after {
    right: 12px;
    transition: all .4s;
}

.arquivo-box:hover {
    color: #fff;
    text-decoration: none;
}

.arquivo-box img {
    width: 60px;
    margin-bottom: 16px;
}

.arquivo-box p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    font-weight: 600;
    margin: 0 0 3px 0;
}

.arquivo-box small {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .1em;
    opacity: 56%;
}

#modal-views .container-modal {
    padding: 32px;
}

#modal-views .container-modal h1 {
    position: relative;
    background: transparent;
    border-top: none;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: .03em;
    padding: 0 0 24px 0;
}

#modal-views .container-modal h1 small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

#modal-views .conteudo {
    margin-top: 32px;
}

#modal-views .conteudo ul li {
    background-color: #f3f3f3;
    padding: 8px 8px 8px 32px;
    border-radius: 3px;
    color: #454545;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .01em;
    position: relative;
    margin-bottom: 12px;
}

#modal-views .conteudo ul li:before {
    content: '';
    width: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/icones/user-novo-2.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}

#modal-views .conteudo ul li span {
    position: absolute;
    right: 8px;
    top: 10px;
    opacity: 50%;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .03em;
}

#modal-views .conteudo ul li span:before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../img/icones/view.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    position: absolute;
    top: -3px;
    left: -28px;
}

#modal-views .fechar {
    border-radius: 6px;
    top: 12px;
    right: 12px;
    box-shadow: none;
    border: none;
    background: rgb(0 0 0 / 12%);
}

#modal-views .fechar img {
    max-width: 100%;
    padding: 10px;
    opacity: .8;
}

@media screen and (min-width: 768px) {
    .link-box {
        width: 40%;
    }
}

@media screen and (min-width: 1024px) {
    .link-box {
        width: 27.3%;
        margin-bottom: 0;
    }

    .link-box a:after {
        right: -100px;
        transition: all .4s;
    }

    .arm-box {
        margin-bottom: 0;
    }

    .video-box p {
        padding-right: 14px;
    }

    .arquivo-box {
        margin-bottom: 20px;
    }

    .arquivo-box:after {
        right: -100px;
    }
}
.inst-docs h2 {    
    padding: 10px;
    margin: 0 0 30px 0;
    font-weight: bold
}

.cont-video-tutorial {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 50px;
    margin-top: -50px;
}
