@import url('https://fonts.googleapis.com/css?family=Sansita:400,800');

#fotos .foto{
	width:100%;
	height:240px;
	background:center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: contain;
    -o-background-size: cover;
}

.subtitle{
	position:relative;
	display:inline-block;
	width:auto;
	padding:0 30px;
}

.subtitle::after{
	content:'\2B50';
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	z-index:1;
	text-align:center;
}

.subtitle::before{
	content:'\2723';
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:30px;
	z-index:1;
	text-align:center;
}

body
{
    font-family: 'Sansita', sans-serif;
	background:#FBF7F3;
    font-size: 16px!important;

    overflow-x: hidden;

    width: 100%;
}
a,
button
{
    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    text-decoration: none!important;
}
.display-block
{
    display: block;
}

/* SLIDER */
#slider .carousel,
#slider .item,
#slider .active
{
    height: auto;
}

.carousel-inner
{
    height: auto;

    background: #000;
}

#slider img
{
    max-width: 100%;
}

.carousel-caption
{
    font-weight: 600;

    padding-bottom: 80px;
}

#slider h2
{
    font-size: 60px;
}
#slider p
{
    font-size: 30px;

    padding: 10px;
}

#conteudo{
	display: block;
	padding:60px 0 30px 0;
}

#conteudo .box{
	display: block;
	color:#66332f;
	padding:30px 0 0 0;
}

#conteudo .box a{
	display: block;
	margin:15px 0 30px 0;
	color:#F58634;
	line-height:1.0em;
	font-weight: 800;
}

#conteudo .box a:hover{
	color:#66332f;
}

#conteudo .banner{
	width:100%;
	background:#F58634;
	font-size:18px;
	display: inline-grid;
	margin:0 0 30px 0;
	padding:15px 30px;
	height:230px;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height:16px;
	color:#66332f;
}

#conteudo .banner b{
	font-size:20px;
}

#conteudo .banner img{
	max-width:100%;
	max-height:190px;
	display: block;
	margin:0 auto;
}

#conteudo .banner a{
	display: inline-block;
	margin:0 15px;
	color:#fff;
	font-size:1.3em;
	line-height:1.0em;
	font-weight: 800;
}

