
/*** banner **/
.swiper-container {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}
.banner .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 13, 45, 0.8) 38.15%, rgba(13, 26, 60, 0.8) 53.13%, rgba(0, 7, 16, 0.8) 77.4%);
}
.destaque .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media (min-width: 1300px) {
    .swiper-button-next {
        right: calc(100vw - 90%);
    }
    .swiper-button-prev {
        left: calc(100vw - 90%);
    }
}
@media (min-width: 1500px) {
    .swiper-button-next {
        right: calc(100vw - 87%);
    }
    .swiper-button-prev {
        left: calc(100vw - 87%);
    }
}
@media (min-width: 1400px) {
    .swiper-button-next {
        right: calc(100vw - 89%);
    }
    .swiper-button-prev {
        left: calc(100vw - 89%);
    }
}
@media (max-width: 1300px) {
    .swiper-button-next {
        right: calc(100vw - 94%);
    }
    .swiper-button-prev {
        left: calc(100vw - 94%);
    }
}
@media (max-width: 500px) {
    .swiper-button-next {
        display: none;
    }
    .swiper-button-prev {
        display: none;
    }
}
/*** search area **/
.searchArea {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -370px;
    width: 100%;
    max-width: 740px;
    height: 65px;
    background: #F9CA0A;
    z-index: 20;
    border-radius: 20px;
}
.searchArea .contentArea {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.searchArea .contentArea .inputArea {
    width: 100%;
    max-width: 300px;
    height: 30px;
    position: relative;
}
.searchArea .contentArea .inputArea i {
    position: absolute;
    left: 10px;
    top: 7px;
    color: #666;
    font-size: 20px;
}
.searchArea .contentArea .inputArea input {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: none;
    padding-left: 35px;
}
.searchArea .contentArea .selectArea {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 30px;
}
.searchArea .contentArea .selectArea i {
    position: absolute;
    left: 10px;
    top: 7px;
    color: #666;
    font-size: 20px;
}
.searchArea .contentArea .selectArea select {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: none;
    padding-left: 35px;
}
.searchArea .contentArea button {
    background: transparent;
    border: none;
}
@media (max-width: 935px) {
    .searchArea {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -78px;
        margin-left: -233px;
        width: 100%;
        max-width: 466px;
        height: 197px;
        background: #F9CA0A;
        z-index: 20;
        border-radius: 20px;
    }
    .searchArea .contentArea {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding: 0 15px;
    }
}
@media (max-width: 500px) {
    .searchArea {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -78px;
        margin-left: -164px;
        width: 100%;
        max-width: 334px;
        height: 155px;
        background: #F9CA0A;
        z-index: 20;
        border-radius: 20px;
    }
    .searchArea .contentArea {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding: 0 15px;
    }
    .searchArea .contentArea .inputArea {
        width: 100%;
        max-width: 290px;
        height: 30px;
        position: relative;
    }
    .searchArea .contentArea .selectArea {
        position: relative;
        width: 100%;
        max-width: 290px;
        height: 30px;
    }
    .searchArea .contentArea .iconArea {
        width: 100%;
        max-width: 60px;

    }
    .searchArea .contentArea .iconArea img {
        width: 100%;
    }
}


/** categoria **/
.categoria {
    padding: 80px 15px;
}
.categoria .categoriaTitle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 355px;
    overflow: hidden;
}

.categoria .categoriaTitle2 {
    display: flex;
    flex-wrap: wrap;
    max-height: 100%;
    justify-content: center;
}
.categoria .categoriaTitle .boxArea,
.categoria .categoriaTitle2 .boxArea {
    width: 100%;
    max-width: 160px;
    min-height: 110px;
    border: 1px solid #444;
    border-radius: 10px;
    background: #FFF;
    padding: 15px;
    margin: 15px 10px;
}
.categoria .categoriaTitle .boxArea a,
.categoria .categoriaTitle2 .boxArea a {
    width: 100%;
    height: 100%;
}
.categoria .categoriaTitle .boxArea .logo,
.categoria .categoriaTitle2 .boxArea .logo {
    width: 40px;
    margin: 0 auto;
}
.categoria .categoriaTitle .boxArea .logo img,
.categoria .categoriaTitle2 .boxArea .logo img {
    width: 100%;
}
.categoria .categoriaTitle .boxArea .title p,
.categoria .categoriaTitle2 .boxArea .title p {
    color: #2F8DE4;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    font-family: 'Dosis', sans-serif;
}

