/**
 * Descrição: Estilização das Páginas Internas do MS Cabines.
 *
 * Create On: 08 de Janeiro de 2020 - 16:10:04
 * Data Alt.:
 * @Developer: Renan Rodrigues, Leonardo França
 * @Author...: Renan Rodrigues: renan@tytotech.com.br, Leonardo França : leonardo@tytotech.com.br
 */

/** ------------------------------------------------------------------------- */
/** --------------------------- INICIO CONF. GERAL -------------------------- */
/** ------------------------------------------------------------------------- */
@font-face {
    font-family: "Montserrat";
    font-display: block;
    src: url("../font/Montserrat/Montserrat-Regular.ttf");
}
body {
    font-family: "Montserrat", sans-serif;
    color: #4d4d4d;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: rgba(181,181,181,255);
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(156,156,156,255);
}

/** Estilização padrão titulo */
/*div.titulo-index {
    text-align: center;
}*/
div.titulo-index:after {
    content: "";
    width: 80px;
    height: 3px;
    background: #A8CF45;
}
div.titulo-index > h2 {
    font-size: 35px;
    font-weight: bold;
    color: #A8CF45;
    margin-bottom: 30px;
}
div.titulo-index > h2 > span {    
    font-weight: bold;
    font-style: normal;
}
div.titulo-index > p {
    margin-bottom: 0;
}

a.btn-saiba-mais {
    border: 1px solid #A8CF45;
    background-position: 0;
    background-color: #A8CF45;
    color: #FFFFFF;
    padding: 10px 30px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    transition: .5s;
    display: flex;
    justify-content: center;
    width: 50%;
}
a.btn-saiba-mais:hover {
    background-color: #8faf3c;
    transition: .5s;
}
@media (max-width: 992px) {
    div.titulo-index > h2 {
        text-align: center;
    }
    a.btn-saiba-mais {
        width: 100%;
    }
}

/** ------------------------------------------------------------------------- */
/** ------------------------- ESTILIZAÇÃO BANNER ---------------------------- */
/** ------------------------------------------------------------------------- */
/*section#body-banners:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    z-index: 2;
    background-image: url(../imagens/background/bg-menu.png);
    background-repeat: no-repeat;
}*/
section#body-banners > div.row > article {
    padding: 0px;
}
/** ************************************************************************* */
/** Estilização Geral da API owl-carousel */
#carousel-banners .item {
    display: flex;
    width: 100%;
    height: 72vh;
    background-position: center center !important;
    background-size: cover, cover !important;
    background-repeat: no-repeat !important;
}
#carousel-banners .mascara-banner:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0;
    background-color: #000000;
    opacity: 0.3;
    z-index: 1!important;
}
#carousel-banners .item a {
    text-decoration: none;
    color: #FFFFFF;
    display: flex;
    width: 100%;
    height: 100%;
}
#carousel-banners .owl-dots {
    position: absolute;
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
}
#carousel-banners .owl-dots .owl-dot span {
    background: #ffffff0d;
    height: 13px;
    width: 13px;
    transition: 0.5s;
    transform: rotate(-45deg);
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
}
#carousel-banners .owl-dots .owl-dot.active span {
    background: #fff;
    transition: 0.5s;
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari */
    transform: scale(1.3);
}
/* Setas banner */
#carousel-banners .owl-dots.disabled, 
#carousel-banners .owl-nav.disabled {
    display: block;
}
#carousel-banners div.owl-next {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 0;
    height: 100%;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0);
    padding-right: 30px;
}
#carousel-banners div.owl-prev {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    top: 0;
    height: 100%;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0);
    padding-left: 30px;
}
#carousel-banners div.owl-next i ,
#carousel-banners div.owl-prev i {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #FFFFFF;
}
#carousel-banners div.owl-next i:hover ,
#carousel-banners div.owl-prev i:hover {
    background-color: #A8CF45;
    transition: .5s;
    color: #FFFFFF;
    border: 1px solid #A8CF45;
}
.owl-stage .active .content-banner {
    animation: fadeInUp-carousel 2s;
    transition: ease 1s;
}
/* ************************************************************************ */
/* Conteúdo interno do BANNER */
div.content-banner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 60!important;
}
div.content-banner > div.row {
    width: 100%;
}
div.content-banner > div.row > div {
    text-align: center;
}
div.content-banner > div.row > div.content-banner-title > h2 {
    text-shadow: 0 .5rem 1rem #000;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    letter-spacing: 3.2px;
    font-weight: bold;
}
div.content-banner > div.row > div.content-banner-desc > p {
    font-size: 1.2em;
    line-height: 1.3;
    margin: 0px;
    -vendor-animation-delay: 0.5s;
    animation-delay: 0.5s;
    text-shadow: 1px 1px 1px #000000;
}
div.content-banner > div.row > div.content-banner-desc > button {
    margin-top: 15px;
    text-align: center;
    padding: 10px 30px;
    border-radius: 0.25rem;
    font-weight: 600;
    font-size: 16px;
}
@media (max-width: 992px) {
    #carousel-banners .owl-dots.owl-dots .owl-dot span {
        background-color: #FFFFFF;
    }
    #carousel-banners .owl-dots.owl-dots .owl-dot.active span {
        background-color: #FFFFFF;
        width: 10px;
        height: 10px;
    }
    #carousel-banners .owl-dots.owl-dots .owl-dot.active:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        border: 1px solid #FFFFFF;
        border-radius: 50px;
        display: block;
        margin: 0 2px;
    }
    #carousel-banners div.owl-next,
    #carousel-banners div.owl-prev {
        display: none;
    }
}

