/****** BANNER PARCERIAS / CONTATO / SUPORTE *******/

.container-banner {
    position:relative; /*tirar depois */
    margin-top:84px;
    background: var(--grey-bold);
    z-index: 99;
    width: 100%;
    height:300px;
    overflow: hidden;
}

.banner-contato-img {
    position:absolute;
    width:45%;
    right:0;
    top:-70%;
    object-fit: cover;
}

.banner-parceiros-img {
    width:65%;
    right:0;
    top:-40%;
    object-fit: cover;
}

.banner-suporte-img {
    position:absolute;
    width:45%;
    right:2%;
    top:-40%;
    object-fit: cover; 
}

.text-banner {
    position:absolute;
    top:40%;
    color:var(--off-white);
    z-index:20;
    text-align: start;;
}

.setas-banner {
    margin:0 8px;
}

.text-banner h1 {
    font-size: 3rem;
    font-weight: bold;
    margin:10px 0 20px -3px;
    line-height: 3.5rem;
}

.text-banner P {
    margin:0;
}

.text-banner-top {
    display:flex;
    flex-direction: row;
    align-items: center;
    font-size: 0.563rem;
    letter-spacing: 1.5px;
}


/****** MEDIA QUERIES BANNER SOLUÇÕES ******/

@media only screen and (max-width: 1160px) { 
    .text-banner h1 {
        font-size: 2.5rem;
    }
    .banner-contato-img {
        top:-40%;
    }
    .banner-suporte-img {
        right:10%;
        top:-30%;
     }
}

@media only screen and (max-width: 800px) {
    .container-banner {
        height:187px
    }
    .text-banner {
        top:70px;
    }
    .text-banner h1 {
        font-size: 1.6rem;
        line-height: 2.5rem;
        margin: 5px 0 10px 0;
    }
   .banner-contato-img {
        width:65%;
        top:-10%;
    }
    .banner-parceiros-img {
        width:85%;
         top:-20%;
    }
    .banner-suporte-img {
        width:85%;
        right:2%;
        top:-20%;
    }
}

/**********PAGÍNA PARCERIAS ***********/
.background-white{
    background-color: var(--pure-white)
}

.parcerias  {
    color: var(--grey-stronger);
    font-size: 0.875rem;
    line-height:1.625rem ;
}

.parcerias p {
    margin-top:0;
    padding:5% 0
}

.parcerias-top h4 {
    color: var(--grey-bold);
    font-size:1.525rem;
    font-weight: 800;
}

.parcerias-logos  {
    display:grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    margin-bottom:50px;
    align-content: space-around;
    justify-content: space-between;
}

.smaller-logo {
    width:130px;
    margin-top:20px;
}

/****** MEDIA QUERIES SEÇÃO PARCERIAS ******/
@media only screen and (max-width: 1160px) { 
    .parcerias-logos  {
        grid-template-columns: repeat(4, 1fr);
    }
    
}

@media only screen and (max-width: 800px) {
    .smaller-logo {
        width:100px;
        align-self: center;
    }
    .parcerias-logos  {
        grid-template-columns: repeat(2, 1fr); column-gap: 15%;
        margin-bottom:10px;
    }
}

/**********PAGÍNA CONTATOS ***********/
.contato-div {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contato-left {
    width:48%;
    color:var(--grey-stronger);
    font-size:0.75rem
}

.contato-left p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    padding:45px 10px 0 0;
}

.contato-left div {
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin:10px 0;
}

.contato-left svg {
    margin-right:30px
}

.contato-left ul {
    padding:0
}

.contato-right{
    width:45%;
    margin-top:59px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--grey-bold);
}

.input-div {
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom:10px;
}

.contato-right input {
    font-family:'Mulish', sans-serif;
    font-size: 0.875rem;
    height:35px;
    border-radius: 8px;
    border:1px solid #D9DBE9;
    background-color:#EFF0F6;
    padding-left:15px;
}

.contato-textarea {
    font-family:'Mulish', sans-serif;
    font-size: 0.875rem;
    height:110px;
    border-radius: 8px;
    margin-top:5px;
    background-color:#EFF0F6;
    border:1px solid #D9DBE9;
    padding: 8px 0 0 15px ;
}

.contato-textarea::placeholder{
    font-family:'Mulish', sans-serif;
    font-size: 0.875rem;
    
}

.contato-right button{
    border-radius: 8px;
    border: none;
    background-color: var(--blue-lighter);
    color: var(--pure-white);
    width:100%;
    height:48px;
    cursor: pointer;
    font-size: 1rem;
    margin-left:auto;
    /* margin-bottom:97px; */
}

@media only screen and (max-width: 800px) {
    .contato-right {
        width:100%;
        margin-top: 10px;
        margin-left:0;
    }
    .contato-left {
        width:100%;
    }
    .contato-left p {
        font-size: 0.875rem;
        line-height: 1.625rem;
        padding:10px 0 0 0;
    }
    .contato-right button {
        margin-bottom:20px;
    }
}

/**********PAGÍNA SUPORTE ***********/
.suporte-div {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.suporte-left {
    width:48%;
    color:var(--grey-stronger);
    font-size:0.75rem
}

.suporte-left p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    padding:45px 10px 0 0;
}

.suporte-left div {
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin:10px 0;
}

.suporte-left svg {
    margin-right:30px
}

.suporte-left ul {
    padding:0
}

.suporte-right{
    width:40%;
    height:151px;
    margin-top:59px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--grey-bold);
    background-color: var(--off-white);
    border-radius: 10px;
    padding:24px;
    margin-bottom:97px;
    box-shadow: 0px 3px 5px 2px rgba(82,82,82,0.29);
    -webkit-box-shadow: 0px 3px 5px 2px rgba(82,82,82,0.29);
    -moz-box-shadow: 0px 3px 5px 2px rgba(82,82,82,0.29);
}

.suporte-right h4 {
    margin:0;
    font-size: 1.125rem;
    color:var(--grey-bold)
}
.suporte-right p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    color: var(--grey-lighter);
    margin:15px 0;
}
.suporte-right button {
    font-size: 1rem;
    width:100%;
    height:48px;
    background: none;
    color:var(--blue-stronger);
    border-radius:10px;
    border:2px solid var(--blue-stronger)  
}

/**********MEDIA QUERIES PAGÍNA SUPORTE ***********/
@media only screen and (max-width: 800px) {
    .suporte-right {
        width:100%;
        margin: 10px 0 20px 0;
        height:170px;
        padding:15px;
    }
    .suporte-right p {
        line-height: 1.3rem;
    }
    .suporte-left {
        width:100%;
    }
    .suporte-left p {
        font-size: 0.875rem;
        line-height: 1.625rem;
        padding:10px 0 0 0;
    }
}
