/* ======================================== */
/*                  SWIPER                  */
/* ======================================== */

.k-left-col-fixed {
    display: flex;
    flex: 0 0 330px !important;
    width:330px;
    flex-direction: column !important;
    padding-right: 35px !important;
}

.k-right-col-grow {
    position:relative;
    display:flex;
    flex-direction:column;
    flex-grow:1;
    width: auto;
}

/* coluna left - categorias */
.top-categorias {
    display:flex;
    flex-direction:column;
    width:100%;
    height:100%;
}

.top-categorias ul
{
    width:100%;
    list-style:none;
    display:flex;
    flex-direction:column;
}

.top-categorias ul li {
    display: inline-block;
    width: 100%;
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid #eee;
    font-family: opensans;
}

.top-categorias ul li:first-child {
    background-color: #00B280;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #00B280;
    padding: 8px 5px;
}

.top-categorias ul li:not(:first-child):hover {
    background-color: #f5f5f5;
}
.top-categorias ul li:not(:first-child):hover a {
    background-color: #f5f5f5;
    color:#000;
}

.top-categorias ul li a {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}

.top-categorias ul li a:hover {
    color: #000;
}

/*    SWIPER    */

.section-swiper-top {
    position: relative;
    width: 100%;
    display: block;
    background-color: #fff;
}

/* Swiper Title Row*/

.section-swiper-top .swiper-title {
    display:flex;
    width:100%;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
    padding:0;
}

.section-swiper-top .swiper-title h2 {
    font-family: poppinsregular;
    font-size: 20px !important;
    font-weight: 600;
    color: #555;
    display:inline-block;
    text-align:left;
    padding-right:30px;
}

.section-swiper-top .swiper-title a {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    transition: background-color .15s ease-in-out;
}

.section-swiper-top .swiper-title a.btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px !important;
    font-weight: 500;
    color: #fff;
    background-color: #555; /* #3e7465;*/
    border-radius: 4px;
    padding: 6px;
}

.section-swiper-top .swiper-title a:hover {
    background-color: #000 !important;
}

.section-swiper-top .swiper-title a .lni {
    font-size: 14px !important;
}

.section-swiper-top .swiper-title a span {
    display: inline-block;
    padding: 0;
    margin-left:8px;
}

/*  SWIPER SLIDE SHOW - custom Css */
/*  CSS principal está no file /Swiper/swiper-bundle.css */

.swiper-top {
    
}

.swiper-top .swiper-slide {
    margin-bottom: 0;
    padding-bottom: 0;
}

.swiper-wrap .card {
    min-height: 100%;
    height: 100% !important;
}

.swiper-top .card-header {
    padding: 5px !important;
}

.swiper-slide .card-body {
    padding:10px;
    background-color:#fbfbfb;
}
.swiper-slide .card-body .item-prop {
    margin: 0;
    padding:0;
    width:100%;
}

.swiper-slide .card-body .item-prop p {
    width: 100%;
    margin: 20px 0px 30px 0px;
    padding: 0;
    text-align: center;
    color: #666;
    line-height: 22px;
    font-family: opensans;
    font-size: 14px;
    font-weight: 600;
}

.swiper-slide .card-body .item-prop a {
    color: #fff !important;
    background-color: #3e7465;
    padding: 0;
    font-family: opensans;
}

.swiper-slide .card-body .item-prop .btn {
    padding: 6px 10px;
    text-align: center;
    font-weight: 600;
    color: #000 !important;
    background-color: #d0f0c0; /*#3e7465;*/
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size:12px;
}

.swiper-slide .card-body .item-prop .btn:hover {
    color: #fff !important;
    background-color: #000 !important;
    border: 1px solid #000;
    padding: 6px 10px;
}

    .swiper-slide .card-body .item-prop span {
        margin: 0;
        padding: 0;
        text-align: right;
        font-weight: 600;
        font-size: 12px;
        color: #000;
        text-transform:uppercase;
    }

.swiper-top .swiper-pagination {
    bottom: 0 !important;
    position: absolute;
    z-index: 1;
}

/*======================================*/
/*	        Services                    /*
/*======================================*/
.services {
    background: #f0f0f0;
}

.services .icon-box {
    text-align: center;
    border: 1px solid #e0e0e0; /* #ebebeb*/
    padding: 25px 25px;
    transition: all ease-in-out 0.3s;
    background: #fafafa;
    width:100%;
    margin-bottom:24px;
}

.services .k-dark {
    background: #f7f7f7 !important;
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #00B280;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.services .icon-box .icon i {
    color: #fff; /*#151515;*/
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
    margin-bottom: 15px;
    font-family: poppinsregular;
    font-weight: 600;
    font-size: 20px;
    color: #555; /* #444;*/
    transition: ease-in-out 0.3s;
}

