@CHARSET "ISO-8859-1";

/************    BANNER    ************/
.section-banners{
	margin: 0px auto 0px;
	padding: 0px;
}

.banner-video{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100% !important;
    height: auto !important;
    padding: 0;
    margin: 0;
}
.banner-container {
    z-index: 2;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px 100vh inset;
}
.banner-container h2 {
    font-family: 'Montserrat', sans-serif;
    word-break: break-word;
    word-wrap: break-word;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -2px;
    text-transform: uppercase;
    text-align: center;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-bottom: 1.6875rem;
    margin-bottom: 1.6875rem;
    width: 80%;
}
.banner-container p {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    margin-top: -1em;
    font-weight: 300;
    margin-bottom: 2.3125rem;
    text-align: center;
    width: 80%;
}
.banner-container a.sobre {
    background-color: #ff5252;
    border-color: #ff5252;
    border-style: solid;
    border-width: 2px;
    box-shadow: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.banner-container a.sobre:HOVER {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e;
}
.banner-container a.dicas {
    background-color: transparent;
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    box-shadow: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.banner-container a.dicas:HOVER {
    color: #fff;
    background-color: #535353;
    border-color: #2d2d2d;
}

/************    LANÇAMENTOS    ************/

.produtos-lancamentos{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin: 0 auto 50px;
}
.produtos-lancamentos h1 {
    font-family: 'Montserrat', sans-serif;
    word-break: break-word;
    word-wrap: break-word;
    color: #ff5252;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -2px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.produtos-lancamentos .list-prod {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.produtos-lancamentos .list-prod a.prod {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 230px;
    margin: 15px;
    border: 1px solid #fff;
}
.produtos-lancamentos .list-prod a.prod:HOVER {
    box-shadow: 2px 2px 10px 0px #ccc;
}
.produtos-lancamentos .list-prod a.prod .foto {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.produtos-lancamentos .list-prod a.prod:HOVER .foto {
    background-color: #eee;
}
.produtos-lancamentos .list-prod a.prod .foto span.novo {
    padding: 5px;
    background-color: #FF4F4F;
    line-height: 100%;
    color: #fff;
    border: 1px solid #FF4F4F;
    font-size: 14px;
    font-weight: 600;
    align-self: flex-start;
}
.produtos-lancamentos .list-prod a.prod h3 {
    font-size: 14px;
    font-weight: normal;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    height: 2.4em;
    overflow: hidden;
    line-height: 17px;
    width: 100%;
    white-space: normal;
    color: #666;
    text-transform: none;
    text-align: center;
}


/* ****** ***********      MOBILE       ************* ******* */

@media (max-width: 1078px) {
	.produtos-lancamentos{
		width: 100%;
	}
}
@media (max-width: 969px) {
	.section-banners {
	    margin: 0px auto;
	}
}
@media (max-width: 587px) {
	.produtos-lancamentos h1{
		font-size: 30px;
	}
}