@import url(/style/global.css);
@import url(/style/button.css);

body {
    background-color: #141414;
}

#first-sec {
    height: 700px;
    display: flex;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-image: url(/images/img-projetos/inicial.jpg);
}

#first-sec .txt-first img {
    width: 70%;
}

#first-sec .center-txt h1 {
    font-size: 2.1rem;
    font-weight: bold;
    color: white;
}

#first-sec .txt-second-top p {
    font-size: 15px;
    width: 600px;
    text-align: center;
    font-weight: 100;
}

#first-sec .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#first-sec .txt-first {
    display: flex;
    align-items: center;
    justify-content: center;
}

#first-sec p {
    text-align: justify;
    line-height: 25px;
    color: white;
    font-size: 1.3rem;
    font-weight: 400;
}

#title {
    text-align: center;
    top: 40px;
    position: relative;
    font-size: 70px;
    color: rgb(230, 67, 30);
}

#title img {
    width: 5%;
}

color {
    color: rgb(230, 67, 30);
    text-decoration: underline;
    font-style: italic;
}

#second-sec {
    padding: 40px;
    background-color: #141414;
    background-image: url(/images/img-projetos/SÍMBOLO/luxa.org-opacity-changed-5.png);
}

#second-sec .box {
    justify-content: space-around;
    display: flex;
    align-items: center;
    margin-bottom: 300px;
    margin-top: 200px;
}

.box .txt {
    width: 100%;
}

#second-sec .box .learn-more {
    float: right;
    margin-right: 30px;
}

#second-sec .box img {
    width: 100%;
    height: 500px;
    border-radius: 10px;
}

#second-sec #left {
    display: flex;
}

#second-sec .box h1 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    margin: 20px;
}

#second-sec .box p {
    color: #ffffff;
    font-size: 1.5rem;
    text-align: justify;
    margin: 30px;
}

section.depoimentos .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.depoimentos {
    padding: 40px 0;
}

section.depoimentos h1 {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    color: #f1f1f1;
}

.container-slider {
    overflow: hidden;
    padding: 40px 0;
    max-width: 1600px;
}

.container-slider-single {
    float: left;
    background-color: rgb(243, 243, 243);
    border: 2px solid rgb(230, 67, 30);
    text-align: center;
    padding: 15px;
    border-radius: 10px;
}

.container-slider-single p {
    margin: 15px 0;
    color: #1d1d1d;
    font-size: 14px;
}

.slick-slide {
    margin-left: 27px;
}

/* the parent */
.slick-list {
    margin-left: -27px;
}

/****SLICK SLIDER****/

.slick-dotted ul {
    display: flex;
    list-style-type: none;
    text-align: center;
    justify-content: center;
    position: relative;
    top: 10px;
}

.slick-dotted li {
    display: inline-block;
    margin: 0 2px;
    font-size: 1px;
    
}

.slick-dotted button:focus {
    outline: 0;
}

.slick-dotted li button {
    width: 10px;
    height: 10px;
    border-radius: 8px;
    color: #d8d8d8;
    border-width: 0;
    background: #d8d8d8;
    opacity: 1;
    cursor: pointer;
}

li.slick-active button {
    background: rgb(230, 67, 30);
    color: transparent;
}

.slick-slide:focus {
    outline: none;
}

@media screen and (max-width: 1280px) {

    section.depoimentos h1 {
        font-size: 2rem;
    }

    .container-slider-single {
       height: 40%;
    }

    #second-sec .box img {
        width: 100%;
        height: 350px;
        border-radius: 10px;
    }
    
    #second-sec .box {
        margin-top: 400px;
    }

    #second-sec .box h1{
        font-size: 1.5rem;
    }

    #second-sec .box p{
        font-size: 1.3rem;
    }

    .container-slider{
        max-width: 1200px;
    }
}

@media screen and (max-width: 1024px) {
    #second-sec .box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #second-sec .box .txt {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #second-sec #left {
        display: flex;
        flex-direction: column-reverse;
    }

    section.depoimentos h1 {
        font-size: 2rem;
    }

    .container-slider-single {
       height: 40%;
    }

    .container-slider{
        max-width: 1000px;
    }
}

@media screen and (max-width: 860px) {
    #second-sec {
        background-position: center center;
    }

    .box {
        flex-direction: column;
    }

    #second-sec #left {
        display: flex;
        flex-direction: column-reverse;
    }

    section.depoimentos h1 {
        font-size: 2rem;
    }

    .container-slider-single {
       height: 40%;
    }

    .container-slider{
        width: 750px;
    }
}

@media screen and (max-width: 440px) {
    #first-sec {
        height: 300px;
    }

    #first-sec .center-txt h1 {
        font-size: 1rem;
    }

    #first-sec .txt-second-top p {
        font-size: 0.7rem;
        width: 350px;
    }

    #second-sec #title {
        font-size: 2rem;
    }

    #second-sec #title img {
        width: 20%;
    }

    #second-sec {
        background-position: center center;
    }

    #second-sec .box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    #second-sec .box .txt {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #second-sec .box .learn-more {
        margin-right: 0px;
    }

    #second-sec .box img {
        width: 100%;
        height: inherit;
    }

    #second-sec #left {
        display: flex;
        flex-direction: column-reverse;
    }

    #second-sec .box h1 {
        font-size: 1.5rem;
        margin: 20px;
        width: 100%;
    }

    #second-sec .box p {
        font-size: 1.1rem;
        text-align: justify;
        margin-bottom: 20px;
        width: 100%;
    }

    section.depoimentos h1 {
        font-size: 2rem;
    }

    .container-slider {
        width: 300px;
    }

    .slick-dotted ul {
        position: relative;
        margin-right: 30px;
    }

}

@media screen and (max-width: 320px) {

    #first-sec .txt-second-top p {
        font-size: 0.7rem;
        width: 300px;
    }

    #second-sec .box img {
        width: 100%;
        height: inherit;
    }

    #second-sec .box h1 {
        font-size: 1.2rem;
        text-align: center;
        margin: 0px;
    }

    #second-sec .box p {
        font-size: 0.8rem;
        text-align: justify;
    }

    section.depoimentos h1 {
        font-size: 1.5rem;
    }

    #second-sec .box {
        margin-top: 100px;
    }
}