/* -------------------- Global -------------------- */

main {
    width: 100%;
    background: #F7F9FA;
}


/* -------------------- Banner Principal -------------------- */

.banner-principal {
    width: 100%;
    margin-top: 110px;
    overflow: hidden;
}

.banner-principal .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    max-width: 1206px;
    background: var(--cor-principal);
    border-radius: 30px;
    width: 90%;
}

.banner-principal .content .content-bottom {
    display: flex;
    justify-content: center;
    margin: 17px 0;
    padding: 30px 20px;
    border-radius: 20px;
    gap: 40px;
    background: var(--cor-fundo-principal);
    width: 97%;
}

.banner-principal .content .content-bottom .banner-div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 40px;
    max-height: 400px;
    overflow: hidden;
}

.banner-principal .content .content-bottom .banner {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.banner-principal .content .content-bottom img {
    width: 100%;
}

.banner-principal .content .content-bottom .banner h2 {
    font-size: 40px;
    width: 85%;
}
.banner-principal .content .content-bottom .banner h1 span {
    color: #1C8FBD;
}
.banner-principal .content .content-bottom .banner a{
    color: black;
    text-decoration:none;
}
.banner-principal .content .content-bottom .banner p {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    margin-top: 21px;
    line-height: 24px;
}
.banner-principal .content .content-bottom .slick-dots{
    background: var(--cor-fundo-principal);
    height: 50px;
    border-radius: 15px;
    bottom: -65px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.banner-principal .content .content-bottom .slick-dots li{
    width: 25%;
    background: var(--cor-fundo-secundaria);
    height: 4px;
    border-radius: 4px;
}

.banner-principal .content .content-bottom .slick-dots li.slick-active{
    background: var(--cor-secundaria);
}

.banner-principal .content .content-bottom .slick-dots li button{
    display: none;
}

.banner-principal .content .content-bottom .slick-prev:before {
  content: url('https://staging.triinus.com.br/wp-content/themes/thema-triinus/svg/seta-carrosel-esqueda.svg');
  font-size: 22px;
  color: #333;
}

.banner-principal .content .content-bottom .slick-next:before {
  content:   url('https://staging.triinus.com.br/wp-content/themes/thema-triinus/svg/seta-carrossel.svg');
  font-size: 22px;
  color: #333;
}

.banner-principal .content .content-bottom .slick-prev, .banner-principal .content .content-bottom  .slick-next{
    top: 107%;
    z-index: 3;
}

.banner-principal .content .content-bottom .slick-prev{
    left: 5%;
}

.banner-principal .content .content-bottom .slick-next{
    right: 6%;
}

.categorias-link{
    background: var(--cor-fundo-principal);
    height: 50px;
    border-radius: 15px;
    margin: 0 auto;
    margin-top: 63px;
    margin-bottom: 17px;
    display: flex;
    justify-content: space-evenly;
    width: 97%;
    align-items: center;
}

.categorias-link a{
    text-decoration: none;
    color: black;
    border: 1px solid;
    padding: 5px 15px;
    border-radius: 20px;
    min-width: 85px;
    display: flex;
    justify-content: center;
}

.categorias-link a:nth-child(1){
    margin-left:20px;
}

.categorias-link a:hover{
    background: #13698E;
    color: white;
}


/* -------------------- Categorias -------------------- */


.categorias{

}
.categorias .background:nth-child(2), .categorias .background:nth-child(4) {background: var(--cor-fundo-secundaria);}

.categorias .categoria-card{
    width: 90%;
    max-width: 1206px;
    display: flex;
    min-height: 450px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 auto;
    padding: 40px 0;
    justify-content: center;
}

 .categorias .categoria-card .categoria-title{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.categorias .categoria-card .categoria-title h2{
    font-size: 32px;
    height: 100%;
    display: flex;
    align-items: center;
}
.categorias .categoria-card .categoria-title a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
    color: #333333;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}
.categorias .categoria-card .categoria-title a:before{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background: #333333;
    border-radius: 30px;
    left: -31px;
}

.categorias .categoria-card ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;
    margin: 0 auto;
    justify-content: center;
}

.categorias .categoria-card ul li{
    max-width: 271.5px;
    min-width: 271.5px;
}

.categorias .categoria-card ul li a{
    display: block;
    text-decoration: none;
}

.categorias .categoria-card ul li a .card{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.categorias .categoria-card ul li a .card img{
    width: 100%;
    border-radius: 18px;
}

.categorias .categoria-card ul li a .card .card-text{
    
}

.categorias .categoria-card ul li a .card .card-text h3{
    font-size: 18px;
    color: black;
    margin-bottom: 16px;
    line-height: 25px;
}

.categorias .categoria-card ul li a .card .card-text p{
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding-bottom: 10px;
}


.secao-seo{
    background: var(--cor-principal);
    padding: 40px 0;
}

.secao-seo .content{
    width: 90%;
    margin: auto;
    max-width: 1206px;
}

.secao-seo .content h2{
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
}

.secao-seo .content p{
    color: white;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}


/* -------------------- Responsividade -------------------- */

@media only screen and (max-width: 800px) {
    .banner-principal .content .content-bottom {
        grid-template-columns: 1fr;
        margin: 13px 0;
        width: 93%;
    }
    .banner-principal .content .content-bottom .banner h1 {
        font-size: 24px;
        width: 100%;
    }
    
    .banner-principal .content .content-bottom img{
        grid-row: 1;
        margin-bottom: 30px;
        height: auto;
        min-height: 50vw;
    }
    .banner-principal .content .content-bottom .banner p, .secao-middle .content-form-quemsomos .content-bottom .quem-somos p, .secao-beneficio .cards-beneficio .card p{
        font-size: 15px;
    }
    .categorias .categoria-card ul{
        overflow: scroll;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .banner-principal .content .content-bottom .banner-div{
        grid-template-columns: 1fr;
        max-height: max-content;
        gap: 0;
    }
    .banner-principal .content .content-bottom a{
        grid-row: 1;
    }
    .categorias .categoria-card .categoria-title{
        flex-direction: column;
        align-items: flex-start;
    }
    .categorias .categoria-card .categoria-title a{
        margin-left: 0;
    }
    .categorias .categoria-card .categoria-title a:before{
        display: none;
    }
    .banner-principal .content .content-bottom .slick-prev, .banner-principal .content .content-bottom .slick-next{
        top: 105.5%;
    }
    .banner-principal .content .content-bottom .slick-dots li{
        width: 15%;
    }
    .categorias-link{
         width: 93%;
         overflow: scroll;
         gap: 20px;
    }
    .banner-principal .content .content-bottom .slick-next{
        right: 10%;
    }
    
}

@media only screen and (max-width: 600px) {
    .secao-produto .cards-produto .card .image {
        height: 175px;
    }
    .secao-beneficio {
        padding-top: 340px;
    }
}