.services .icon-box p.info-add {
    font-family: opensans;
    line-height: 24px;
    font-size: 14px;
    margin-top:15px;
    margin-bottom: 0;
    color: #000;
}

.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    background-color: #fff;
}

/*======================================
	Contact CSS
========================================*/

.contact-us {
    background-color:#fdfdfd;
}

.contact-us .info-head {
    background-color: #fafafa;
    padding: 25px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.contact-us .info {
    width:100%;
    margin-bottom: 5px;
    text-align: left;
}

.contact-us .info:last-child {
    margin-bottom: 0;
}

.contact-us .info ul {
    width: 100%;
}

.contact-us .info ul li {
    display: block;
    width: 100%;
    padding: 2px 15px 2px 40px !important;
    line-height: 18px;
    font-family: opensans;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.contact-us .info-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: poppinsregular;
    width: 100%;
}

.contact-us .info-item .lni {
    font-size: 32px;
    color: #00B280;
}

.contact-us .info-item span {
    font-family: opensans;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    margin: 0px 0px 0px 5px;
}

.contact-form {
    background-color: #fafafa;
    padding: 25px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.contact-form span.input-title {
    width:100%;
    font-size:10px;
    font-weight:600;
    color:#000;
    padding:0;
    margin: 0px 0px 4px 0px;
    text-align:left;
}

.contact-form .form input.input-field {
    width: 100%;
    border: 1px solid #d9d9d9;
    color: #333;
    font-family: opensans;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    outline: none;
    margin: 0px 0px 8px 0px;
}

.contact-form .form input.input-field:focus {
    border-color: #00B280;
    outline: none;
    margin: 0px 0px 8px 0px;
}

.contact-form .form textarea.textarea-field {
    height: 180px;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 4px 8px;
    color: #333;
    font-family: opensans;
    font-size: 14px;
    font-weight: 400;
    resize: vertical;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    outline: none;
    margin: 0px 0px 8px 0px;
}

.contact-form .form textarea.textarea-field:focus {
    border-color: #00B280;
    outline: none;
    margin: 0px 0px 8px 0px;
}

#formError {
    font-size: 12px;
    font-weight: 600;
    color: red;
    width: 100%;
    text-align: center;
    width:100%;
    padding:0px 5px;
    margin:0;
}

#btnSendMessage {
    margin: 10px 0px 0px 0px;
    padding: 0;
    background-color: #00B280;
}

#btnSendMessage.btn {
    background-color: #00B280;
    border: 1px solid #00B280;
    color: #fff;
    padding: 6px 12px !important;
    border-radius: 6px;
}

#btnSendMessage.btn:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 6px 12px !important;
}

.contact-map {
    padding-top:25px; 
    padding-bottom:30px;
}

.map-img {
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
    padding: 0;
}

.contact-map .normal-map {
    display:inline;
}
.contact-map .small-map {
    display:none;
}

/*------------------------------------------------------*/
/*                      MODAL                           */
/*------------------------------------------------------*/

#modalMessage.modal {
    padding: 16px;
}

#modalMessage.modal .modal-content {
    border: none;
}

#modalMessage.modal .modal-header {
    background-color: #f3f3f3;
    padding: 5px 10px;
    margin: 0;
}

#modalMessage.modal .modal-header span {
    display: inline-block;
    width: auto;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

#modalMessage.modal .modal-header button,
#modalMessage.modal .modal-header button.btn {
    transition: none;
    color: #000;
    font-size: 16px;
    outline: none;
}

#modalMessage.modal .modal-header button .lni {
    color: #000;
    font-size: 16px;
}

#modalMessage.modal .modal-header button:hover,
#modalMessage.modal .modal-header button:hover.btn,
#modalMessage.modal .modal-header button:hover .lni {
    font-weight: 600;
}

#modalMessage.modal .modal-body {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 30px 10px;
    margin: 0;
}

#modalMessage.modal .modal-body p.modal-messageText {
    display: block;
    width: 100%;
    color: #000;
    font-size: 10px;
    font-weight: 600;
    margin: 0px 0px 4px 0px;
    line-height: 18px;
    text-align: center;
}

/*--------------------------------------------------*/
/*                  MEDIA QUERIES                   */
/*--------------------------------------------------*/

@media (max-width:1399.98px) {

}

@media (max-width:1199.98px) {

}

@media (max-width:991.98px) {
    .section-swiper-top .swiper-title h2 {
        font-size: 18px !important;
    }
}

@media (max-width:767.98px) {
    .k-left-col-fixed {
        display:none !important;
    }
   
}

@media (max-width:585px) {
}

@media (max-width:575.98px) {

}