@media (max-width: 767px) {
    #carousel-banners .item {
        height: 60vw;
    }
    div.content-banner > div.row > div.content-banner-title > h2 {
        font-size: 1.2rem;
    }
    div.content-banner > div.row > div.content-banner-desc > p {
        display: none;
    }
    div.content-banner {
        display: flex;
        align-items: center;
    }
    div.content-banner > div.row {
        margin-bottom: 0px;
    }
    div.content-banner > div.row > div {
        text-align: center;
    }
}

/** ************************************************************************* */
/* --------------  esquerdo-topo --------------*/
@media (min-width: 768px) {
    div.left-top,
    div.left-top {
        display: flex;
        align-items: flex-start !important;
        padding-top: 5em;
    }
    div.left-top > div.row > div.content-banner-title,
    div.left-top > div.row > div.content-banner-desc {
        text-align: left !important;
    }
}
@media (max-width: 767px) {
    #carousel-banners .item {
        height: 60vw !important;
    }
    div.content-banner > div.row > div.content-banner-title > h2 {
        font-size: 20px;
    }
    div.content-banner > div.row > div.content-banner-desc > p {
        display: none;
    }
    div.content-banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.content-banner > div.row > div {
        text-align: center;
    }
}

/* --------------  esquerdo-centro --------------*/
@media (min-width: 768px) {
    div.left-center,
    div.left-center {
        display: flex;
        align-items: center !important;
    }
    div.left-center > div.row > div.content-banner-title,
    div.left-center > div.row > div.content-banner-desc {
        text-align: left !important;
    }
}
@media (max-width: 767px) {
    #carousel-banners .item {
        height: 60vw !important;
    }
    div.content-banner > div.row > div.content-banner-title > h2 {
        font-size: 20px;
    }
    div.content-banner > div.row > div.content-banner-desc > p {
        display: none;
    }
    div.content-banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.content-banner > div.row > div {
        text-align: center;
    }
}

/* --------------  esquerdo-embaixo --------------*/
@media (min-width: 768px) {
    div.left-bottom,
    div.left-bottom {
        display: flex;
        align-items: flex-end !important;
        padding-bottom: 5em;
        padding-right: 30%;
    }
    div.left-bottom > div.row > div.content-banner-title,
    div.left-bottom > div.row > div.content-banner-desc {
        text-align: left !important;
    }
}
@media (max-width: 767px) {
    #carousel-banners .item {
        height: 60vw !important;
    }
    div.content-banner > div.row > div.content-banner-title > h2 {
        font-size: 20px;
    }
    div.content-banner > div.row > div.content-banner-desc > p {
        display: none;
    }
    div.content-banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.content-banner > div.row > div {
        text-align: center;
    }
}

/* --------------  centro-topo --------------*/
@media (min-width: 768px) {
    div.center-top,
    div.center-top {
        display: flex;
        align-items: flex-start !important;
        padding-top: 5em;
    }
    div.center-top > div.row > div.content-banner-title,
    div.center-top > div.row > div.content-banner-desc {
        text-align: center !important;
    }
}
@media (max-width: 767px) {
    #carousel-banners .item {
        height: 60vw !important;
    }
    div.content-banner > div.row > div.content-banner-title > h2 {
        font-size: 20px;
    }
    div.content-banner > div.row > div.content-banner-desc > p {
        display: none;
    }
    div.content-banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.content-banner > div.row > div {
        text-align: center;
    }
}

