﻿/** Banner **/

@media (max-width: 767px) {
    #homeBanner {
        background-image: none;
    }

    #homeBanner1 {
        width: 100%;
    }

    #homeBanner2 {
        margin-top: 20px;
        font-size: 18px;
        text-align: center;
    }

    #homeBanner3 {
        margin: 10px 0 15px 0;
        font-size: 15px;
        text-align: center;
    }
}

@media (min-width: 768px) {
    #homeBanner {
        background-image: url("../img/Yupee_Banner1.jpg");
        height: 500px;
        color: #ffffff;
    }
    
    #homeBanner1 {
        width: 365px;
        color: #ffffff;
    }

    #homeBanner2 {
        margin-top: 115px;
        font-size: 23px;
        font-weight: bold;
        font-family: helvetica;
        line-height: 36px;
        text-shadow: 2px 1px 1px #19003C;
    }

    #homeBanner3 {
        margin: 20px 0 60px 0;
        font-size: 14px;
    }
}

#homeBanner4 {
    color: #ffffff;
    font-size: 15px;
    background-color: #4a1b61;
    width: 100%;
    padding: 20px;
    line-height: 27px;
}

/** / Banner **/



/** Tablet **/


@media (max-width: 767px) {
  .tablet1 {
    margin: 40px 0 10px 0;
  }
  .tablet2 {
    font-size: 18px;
  }
  .tablet3 {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .tablet1 {
    margin: 40px 0 30px 0;
  }
  .tablet2 {
    font-size: 23px;
  }
  .tablet3 {
    font-size: 38px;
  }
}

.QTablet {
    float: left;
    width: 310px;
    height: 440px;
    background-image: url("../img/Yupee_Tablet.jpg");
}

.QTabletItem {
    position: relative;
    top: 56px;
    left: 26px;
    height: 66px;
    width: 263px;
    display: block;
    float: left;
    color: #fff;
}

.QTabletItem:hover {
    cursor: pointer;
    background: rgb(147, 147, 147);
    background: rgba(147, 147, 147, .2);
}

.QTabletItem > div {
    width: 60px;
    text-align: center;
    float: left;
}

.QTabletItem > div > i {
    font-size: 28px;
    margin-top: 22px;
}

.QTabletItem > div > img {
    margin-top: 20px;
}

.QTabletItem > span {
    font-size: 15px;
    position: relative;
    top: 25px;
}

.QRecursos {
    overflow: hidden;
}

.QRecursosDesc {
    overflow-x: auto;
}

.QRDItem {
    width: 100%;
    text-align: right;
    color: #ffffff;
}

@media (max-width: 767px) {
  .QRDItem {
      padding: 30px 20px 10px 10px;
  }
}

@media (min-width: 768px) {
  .QRDItem {
    padding: 50px 50px 20px 35px;
  }
}

.QRDItem > span {
    font-size: 16px;
    font-weight: bold;
}

.QRDItem > i {
    margin-left: 15px;
    font-size: 28px;
}

.QRDItem  > img {
    margin-left: 15px;
}

.QRDItem  .QRDITexto {
    margin-top: 30px;
    font-size: 14px;
    line-height: 30px;
}

.QRDITexto a {
    color: #ffffff;
    text-decoration: underline;
}

.QRecursosSeta {
    float: right;
    width: 35px;
}

.QRecursosSeta:hover {
    cursor:pointer;
}

.QRecursosSeta:hover .seta {
    color: #3e3e3e;
}

.QRecursosSeta .seta {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    padding-left: 8px;
}

@media (max-width: 767px) {
    .QRecursosSeta .seta {
        top: 47%;
    }
    .QRecursosDesc, .QRecursosSeta {
        height: 330px;
    }
}

@media (min-width: 768px) {
    .QRecursosSeta .seta {
        top: 44%;
    }
    .QRecursosDesc, .QRecursosSeta {
        position: relative;
        top: 40px;
        height: 385px;
    }
}


/** / Tablet **/


/** Yupee Conta **/

#yupeeConta {
    margin: 50px 0 40px 0;
}