#conteudo .banner a:hover{
	color:#66332f;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill
{
    width: 100%;
    height: auto;

    opacity: 1;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

/**
 * Change animation duration
 */

.animated
{
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight
{
    from
    {
        -webkit-transform: translate3d(100px, 0, 0);
                transform: translate3d(100px, 0, 0);

        opacity: 0;
    }

    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

@keyframes fadeInRight
{
    from
    {
        -webkit-transform: translate3d(100px, 0, 0);
                transform: translate3d(100px, 0, 0);

        opacity: 0;
    }

    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}

.fadeInRight
{
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
}


/* home */

#topo
{
    display: block;

    width: 100%;
    height: 150px;

    background: #fff;
}
#topo .container
{
    height: 100%;
}
#topo .row
{
    display: flex;
    align-items: center;
    height: 100%;
}
#topo .logo
{
    display: block;

    height: 120px;
    margin: 0 auto;
}

#topo img{
	max-height:120px;
}

#topo span b
{
    font-size: 18px;

    color: #66332f;
}
#topo .pesquisa input
{
    font-size: 15px;
    line-height: 48px;

    min-width: 400px;
    max-width: 100%;
    padding: 0 15px;

    vertical-align: top;

    border: 1px solid #d0d0d0;
    border-radius: 5px 0 0 5px;
}

#topo .pesquisa button
{
    font-size: 20px;
    margin-left: -5px;
    height: 50px;
    padding: 0 15px;

    color: #fff;
    border: 1px solid #2eb454;
    border-radius: 0 5px 5px 0;
    background: #2eb454;
}

#div-flex
{
    display: flex;

    width: 100%;
    height: 100%;

    text-align: center;

    align-items: center;
}

#topo .box
{
    display: block;

    margin: 0 auto;
}

/* menu */

#menu
{
    display: block;

    width: 100%;

    text-align: center;

    background: #F58634;
}

#menu ul
{
    margin: 0!important;
    padding: 0!important;

    list-style: none;
}

#menu li
{
    
    font-weight: ;
    line-height: 60px;

    display: inline-block;

    height: 60px;
    margin-left: -4px;

    list-style-type: none!important;

    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

    color: #fff;
}

#menu li:hover
{
    cursor: pointer;

    color: #fff;
    background: #66332f;
}

#menu li.active
{
    color: #fff;
    background: #66332f;
}

#menu li a
{
    font-size: 18px;

    margin-right: 0!important;
    padding: 30px;

    color: #fff;
}

#slider
{
    width: 100%;
    height: auto;
}

#produtos
{
    width: 100%;
    padding: 60px 0 90px 0;
}

#produtos h1
{
    font-size: 30px;
    font-weight: bold;

    display: block;

    margin: 0 auto 60px auto;

    text-align: center;
}
#produtos .produtos-menu
{
    display: block;

    width: 100%;
}

#produtos .produtos-lista
{
    display: block;

    width: 100%;
    padding: 30px 0 0 0;

    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div
{
    font-size: 12px;

    display: inline-block;
    zoom: 1;

    width: 0;
    height: 0;

    opacity: 1;
    color: #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #000;

    *display: inline;/*IE7 life-saver */
    filter: Alpha(Opacity=100);/*IE7 fix*/
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover
{
    text-decoration: none;

    opacity: .5;

    filter: Alpha(Opacity=50);/*IE7 fix*/
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page
{
    display: inline-block;
    zoom: 1;

    margin: 60px 0 0 0;

    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span
{
    display: block;

    width: 12px;
    height: 12px;
    margin: 5px 7px;

    opacity: .5;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    background: #000;

    filter: Alpha(Opacity=50);/*IE7 fix*/
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span
{
    opacity: 1;

    filter: Alpha(Opacity=100);/*IE7 fix*/
}

#produtos ul
{
    padding: 0;

    list-style: none;

    text-align: center;
}

#produtos li.submenu
{
    font-size: 22px;
    font-weight: bold;

    display: inline-block;

    width: 215px;
    height: 190px;
    margin: 15px auto;
    padding: 0;

    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;

    cursor: pointer;
    color: #575757;
    text-transform: uppercase;
}
#produtos li.submenu .image
{
    display: block;

    width: 210px;
    height: 160px;

    margin-bottom: 10px;

    border: 2px solid #bbbbbb;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);

    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
#produtos li.submenu.active,
#produtos li.submenu:hover
{
    color: #66332f;
}
#produtos li.submenu.active .image,
#produtos li.submenu:hover .image
{
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    border-color: #F58634;
}
#produtos .produtos-lista .pro
{
    margin: 0 30px;
}

#produtos .produtos-lista .pro .foto
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 340px;
    padding: 0;

    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;

    border: 0px solid #e0e0e0;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#produtos .produtos-lista .pro:hover .foto
{
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;

    border: 0px solid #2eb454;
}

#produtos .produtos-lista .pro i
{
    font-size: 20px;

    position: absolute;
    right: 0;
    bottom: -60px;
    left: 0;

    display: flex;

    width: 40px;
    height: 40px;
    margin: auto;

    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;

    opacity: 0;
    color: #2eb454;
    border: 2px solid #2eb454;
    border-radius: 50%;

    justify-content: center;
    align-items: center;
}

#produtos .produtos-lista .pro:hover i
{
    bottom: 15px;

    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;

    opacity: 1;
}

#produtos .produtos-lista .pro h3
{
    font-size: 18px;
    font-weight: bold;

    margin: 20px 0;

    text-align: center;
}

#produtos .produtos-lista .pro a.show,
.btn-outline-green
{
    font-size: 14px;

    padding: 10px 30px;

    color: #2eb454;
    border: 2px solid #2eb454;
    border-radius: 5px;
    background: transparent;
}
#produtos .produtos-lista .pro a.show:hover,
.btn-outline-green:hover,
.btn-outline-green.active
{
    background-color: #2eb454;
    color: white;
}
#banner
{
    width: 100%;
    height: auto;
}
#banner img
{
    max-width: 100%;
}

#empresa
{
    width: 100%;
    padding: 0px 90px 0px 90px;
}



#empresa h1
{
    font-size: 30px;
    font-weight: bold;

    display: block;

    text-align: left;
}

#empresa h1 b
{
    color: #2eb454;
}

#empresa img
{
    max-width: 100%;
}

#footer{
	padding:30px 0;
	background:#ECE5DA;
	color:#66332f;
}

#footer h5{
	font-size:18px;
	font-weight:bold;
}

#footer h6{
	font-size:16px;
}

#footer a{
	display: block;
	color:#66332f;
}

#footer a:hover{
	color:#F58634;
}
.text-center
{
    text-align: center;
}
#copy
{
    font-size: 13px;

    width: 100%;
    padding: 15px;

    text-align: center;

    color: #fff;
    background: #000;
}
#copy p
{
    margin: 0;
}

.col-md-4 .box{
	min-height:440px;
}

.box .png{
	max-width:100%;
	height:240px;
	background:center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.page-title
{
    position: relative;
}
h2.page-title
{
    margin-bottom: 50px;
}
.page-title::before
{
    position: absolute;
    bottom: -30px;
    left: 50%;

    width: 44px;
    height: 21px;
    margin-left: -22px;

    content: '';

    background-image: url(../images/ico_0.png);
}
.page-header
{
    display: flex;

    height: auto;
    margin: 50px 0;
    padding: 0;

    border: 0;
    background-image: url(../images/bg_top.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;

    align-items: center;
}
.page-header h1 strong
{
    position: relative;

    color: #66332f;
}
.page-header h1 strong::before
{
    position: absolute;
    bottom: -5px;
    left: 0;

    width: 50px;
    height: 4px;

    content: '';

    background-color: #F58634;
}
.page-header h1 small
{
    font-size: 18px;
    font-weight: bold;

    color: #333;
}
.form-control
{
    height: 40px;

    border-radius: 4px;
}
.btn-submit
{
    height: 45px;
}

#product .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 200px!important;
}

.background-image,
.owl-carousel.owl-theme .owl-item .item-bg
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.transition,
.owl-carousel.owl-theme .owl-nav button,
.owl-carousel.owl-theme .owl-dots .owl-dot span
{
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}
.owl-carousel.owl-theme .owl-item .item-bg
{
    position: absolute;

    width: 100%;
    height: 100%;
}
.owl-carousel.owl-theme .owl-dots
{
    position: absolute;
    z-index: 1;
    bottom: -40px;
    left: 0;

    width: 100%;
}
.owl-carousel.owl-theme .owl-dots .owl-dot
{
    border: 0;
    background-color: transparent;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span
{
    background-color: #2eb454;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span
{
    margin: 8px 4px;

    border: 1px solid #2eb454;
    background-color: transparent;
}
.owl-carousel.owl-theme .owl-nav
{
    position: absolute;
    z-index: 2;
    bottom: 50%;
    left: 0;

    width: 100%;
    margin-bottom: -25px;
}
.owl-carousel.owl-theme .owl-nav button
{
    font-size: 14px;

    position: absolute;
    bottom: 0;

    width: 50px;
    height: 50px;

    color: #2eb454;
    border: 1px solid #2eb454;
    border-radius: 0;
}
.owl-carousel.owl-theme .owl-nav button:hover
{
    color: white;
    background-color: #2eb454;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev
{
    left: 10px;
}
.owl-carousel.owl-theme .owl-nav button.owl-next
{
    right: 10px;
}
.btn-outline-green
{
    margin: 0px 5px 30px 5px;
}
.table.table-bordered
{
    font-size: 70%;
}
.images .cover
{
    display: flex;
    min-height: 500px;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px;
}
.img-responsive
{
    margin: auto;
}
.images .gallery .item
{
    display: flex;
    min-height: 125px;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 20px;
}

@media (max-width:768px)
{
    #topo
    {
        height: 50px;
        padding: 5px 0;
        border-bottom: 2px solid #0057a6;
    }
    #topo .logo
    {
        height: 40px;
    }
    #topo .pesquisa input
    {
        min-width: auto;
    }
    #menu
    {
        display: none;
        height: 0;
        -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    }
    #menu.show
    {
        height: auto;
    }
    #menu li
    {
        display: block;
        line-height: 40px;
        height: 40px;
    }
    #menu li a
    {
        display: block;
        padding: 0;
    }
    #produtos
    {
        padding-top: 40px;
    }
    #produtos li.submenu
    {
        height: 130px;
        width: 85px;
    }
    #produtos li.submenu .image
    {
        height: 85px;
        width: 85px;
    }
    #produtos li.submenu strong
    {
        font-size: 12px;
    }
    #produtos .produtos-lista
    {
        padding: 0;
    }
    #produtos .produtos-lista .pro .foto
    {
        height: 150px
    }
    #produtos .produtos-lista .pro h3
    {
        font-size: 11px;
    }
    #produtos .produtos-lista .pro a.show, .btn-outline-green
    {
        padding: 10px;
    }
    #empresa
    {
        width: 100%;
        padding: 30px;
    }
    .owl-carousel.owl-theme .owl-nav button.owl-next,
    .owl-carousel.owl-theme .owl-nav button.owl-prev
    {
        display: none;
    }
    #produtos .produtos-lista .pro a.show,
    .btn-outline-green
    {
        margin: 0 5px 10px 0;
        font-size: 10px;
    }
    .page-header
    {
        height: 100px;
        margin-bottom: 10px;
    }
    .page-header h1, h2
    {
        font-size: 22px;
    }
    .page-header h1 small
    {
        font-size: 10px;
    }
    #product .info
    {
        font-size: 12px;
    }
    #product h2.title
    {
        font-size: 22px;
    }
}

#search_string {
    width: 60%;
}

#form-search {
    position: relative;
    width: 550px;
    border-radius: 0;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: center !important;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group input{
	margin-left:15px;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}