/* --------------  centro-centro --------------*/
@media (min-width: 768px) {
    div.center-center {
        display: flex;
        align-items: center !important;
    }
    div.center-center > div.row > div.content-banner-title,
    div.center-center > div.row > div.content-banner-desc {
        text-align: center !important;
    }
}
@media (max-width: 767px) {
    #carousel-banners .item {
        height: 60vw !important;
    }
    div.content-banner > div.row > div.content-banner-title > h2 {
        font-size: 20px;
    }
    div.content-banner > div.row > div.content-banner-desc > p {
        display: none;
    }
    div.content-banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.content-banner > div.row > div {
        text-align: center;
    }
}

/* --------------  centro-embaixo --------------*/
@media (min-width: 768px) {
    div.center-bottom,
    div.center-bottom {
        display: flex;
        align-items: flex-end !important;
        padding-bottom: 5em;
    }
    div.center-bottom > div.row > div.content-banner-title,
    div.center-bottom > div.row > div.content-banner-desc {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    #carousel-banners .item {
        height: 50vw !important;
    }
    div.content-banner > div.row > div.content-banner-title > h2 {
        font-size: 12px;
    }
    div.content-banner > div.row > div.content-banner-desc > p {
        display: none;
    }
    div.content-banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.content-banner > div.row > div {
        text-align: center;
    }
}

/** ------------------------------------------------------------------------- */
/** ------------------- ESTILIZAÇÃO PRINCIAPIS SERVIÇOS --------------------- */
/** ------------------------------------------------------------------------- */
section#body-principais-servicos {
    margin-top: -60px;
    z-index: 2;
}
section#body-principais-servicos > div.container > div.row > div#carousel-principais-servicos .owl-nav {
    display: none;
}
section#body-principais-servicos > div.container > div.row > div#carousel-principais-servicos .owl-dots {
    margin-top: 10px;
}
section#body-principais-servicos > div.container > div.row > div#carousel-principais-servicos .owl-dots.disabled {
    display: block;
}
section#body-principais-servicos > div.container > div.row > div#carousel-principais-servicos .owl-dots .owl-dot.active span {
    background-color: #A8CF45;
}
section#body-principais-servicos > div.container > div.row > div#carousel-principais-servicos .owl-dots .owl-dot.active:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #A8CF45;
    border-radius: 50px;
    display: block;
    margin: 0 2px;
}
section#body-principais-servicos > div.container > div.row > div#carousel-principais-servicos div.item-principais-servicos {
    margin: 18px 15px;
}
section#body-principais-servicos > div.container > div.row > div#carousel-principais-servicos div.item-principais-servicos > a.card-principais-servicos {
    background-color: transparent;
    border-radius: 10px;
    text-decoration: none;
    transition: .5s;
}
section#body-principais-servicos > div.container > div.row > div#carousel-principais-servicos div.item-principais-servicos > a.card-principais-servicos:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    transition: .5s;
}
section#body-principais-servicos > div.container > div.row > div#carousel-principais-servicos div.item-principais-servicos a.card-principais-servicos div.descricao-principais-servicos {
    background-color: #00643C;
    color: #FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
section#body-principais-servicos > div.container > div.row > div#carousel-principais-servicos div.item-principais-servicos a.card-principais-servicos div.descricao-principais-servicos h2 {
    font-size: 20px;
    height: 60px;
}
section#body-principais-servicos > div.container > div.row > div#carousel-principais-servicos div.item-principais-servicos a.card-principais-servicos div.descricao-principais-servicos p {
    font-size: 14px;
    height: 65px;
    overflow: hidden;
}
section#body-principais-servicos > div.container > div.row > div#carousel-principais-servicos div.item-principais-servicos a.card-principais-servicos img.img-principais-servicos {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 210px;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 992px) {
    section#body-principais-servicos {
        margin-top: 50px;
        z-index: 0;
    }
}