@media (max-width: 767px) {
    #yupeeContaBanner {
        background-image: none;
    }

    #yupeeContaBanner1 {
        width: 100%;
    }

    #yupeeContaBanner2 {
        margin-top: 20px;
        font-size: 18px;
        text-align: center;
    }

    #yupeeContaBanner2 > span {
        font-size: 22px;
    }

    #yupeeContaBanner3 {
        background-color: #b6efe7;
        background: -webkit-linear-gradient(#b6efe7, #ffffff); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#b6efe7, #ffffff); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#b6efe7, #ffffff); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#b6efe7, #ffffff); /* Standard syntax */
        font-size: 14px;
        line-height: 25px;
        margin-top: 8px;
        padding: 15px;
    }

    #yupeeContaBanner4 {
        text-align: center;
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    #yupeeContaBanner {
        background-image: url("../img/Yupee_Conta_Banner.jpg");
        height: 525px;
        color: #ffffff;
        text-shadow: 3px 2px 2px #333333;
        border-bottom: 3px solid #1ac3a6;
    }
    
    #yupeeContaBanner1 {
        width: 410px;
    }

    #yupeeContaBanner2 {
        margin-top: 40px;
        font-size: 32px;
    }

    #yupeeContaBanner2 span {
        font-size: 50px;
    }

    #yupeeContaBanner3 {
        font-size: 14px;
        line-height: 28px;
        margin: 20px 0 40px 0;
        padding-right: 10px;
    }
}


@media (max-width: 767px) {
    #yupeeConta1{
        font-size: 14px;
        margin: 45px 10px 20px 10px;
    }
    
    #yupeeConta2 {
        font-size: 13px;
    }

    #yupeeConta3 {
        font-size: 22px;
        margin: 25px 10px 12px 10px;
    }

    #yupeeConta4 {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    #yupeeConta1{
        font-size: 23px;
        line-height: 35px;
        margin: 45px 10px 20px 10px;
    }
    
    #yupeeConta2 {
        font-size: 18px;
    }

    #yupeeConta3 {
        font-size: 34px;
        margin: 50px 10px 30px 10px;
    }

    #yupeeConta4 {
        font-size: 16px;
        line-height: 25px;
    }
}

#yupeeConta4 i{
    color: #23c1aa;
}

#yupeeConta4 .divCaret {
    width: 15px;
    display: table-cell;
    float: left;
}

#yupeeConta4 .divCaret + div{
    display: table-cell;
}

@media (max-width: 767px) {
    #yupeeConta4 .col-xs-12 {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    #yupeeConta4 .row {
        margin-bottom: 16px;
    }
}

/** / Yupee Conta **/



/** Yupee Pagamentos **/

#YupeePagamentos {
    margin: 50px 0 40px 0;
    background-color: #D1D2D4;
}

@media (max-width: 767px) {
    #YupeePagamentosBanner {
        background-image: none;
    }

    #YupeePagamentosBanner1 {
        width: 100%;
    }

    #YupeePagamentosBanner2 {
        margin: 20px 5px 22px 5px;
        font-size: 18px;
        text-align: center;
    }

    #YupeePagamentosBanner3 {
        text-align: center;
    }
}

@media (min-width: 768px) {
    #YupeePagamentosBanner {
        background-image: url("../img/Yupee_Pagamentos_Banner.jpg");
        height: 525px;
        border-bottom: 3px solid #f1f63a;
    }
    
    #YupeePagamentosBanner1 {
        width: 410px;
    }

    #YupeePagamentosBanner2 {
        margin: 120px 0 55px 0;
        font-size: 36px;
        line-height: 55px;
        color: #EDE837;
        text-shadow: 2px 1px 1px #19003C;
    }
}


@media (max-width: 767px) {
    #YupeePagamentos1 {
        margin: 30px 0 40px 0;
    }

    #YupeePagamentos2 {
        text-align: center;
    }
    
    #YupeePagamentos3 {
        font-size: 16px;
    }

    #YupeePagamentos4 {
        text-align:justify;
        font-size: 13px;
    }

    #YupeePagamentos5 {
        margin: 20px 0 25px 0;
        font-size: 14px;
        text-align: center;
    }

    #YupeePagamentos6 {
        text-align:center;
    }
}

