.page-home .secundario .button {
    width: auto;
    border: 2px solid #9C6A39;
    border-radius: 50px;
    transition: ease all 0.5s;
    cursor: pointer;
    font-weight: 800;
    color: #FFF;
    text-decoration: none;
    padding: 10px 34px;
    margin: 8px 5px;
    text-transform: uppercase;
    display: inline-block;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
        radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
.page-home .secundario .button:hover {
    border: 2px solid #333;
    text-decoration: none;
    box-shadow: 0 0 3px 1px rgba(255,255,255,.5);
}
.page-home section {
    background-color: #FFF;
}
.page-home section.inicial {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.page-home section.inicial .conteudo {
    left: 5%;
    bottom: 10%;
    width: 90%;
    display: block;
    position: absolute;
    z-index: 3;
    text-align: center;
}
.page-home section.inicial .conteudo .textos {
    color: #FFF;
    font-size: 300%;
    font-weight: 600;
    margin-bottom: 5%;
    line-height: 100%;
}
@media (max-width: 768px) {
    .page-home section.inicial .conteudo .textos {
        font-size: 200%;
    } 
}
.page-home section.inicial .conteudo .textos .carousel {
    text-transform: uppercase;
    font-weight: 400;
}
.page-home section.inicial .conteudo .button {
    width: auto;
    border: 2px solid #9C6A39;
    border-radius: 50px;
    transition: .5s ease all;
    cursor: pointer;
    font-weight: 800;
    color: #FFF;
    text-decoration: none;
    padding: 10px 34px;
    margin: 8px 5px;
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden;
}
.page-home section.inicial .conteudo .button:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
        radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    opacity: 0;
    transition: .5s ease all;
}

.page-home section.inicial .conteudo .button:hover {
    text-decoration: none;
}
.page-home section.inicial .conteudo .button:hover:after {
    opacity: 1;
}
.page-home section.inicial .seta {
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    z-index: 2;
    transition: .6s all 2s ease;
}
.page-home section.inicial .seta .icone {
    background-image: url(../images/home-inicial-seta.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 80px;
    height: 60px;
    margin: auto;
    display: block;
    top: 5px;
    animation-name: seta;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
@keyframes seta {
    0%   {top:5px;}
    50%  {top:15px;}
    100% {top:5px;}
}
.page-home section.inicial .bg {
    width: 100%;
    height: 100%;
    background: url(../images/home-inicial-bg.png) repeat;
    display: block;
    position: absolute;
    z-index: 1;
    opacity: .55;
}
.page-home section.inicial video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}


.page-home section.secundario .title {
    color: #0085B2;
    font-size: 350%;
    margin-bottom: 50px;
}
@media (max-width: 576px) {
    .page-home section.secundario .title {
        font-size: 300%;
    }
}

.page-home section.apresentacao  {
    padding: 0;
    background: #e8e8e8;
    background: linear-gradient(1deg, #88B1DB 0%, #C5D9ED 100%);
    color: #000;
    position: relative;
    overflow: hidden;
}
.page-home section.apresentacao .texto1 {
    font-size: 160%;
}
.page-home section.apresentacao .texto2 {
    font-size: 130%;
    line-height: 100%;
}
.page-home section.apresentacao .bg {
    padding-top: 10dvh;
    padding-bottom: 10dvh;
    background-image: url(../images/home-apresentacao-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 80vh;
}
.page-home section.apresentacao .icon {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
        radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    border-radius: 50%;
    padding: 10px;
    display: inline-block;
}
.page-home section.apresentacao .icon img {
    filter: invert(1);
    width: 100%;
    height: auto;
}
.page-home section.apresentacao .figura {
    max-width: 500px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (min-width: 992px) {
    .page-home section.apresentacao .textos {
        width: 75%;
    }
    .page-home section.apresentacao .figura {
        width: 25%;
        max-width: 360px;
    }
    .page-home section.apresentacao .icon img {
        max-width: 36px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .page-home section.apresentacao .textos .texto1 {
        width: 100%;
    }
    .page-home section.apresentacao .textos .texto2 {
        width: 55%;

    }
    .page-home section.apresentacao .icon img {
        max-width: 30px;
    }
    .page-home section.apresentacao .figura {
        width: 45%;
        max-width: 350px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .page-home section.apresentacao .bg {
        padding-top: 5dvh;
        padding-bottom: 5dvh;
        min-height: 60vh;
    }
    .page-home section.apresentacao .icon img {
        max-width: 30px;
    }
    .page-home section.apresentacao .textos .texto1 {
        width: 100%;
        font-size: 140%;
    }
    .page-home section.apresentacao .textos .texto2 {
        width: 50%;
        font-size: 120%;
    }
    .page-home section.apresentacao .figura {
        width: 50%;
        max-width: 300px;
    }
}
@media (max-width: 575px) {
    .page-home section.apresentacao .bg {
        padding-top: 5dvh;
        padding-bottom: 5dvh;
        min-height: 60vh;
    }
    .page-home section.apresentacao .icon img {
        max-width: 25px;
    }
    .page-home section.apresentacao .textos .texto1 {
        width: 100%;
        font-size: 130%;
    }
    .page-home section.apresentacao .textos .texto2 {
        width: 60%;
        font-size: 115%;
    }
    .page-home section.apresentacao .figura {
        width: 45%;
        max-width: 220px;
    }
}


.page-home section.videos .title {
    color: #FFF;
}
.page-home section.videos {
    padding-top: 10dvh;
    padding-bottom: 10dvh;
    background-image: url(../images/home-videos-bg.png), linear-gradient(0deg, rgba(53, 85, 115, 1) 0%, rgba(57, 53, 101, 1) 100%);
    background-position: bottom center;
    background-size: cover;
    color: #FFF;
}
@media (max-width: 768px) {
    .page-home section.videos {
        padding-top: 5dvh;
        padding-bottom: 5dvh;
    }  
}
.page-home section.videos iframe {
    width: 100%;
    aspect-ratio: 16/9;
    box-shadow: 4px 6px 18px 1px rgba(0,0,0,0.5);
    border: 5px solid #FFEFBF;
}

.page-home section.tiposeventos {
    padding-top: 10dvh;
    padding-bottom: 10dvh;
    background-image: linear-gradient(1deg,rgba(232, 232, 232, 1) 0%, rgba(156, 156, 156, 1) 100%);
    font-size: 120%;
}



.page-home section.clientes {
    padding-top: 10dvh;
    padding-bottom: 10dvh;
    background: linear-gradient(45deg, #000428, #004e92, #1b2735);
}
.page-home section.clientes h1 {
    color: #fff !important;
}
.page-home section.clientes .lista {
    width: 90%;
    margin: auto;
}
.page-home section.clientes .lista .cliente .box {
    margin: 10px;
    padding: 20px;
    border-left: 5px solid #e4e4e4;
    border-top: 5px solid #e4e4e4;
    border-right: 5px solid #999;
    border-bottom: 5px solid #999;
    border-radius: 5px;
    overflow: hidden;
    background-color: #FFF;
    opacity: .7;
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,.3);
    transition: ease all .6s;
    display: block;
}
.page-home section.clientes .lista .cliente.zoom .box {
    transform: scale(1.2);
    opacity: 1;
}
.page-home section.clientes .lista .cliente .box img {
    max-width: 100%;
}
.page-home section.clientes .lista .slick-prev:before,
.page-home section.clientes .lista .slick-next:before {
    color: #333;
}

.page-home section.galeria {
    padding-top: 10dvh;
    padding-bottom: 10dvh;
    background-color: hsla(0, 0%, 100%, 1);
    background-image: radial-gradient(circle at 32% 16%, hsla(14, 100%, 64%, 0.33) 17.647148063137625%, transparent 61.5109675345299%), radial-gradient(circle at 75% 1%, hsla(247, 100%, 63%, 0.3) 11.26645584295136%, transparent 63.69587993071477%);
    background-blend-mode: multiply, multiply;
}