/** ------------------------------------------------------------------------- */
/** ----------------------- ESTILIZAÇÃO SERVIÇOS ---------------------------- */
/** ------------------------------------------------------------------------- */
section#body-cat-servicos {
    padding: 50px 0;
}
section#body-cat-servicos > div.container > div.row > div.img-servicos > img {
    border-radius: 10px;
}
section#body-cat-servicos > div.container > div.row > div.cat-servicos {
    overflow: auto;
    height: 530px;
}
section#body-cat-servicos > div.container > div.row > div.cat-servicos > div.row > div.item-cat-servicos > a.link-cat-servicos {
    display: block;
    color: #4d4d4d;
    text-decoration: none;
	margin-bottom: 15px;
}
section#body-cat-servicos > div.container > div.row > div.cat-servicos > div.row > div.item-cat-servicos > a.link-cat-servicos > img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
}
section#body-cat-servicos > div.container > div.row > div.cat-servicos > div.row > div.item-cat-servicos > a.link-cat-servicos > h3 {
    margin-top: 15px;
    font-size: 24px;
    font-weight: bold;
}
section#body-cat-servicos > div.container > div.row > div.cat-servicos > div.row > div.item-cat-servicos > a.link-cat-servicos > p {
    font-size: 14px;
}
@media (max-width: 1200px) {
    section#body-cat-servicos > div.container > div.row > div.img-servicos {
        display: none;
    }
    section#body-cat-servicos > div.container > div.row > div.cat-servicos {
        height: auto;
        display: contents;
    }
}
@media (max-width: 992px) {
    section#body-cat-servicos > div.container > div.row > div.cat-servicos {
        display: flex;
    }
}
/** ------------------------------------------------------------------------- */
/** --------------------- ESTILIZAÇÃO QUEM SOMOS ---------------------------- */
/** ------------------------------------------------------------------------- */
section#body-quem-somos {
    padding: 50px 0;
    background-color: #F3F9F6;
}
section#body-quem-somos > div.container > div.row > div.img-quem-somos > img {
    width: 100%;
    border-radius: 10px;
}
section#body-quem-somos > div.container > div.row > div.descricao-quem-somos {
    padding-left: 70px;
}
section#body-quem-somos > div.container > div.row > div.descricao-quem-somos > h3 {
    color: #4d4d4d;
    font-weight: bold;
}
section#body-quem-somos > div.container > div.row > div.descricao-quem-somos > p {
    font-weight: 400;
    font-style: normal;
    color: #888888;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0px;
}
@media (max-width: 992px) {
    section#body-quem-somos > div.container > div.row > div.descricao-quem-somos {
        padding: 0 15px;
    }
    section#body-quem-somos > div.container > div.row > div.descricao-quem-somos > h3 {
        padding-top: 30px;
        padding-bottom: 15px;
        text-align: center;
    }
    section#body-quem-somos > div.container > div.row > div.descricao-quem-somos > p {
        text-align: justify;
    }
}


/** ------------------------------------------------------------------------- */
/** ----------------------- ESTILIZAÇÃO IMAGENS ----------------------------- */
/** ------------------------------------------------------------------------- */
section#body-imagens {
    padding: 50px 0;
}
section#body-imagens > div.container > div.row > div#carousel-imagens .owl-dots .owl-dot.active span {
    background-color: #A8CF45;
}
section#body-imagens > div.container > div.row > div#carousel-imagens .owl-dots .owl-dot.active:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #A8CF45;
    border-radius: 50px;
    display: block;
    margin: 0 2px;
}
#carousel-imagens .item-imagens img {
    border-radius: 10px;
    height: 250px;
}
/* Setas banner */
#carousel-imagens .owl-dots.disabled {
    display: block;
}
#carousel-imagens .owl-nav.disabled {
    display: none;
}
#carousel-imagens div.owl-next {
    position: absolute;
    display: flex;
    align-items: center;
    right: -60px;
    top: 0;
    height: 100%;
    color: #A8CF45;
    background: rgba(255, 255, 255, 0);
}
#carousel-imagens div.owl-prev {
    position: absolute;
    display: flex;
    align-items: center;
    left: -60px;
    top: 0;
    height: 100%;
    color: #A8CF45;
    background: rgba(255, 255, 255, 0);
}
#carousel-imagens div.owl-next i ,
#carousel-imagens div.owl-prev i {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #A8CF45;
}
#carousel-imagens div.owl-next i:hover ,
#carousel-imagens div.owl-prev i:hover {
    background-color: #A8CF45;
    transition: .5s;
    color: #FFFFFF;
    border: 1px solid #A8CF45;
}
@media (min-width: 992px) {  
    section#body-imagens:hover > div.container #carousel-imagens .owl-nav.disabled {
        display: block!important;
    }
    header#body-menu-acesso-rapido > div.container > div.row > div.menu-acesso-rapido > ul.list-inline {
        display: flex;
    }
}