@import "../../style.less";.search-section{margin:34px 0;}.section-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:30px;}.section-header .title{margin-bottom:30px;margin-right:64px;}.section-header .search{margin-bottom:30px;}.section-header .search .form-wrapper{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;}.section-header .search .form-wrapper .blog-posts-search-mobile{display:none;}.section-header .search .form-wrapper .blog-posts-search-input{width:540px;height:36px;padding:10px;font-size:14px;line-height:17px;color:var(--marrom3);background:#fff;border:1px solid #eaeaea;border-top-right-radius:12px;border-bottom-right-radius:12px;border-left:#fff;}.section-header .search .form-wrapper .blog-posts-search-icon{height:36px;width:36px;padding:10px;background:url('https://server.infodataweb.com.br/~pisodepedracom/wp-content/uploads/2021/08/search-icon.svg'), #fff;background-position:center;background-repeat:no-repeat;cursor:pointer;border:1px solid #eaeaea;border-top-left-radius:12px;border-bottom-left-radius:12px;border-right:#fff;}@media screen and (max-width: 1074px){.search-section .section-header .search{width:100%;}.search-section .section-header .search .form-wrapper .blog-posts-search-input{width:100%;}}@media screen and (max-width: 780px){.section-header .search{width:100%;}.section-header .search .form-wrapper .blog-posts-search-input{width:100%;}}.search-body{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap;}.search-body .search-card{min-width:260px;width:calc(25% - 20px);margin:10px;background:#fff;box-shadow:0px 0px 23px rgba(0,0,0,0.1);border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;transition:0.3s ease;}.search-body .search-card:hover{box-shadow:0px 0px 23px rgba(255,138,59,0.3);}.search-body .search-card .search-image{width:100%;border-radius:10px;position:relative;overflow:hidden;transition:0.3s ease;}.search-body .search-card .search-image .link{position:absolute;top:0;left:0;width:100%;height:100%;}.search-body .search-card .search-image .image{width:100%;padding-bottom:100%;background-repeat:no-repeat !important;background-position:center !important;background-size:cover !important;}.search-body .search-card .search-image:hover{filter:brightness(0.9);}.search-body .search-card .search-title{color:var(--marrom3);font-size:18px;line-height:22px;padding:18px;}.search-body .search-card .search-link{padding:0 18px;padding-bottom:18px;}.search-body .search-card .search-link a{display:block;width:100%;border:1px solid var(--laranja1);border-radius:10px;padding:12px 48px;font-size:14px;line-height:17px;color:var(--laranja1);text-align:center;transition:0.3s ease;}.search-body .search-card .search-link a:hover{background-color:var(--laranja1);color:var(--branco);}.pagination{margin-top:28px;width:100%;display:flex;justify-content:center;}.pagination .prev img{transform:rotate(180deg);}.pagination .page-numbers{margin:5px;padding:5px;font-size:14px;line-height:123.51%;text-align:center;letter-spacing:0.095em;text-transform:uppercase;color:var(--marrom3);transition:0.3s ease;}.pagination .page-numbers.current{color:var(--laranja2);}.pagination .page-numbers:hover{color:var(--laranja2);}@media screen and (max-width: 1170px){.search-body .search-card{width:calc(33% - 20px);}}@media screen and (max-width: 885px){.search-body .search-card{width:calc(50% - 20px);}}@media screen and (max-width: 605px){.search-body{justify-content:center;}.search-body .search-card{width:calc(80% - 20px);}}@media screen and (max-width: 400px){.search-body .search-card{width:calc(100% - 20px);}}