@media (min-width: 768px) {
    #YupeePagamentos1 {
        margin: 80px 0 80px 0;
    }
    
    #YupeePagamentos2 {
        text-align: left;
    }
    
    #YupeePagamentos3 {
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 25px;
    }

    #YupeePagamentos4 {
        text-align:justify;
        font-size: 15px;
        line-height: 29px;
    }

    #YupeePagamentos5 {
        margin: 28px 0 30px 0;
        font-size: 22px;
    }

}

/** / Yupee Pagamentos **/




/** Organizador Financeiro **/

@media (max-width: 767px) {
    #OF1 {
        font-size: 16px;
    }

    #OF2 {
        font-size: 20px;
        margin: 12px 0 30px;
    }
    
    #OF3 {
        font-size: 13px;
    }
    #OFBanner {
        background-image: none;
    }

    #OFBanner1 {
        width: 100%;
        margin-bottom: 30px;
    }

    #OFBanner2 {
        margin: 20px 5px 22px 5px;
        font-size: 18px;
        text-align: center;
    }

    #OFBanner3 {
        text-align: center;
    }
}

@media (min-width: 768px) {
    #OF1 {
        font-size: 28px;
    }

    #OF2 {
        font-size: 30px;
        margin: 12px 0 40px;
    }
    
    #OF3 {
        font-size: 14px;
        line-height: 28px;
    }

    #OFBanner {
        background-repeat:no-repeat;
        background-position: center right;
        background-image: url("../img/Yupee_Organizador_Financeiro_Banner.jpg");
        height: 360px;
        margin: 30px 0 40px 0;
    }
    
    #OFBanner1 {
        position: relative;
        top: 50px;
        width: 280px;
    }

    #OFBanner2 {
        margin-bottom: 55px;
        font-size: 32px;
    }
}

/** / Organizador Financeiro **/


/** Nexxera **/

#Nexxera {
    background-color: #07B79C;
    margin: 30px 0 40px 0;
}

#Nexxera1 {
    color: #EDE837;
}

@media (max-width: 767px) {
    #Nexxera1 {
        margin: 40px 0 35px 0;
        font-size: 21px;
        text-align: center;
    }
    #Nexxera2 {
        font-size: 13px;
    }
    #Nexxera3 {
        margin: 25px 0 30px 0;
        text-align: center;
    }
}

@media (min-width: 768px) {
    #Nexxera1 {
        margin: 80px 0 40px 0;
        font-size: 31px;
    }
    #Nexxera2 {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 100px;
    }
    #Nexxera3 {
        margin-top: 200px;
        text-align: right;
    }
}
/** / Nexxera **/


/** Seguranca **/

@media (max-width: 767px) {
    #Seguranca {
        margin: 30px 0 50px 0;
    }
    #Seguranca1 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    #Seguranca2 {
        font-size: 14px;
    }
    #Seguranca3 {
        margin-top: 25px;
        padding: 8px;
    }
    #Seguranca3 i {
        font-size: 22px;
        width: 30px;
        vertical-align: middle;
    }
    #Seguranca3 span {
        padding-left: 15px;
        font-size: 13px;
    }
    #Seguranca3 div {
        margin-bottom: 8px;
    }

    #Seguranca3 i, #Seguranca3 span {
        display: table-cell;
    }
}

@media (min-width: 768px) {
    #Seguranca {
        margin: 70px 0 90px 0;
    }
    #Seguranca1 {
        margin-bottom: 15px;
        font-size: 39px;
    }
    #Seguranca2 {
        font-size: 22px;
        line-height: 30px;
    }
    #Seguranca3 {
        margin-top: 40px;
    }

    #Seguranca3 i {
        font-size: 36px;
    }

    #Seguranca3 span {
        font-size: 15px;
        line-height: 25px;
        margin: 10px 0 30px 0;
        display: table;
        width: 100%;
    }

    #Seguranca3 div {
        text-align: center;
    }
}



/** / Seguranca **/

