@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html{
    overflow-x: hidden;
}
:root {
    --primary: #F17316;
    --secondary: #062037;
    --terciary: #f8feff;
  }
.sobre{
    width: 100%;
    padding: 0px 0px;
    background-color: #ececec;
}

.title-sobre h2{
    color: var(--primary);
    font-size: 60px;
    width: 100%;
    padding: 20px 40px;
    margin: 30px auto;
    text-align: center;
}
.imgsobre{
    width: 85% !important;
}

.caixa-sobre{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    flex-wrap: wrap;
}
.caixa-sobre p{
    color: var(--text);
    font-size: 20px;
    line-height: 27px;
    padding: 30px;
}

.caixa-sobre .text-sobre{
    justify-content: center;
    align-items: center;
    display: flex;
}

.text-sobre{
    background-color: var(--terciary);
    filter: drop-shadow(0px 0px 10px #00000034);
    max-width: 500px;
    border: 20px;
    height: 450px;
    border-radius: 20px;
    margin: 15px;
    overflow: hidden;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.text-sobre i{
    font-size: 50px;
    margin: 25px 0px;
    color: var(--primary);
}
/* SOBRE1 */

.sobre1{
    padding: 20px 0px;
    width: 100%;
}

.title-sobre1 h2{
    color: var(--primary);
    font-size: 50px;
    width: 100%;
    margin: 30px auto;
    text-align: center;
    font-weight: 600;
}
.imgsolar{
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: -25px'q;
}
.imgsolar img{
    width: 55% !important;
    filter: none !important;;
    align-items: center;
    justify-content: center;
}
.title-sobre1 h3{
    color: var(--text);
    font-size: 35px;
    width: 100%;
    margin: 30px auto;
    text-align: center;
    font-weight: 400;
}

.caixa-sobre1{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    flex-wrap: wrap;
}
.imgsob2{
    background: url(../img/Backsolar.png);
}
.imgsob3{
    background: url(../img/backcomb.png) !important;
}
.imgsob2,.imgsob3{
    width: 75%;
    min-height: 750px;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size:cover !important;
    display: flex;
    align-items: center;
}

.imgsob2 h2, .imgsob3 h2{
    color: var(--primary);
    padding: 50px;
    width: 33%;
    line-height: 2em;
    font-family: "Montserrat" !important;
    background-color: #ececec;
    font-weight: bold !important;
}
.card-sobre1{
    background-color: var(--terciary);
    min-height: 300px;
    width: 30%;
    border: 20px;
    filter: drop-shadow(0px 0px 10px #00000034);
    border-radius: 20px;
    margin: 15px;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.imgsob3 h2{
    background-color: transparent !important;
    width: 33%;
    font-weight: bold !important;
    font-size: 20px;
}
.card-sobre1 h5{
    color: var(--primary);
    font-size: 32px;
    margin: 5px 0px;
    padding: 10px;
}

.card-sobre1 p{
    color: var(--text);
    font-size: 19px;
    line-height: 27px;
    font-weight: 500;
    padding: 0px 25px;
}

/* SOBRE 2 */

.s2{
    height: auto;
    overflow: hidden;
    width: 100%;
}

.title-sobre2 h2{
    color: var(--primary);
    font-size: 40px;
    width: 100%;
    margin: 30px auto;
    text-align: center;
}

.title-sobre2 h3{
    color: var(--text);
    font-size: 20px;
    width: 100%;
    margin: 30px auto;
    text-align: center;
    font-weight: 300;
}

.caixa-sobre2{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    overflow: hidden;
    flex-wrap: wrap;
}
.s1{
    background-color: #ececec;
}
.card-sobre2{
    background-color: #02182b;
    min-height: 400px;
    filter: drop-shadow(0px 0px 10px #F17316);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 500px;
    border: 20px;
    border-radius: 20px;
    margin: 15px;
    text-align: center;
}
.sobre2{
    max-width: 100%;
}
.card-sobre2 i{
    font-size: 50px;
    display: block;
    text-align: center;
    margin: 25px 0px;
    color: var(--primary)    ;
}

.card-sobre2 h5{
    color: var(--terciary);
    font-size: 30px;
    padding: 5px;
}

.card-sobre2 p{
    color: white;
    font-size: 16px;
    line-height: 27px;
    padding: 30px;
}
.imgso{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
.imgsob{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
}

.imgso img{
    filter: drop-shadow(0px 0px 10px #00000079);
    border-radius: 80px;
    width: 75%;
}