<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&amp;family=Open+Sans:wght@200;300;350;400;450;500;600;700;800&amp;family=Roboto+Slab:wght@300;400;600;700;800&amp;display=swap');


body {
    background: linear-gradient(to top right, #d3d8e5 0%, #cfe7f3 100%);
}



    /* secao 01 */

    .centered {
        display: flex;
        background-image: url(../img/ret-d-gest.png); 
        background-repeat: no-repeat;
        background-size: cover;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        height: 1000px;
    }
    
    .border {
        display: flex;
        border: 4px solid white;
        line-height: 40px;  
        padding: 20px 30px;
        font-family: Roboto Slab;
        flex-direction: column;
        text-align: center;
    }

    .border h1 {
        white-space: pre;
        font-size: 80px;
    }

    .border h2 {
        white-space: pre;
        font-size: 60px;
    }
   
   /* secao 02 */

   .inicio1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .imageft {
        display: flex;
        width: 600px;
    }

    .inicio1 h1 {
        color:  #06102B;
        text-align: center;
        font-family: Roboto Slab;
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
    }

    .inicio1 p {
        color:  #06102B;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 45px;
        width: 800px;

    }
    .inicio1 button {
        display: inline;
        transition: all 0.4s;
        font-weight: 500;
        font-size: 25px;   
        color: #06102B;
        border-radius: 15px;
        border-style: none;  
        background-color: #85BFDD;
        padding: 20px 25px;
        font-weight:600;
    }
     
    .inicio1 button:hover {
        cursor: pointer;
        color: #85BFDD;
        background-color: #06102B;
        padding: 20px 25px;
    }

      .inicio2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-top: 4%
    }
    
    /* secao 03 */

    .inicio3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 80px;
        gap: 30px;
}

    .inicio3 h1 {
        color:  #06102B;
        text-align: center;
        font-family: Roboto Slab;
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
    }

    .benefits {
        max-width: 800px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .benefit {
        width: calc(23.33% - 20px);
        margin: 10px;
        padding: 20px;
        border-radius: 5px;
        text-align: center;
        transition: transform 0.3s ease-in-out;
    }

    .benefit img {
        max-width: 100%;
        height: auto;
        width: 90%;
    }

    .benefit p {
        line-height: 1.6;
        font-weight: 500;
        text-align: center;
        color:  #06102B;
    }

    .ballblue {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background-color: #a0c9df;
    }

    /*secao gestao*/

    .gestao {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .gestao h1 {
        color:  #06102B;
        text-align: center;
        font-family: Roboto Slab;
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
    }

    .gestao p {
        color:  #06102B;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 60px;
    }

    .gestao button {
        display: inline;
        transition: all 0.4s;
        font-weight: 500;
        font-size: 25px;   
        color: #06102B;
        border-radius: 15px;
        border-style: none;  
        background-color: #85BFDD;
        padding: 20px 60px;
        font-weight:600;
    }
     
    .gestao button:hover {
        cursor: pointer;
        color: #85BFDD;
        background-color: #06102B;
        padding: 20px 60px;
    }

    /*secao segmentos*/
   
    .segmentos {
        display: flex;
        flex-direction: column;
        margin-top: 80px;
        align-items: center;
    }

    .segmentos h1 {
        color:  #06102B;
        text-align: center;
        font-family: Roboto Slab;
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
    }

    .seg-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;     
        flex-shrink: 0;
        margin-left: 180px;
        margin-right: 180px;
    }
    .sg {
        display: flex;
        margin: 10px;
        width: 400px;
        border-radius: 3%;
        transition: 0.4s;
        box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.288);
    }
    .sg:hover {
        transform: translateY(-10px); 
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.322);
    }
    .sg-image {
        width: 100%;
        border-radius: 10px;
    }

    .segmentos button {
        display: inline;
        transition: all 0.4s;
        font-weight: 500;
        font-size: 25px;   
        color: #06102B;
        border-radius: 15px;
        border-style: none;  
        background-color: #85BFDD;
        padding: 25px 40px;
        font-weight:600;
        margin: 100px;
    }
     
    .segmentos button:hover {
        cursor: pointer;
        color: #85BFDD;
        background-color: #06102B;
        padding: 25px 40px;
    }

    /*secao funcionalidades*/
    
    .inicio2 h1 {
        color:  #06102B;
        text-align: center;
        font-family: Roboto Slab;
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
    }

    .accordion {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contentBx {
        width: 700px;
        
    }

    .accordion .contentBx {
        position: relative;
        margin: 10px 20px;
    }

    .accordion .contentBx .label {
        position: relative;
        padding: 10px;
        background: #06102b;
        color: #fff;
        cursor: pointer;
        transition: all 0.5s;
        border-radius: 20px;
    
    }

    .accordion .contentBx.active .label {
        border-radius: 20px 20px 0px 0px;
        transition: all 0.5s;
        background-color: #85BFDD;
        
    }

    .accordion .contentBx .label::before {
        content: '+';
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        font-size: 1.5em;
    }

    .accordion .contentBx.active .label::before {
        content: '-';
        border-radius: 0px 0px 20px 20px;
    }

    .accordion .contentBx .content {
        position: relative;
        background-color: #fff;
        height: 0;
        overflow:hidden;
        border-radius: 0px 0px 20px 20px;
        text-decoration: none;
        transition: all 0.7s;
    }

    .accordion .contentBx.active .content {
        height: auto;
        padding: 10px;
        transition: all 0.7s;
    }

@media screen and (max-width: 1240px) {

    .seg-container {
        margin-left: 140px;
        margin-right: 140px;
    }

    .sg {
        width: 350px;
    }
}


@media screen and (max-width: 1024px) {

    .border h1 {
        white-space: pre;
        font-size: 60px;
    }

    .border h2 {  
        font-size: 40px;
    }

    .seg-container {
        margin-left: 120px;
        margin-right: 120px;
    }

    .sg {
        width: 330px;
    }
}

@media screen and (max-width: 768px) {
    
    /* secao 1 */
    .centered {
        text-align: center; 
        margin-top: 5%;
        background-position-y:80px;
        background-position-x: -250px;
        height: 800px;
      }

    .centered h1{
        white-space:unset;
        font-size: 14vw;
        line-height: 60px;
    }

    .centered h2 {
        white-space:unset;
        font-size: 5vw;
       }

    /*secao 2*/

    .inicio2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .imageft {
        display: flex;
        width: 350px;
    }

    .inicio1 h1 {
        color:  #06102B;
        text-align: center;
        font-family: Roboto Slab;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
    }

    .inicio2 h1 {
        color:  #06102B;
        text-align: center;
        font-family: Roboto Slab;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
    }

    .inicio1 p {
        color:  #06102B;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        width: 350px;
    }
    
    .inicio2 p {
        color:  #06102B;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 35px;
        width: 350px;
    }

    .inicio3 h1 {
        color:  #06102B;
        text-align: center;
        font-family: Roboto Slab;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
    }

    .gestao h1 {
        color:  #06102B;
        text-align: center;
        font-family: Roboto Slab;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
    }

    .inicio2 button {
        display: inline;
        transition: all 0.4s;
        font-size: 25px;   
        color: #06102B;
        border-radius: 15px;
        border-style: none;  
        background-color: #85BFDD;
        padding: 20px 25px;
    }
     
    .inicio2 button:hover {
        cursor: pointer;
        color: #85BFDD;
        background-color: #06102B;
        padding: 20px 25px;
    }

    /*secao 3*/
    
    .benefit {
        width: calc(39% - 20px);
    }

    .inicio3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 80px;
        gap: 30px;
    }

    .benefits {
        max-width: 400px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .benefit img {
        max-width: 80%;
        height: auto;
        width: 80%;
    }

    .benefit p {
        line-height: 1.6;
        font-weight: 500;
        font-size: 90%;
        text-align: center;
        color:  #06102B;
    }

    .ballblue {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        background-color: #a0c9df;
    }

    .segmentos h1 {
        color:  #06102B;
        text-align: center;
        font-family: Roboto Slab;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
    }

    /*secao funcionalidades*/

    .accordion {
        display: flex;
        padding: 0px;
        flex-direction: column;
        justify-content: center;
    }

    .contentBx {
        max-width: 89vw;
    }

    .content p {
        font-size: 80%;
        max-width: 100%;
    }

    .gestao p {
        color:  #06102B;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 35px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 400px) {
    .border {
        margin: 0px 10px 0px 10px;
    }
    .sg {
        margin: 10px;
        width: 290px;
    }
    .segmentos button {
        margin: 50px;
    }
    .benefit {
        width: calc(36% - 20px);
    }

    .inicio1 button, .gestao button,.segmentos button {
        font-size: 18px;
        padding: 18px 20px;
    }

    .inicio1 button:hover, .gestao button:hover,.segmentos button:hover {
        padding: 20px 22px;
    }

    .contentBx {
        max-width: 80vw;
      }
    
    .imageft {
        width: 300px;
    }

    .inicio1 h1, .inicio2 h1, .inicio3 h1, .gestao h1, .segmentos h1 {
        font-size: 28px;
    }
}</pre></body></html>