/*** **/
.categoria .categoriaList .title p {
    text-align: center;
    font-size: 30px;
    color: #2F8DE4;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Dosis', sans-serif;
}
.categoria .categoriaList .listCategoria {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 265px;
    overflow: hidden;
}
.categoria .categoriaList .listCategoria2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.categoria .categoriaList .listCategoria .boxArea,
.categoria .categoriaList .listCategoria2 .boxArea {
    width: 100%;
    max-width: 290px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 15px 10px;
}
.categoria .categoriaList .listCategoria .boxArea .hide,
.categoria .categoriaList .listCategoria2 .boxArea .hide {
    display: none;
}
.categoria .categoriaList .listCategoria .boxArea .show,
.categoria .categoriaList .listCategoria2 .boxArea .show {
    display: block;
}
.categoria .categoriaList .listCategoria .boxArea .top,
.categoria .categoriaList .listCategoria2 .boxArea .top {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
    background: #FFF;
    border-radius: 10px;
}
.categoria .categoriaList .listCategoria .boxArea .top::before,
.categoria .categoriaList .listCategoria2 .boxArea .top::before {
    content: "";
    position: absolute;
    width: 101%;
    height: 101%;
    top:0;
    left: 0;
    border: 1px solid #000;
    border-radius: 10px;
}
.categoria .categoriaList .listCategoria .boxArea .top .icon,
.categoria .categoriaList .listCategoria2 .boxArea .top .icon {
    width: 25px;
    margin-right: 10px;
}
.categoria .categoriaList .listCategoria .boxArea .top .icon img,
.categoria .categoriaList .listCategoria2 .boxArea .top .icon img {
    width: 100%;
}
.categoria .categoriaList .listCategoria .boxArea .top .text p,
.categoria .categoriaList .listCategoria2 .boxArea .top .text p {
    margin: 0;
    text-align: center;
    color: #2F8DE4;
    font-weight: bold;
    font-size: 20px;
}
.categoria .categoriaList .listCategoria .boxArea .top .btnArea,
.categoria .categoriaList .listCategoria2 .boxArea .top .btnArea {
    position: absolute;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 15px;
}
.categoria .categoriaList .listCategoria .boxArea .top .btnArea button,
.categoria .categoriaList .listCategoria2 .boxArea .top .btnArea button {
    border: none;
    background: none;
}
.categoria .categoriaList .listCategoria .boxArea .top .btnArea button:hover i,
.categoria .categoriaList .listCategoria2 .boxArea .top .btnArea button:hover i {
    font-weight: bold;
    color: #F9CA0A;
}
.categoria .categoriaList .listCategoria .boxArea .bottom,
.categoria .categoriaList .listCategoria2 .boxArea .bottom {
    width: 292px;
    padding: 15px;
    background: #FFF;
    position: relative;
    top: -9px;
    left: 0px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.categoria .categoriaList .listCategoria .boxArea .bottom ul,
.categoria .categoriaList .listCategoria2 .boxArea .bottom ul {
    list-style-type: none;

}
.categoria .categoriaList .listCategoria .boxArea .bottom ul li a,
.categoria .categoriaList .listCategoria2 .boxArea .bottom ul li a {
    color:#888;
    font-size: 18px;
}
.categoria .categoriaList .listCategoria .boxArea .bottom ul li a:hover,
.categoria .categoriaList .listCategoria2 .boxArea .bottom ul li a:hover {
    font-weight: bold;
    color: #F9CA0A;
}



/** destaque ***/
.destaque {
    width: 100%;
    height: 580px;
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    padding: 30px 15px;
}
.destaque .title p {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    font-family: 'Dosis', sans-serif;
}
.destaque .container {
    position: relative;
}
.destaque .cardArea {
    overflow-x: hidden;
}
.destaque .cardArea .card {
    width: 100%;
    max-width: 260px;
    min-height: 330px;
    background: #FFF;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.destaque .cardArea .card .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,.4);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 50;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.destaque .cardArea .card .top .stars i {
    color: #F9CA0A;
    font-size: 16px;
}
.destaque .cardArea .card .top .dest {
    width: 87px;
    height: 24px;
    border-radius: 10px;
    background: #346727;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
}
.destaque .cardArea .card .top .dest p {
    margin: 0;
    color: #FFF;
}
.destaque .cardArea .card .imgArea {
    width: 100%;
    height: 174px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: .5s ease;
}
.destaque .cardArea .card .imgArea::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.destaque .cardArea .card .imgArea .btnSaiba {
    width: 100px;
    height: 30px;
    border-radius: 30px;
    background: #346727;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 50px);
    opacity: 0;
    transition: .5s ease;
}
.destaque .cardArea .card .imgArea .btnSaiba p {
    margin: 0;
    color: #FFF;
}
.destaque .cardArea .card a:hover .btnSaiba {
    opacity: 1;
}
.destaque .cardArea .card a:hover .imgArea .btnSaiba p {
    color: #F9CA0A;
}
.destaque .cardArea .card a:hover .imgArea {
    transform: scale(1.05);
}
.destaque .cardArea .card .textArea .titleArea p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0 0 0;
    font-family: 'Dosis', sans-serif;
}
.destaque .cardArea .card .textArea .text p {
    font-size: 16px;
    padding: 15px;
    margin: 0;
}

.destaque .swiper-button-next2,
.destaque .swiper-button-prev2 {
    font-size: 50px;
    color: #FFF;
    position: absolute;
}
.destaque .swiper-button-next2:hover,
.destaque .swiper-button-prev2:hover {
    cursor: pointer;
    font-weight: bold;
}
.destaque .swiper-button-next2 {
    bottom: 35%;
    right: -15px;
}

.destaque .swiper-button-prev2 {
    top: 45%;
    left: -15px;
}
