@charset "UTF-8";
/* CSS Document */

.container.wrapper {
    margin-top: 100px;
    margin-bottom: 70px;
}
.product-title {
    color: #E8C6A9;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: 700;
}
.container.product-description {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.product-card {
    background-color: #F9ECE0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.row.product-container {
    margin-bottom: 30px;
}
.nav-item.menu {
    padding-top: 20px;
    font-size: 11pt;
}



.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.product-overlay {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.content .content-overlay {
    background-color: #FFFFFF;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border: 1px solid #F6EADF;
}
.content-overlay2 {
    background-color: #DF5A28;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    border: 1px solid #F6EADF;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
    opacity: 1;
	
}.content:hover .content-overlay2{
    opacity: 0.7;
}

.content-image{
  width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3{
    color: #E9672B;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: none;
    font-size: 15pt;
}


.content-details p{
    color: #431D1E;
    font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
.product-overlay-details {
    background-color: #F9ECE0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-top: 30px;
    min-height: 450px;
    /* [disabled]border: thin solid #F3D9C1; */
    margin-bottom: 25px;
}
.container-fluid.hero {
    padding-left: 0px;
    padding-right: 0px;
}
.container-fluid.hero-products {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    margin-top: -70px;
}
.container.wrapper-produtos {
    margin-top: 40px;
    margin-bottom: 30px;
}
.container-fluid.hero-index {
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.30) 99.95%), url(../img/coconut_hero.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.30) 99.95%), url(../img/coconut_hero.jpg);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.30) 99.95%), url(../img/coconut_hero.jpg);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.30) 99.95%), url(../img/coconut_hero.jpg);
    background-size: cover;
    background-position: right center;
    opacity: 1;
}
.btn.btn-lg.splash {
    color: #FFFFFF;
    background-color: #DF5A28;
    font-weight: 400;
}
.splash {
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
}
.container.splash-container {
    padding-top: 100px;
    padding-bottom: 100px;
}
.container.carosel-products {
    padding-top: 50px;
    padding-bottom: 50px;
}
.card-img-top.card-products {
    border: thin solid #DFDFDF;
    border-radius: 0px;
}
.card-title-products {
    text-transform: uppercase;
    color: #E8C6A9;
}
.card-text-products {
    text-transform: uppercase;
}
.container-fluid.carosel-products {
    margin-bottom: 40px;
    margin-top: 40px;
}
.container.hero-index {
    padding-top: 40px;
}
.carousel-item.active .carousel-caption .header_title {
    text-shadow: 1px 1px 2px #868686;
}
.modal-dialog .modal-content .modal-footer .btn.btn-secondary.splash {
    background-color: #DF5A28;
}

@media screen and (max-width:575px){
.container-fluid.hero-products {
    height: 300px;
    margin-top: 85px;
}
.card-text-products {
    text-align: center;
}
.card-title-products {
    text-align: center;
}
.display-6 {
    font-size: x-large;
}
.card-img-top.card-products {
    border-color: transparent;
}
.container-fluid .container-fluid.mobile.d-block.d-sm-none {
    margin-top: 15px;
}
.header_title {
}
.btn.btn-sm.splash {
    background-color: #DF5A28;
}

}

@media screen and (min-width:576px) and (max-width:991px){
.container-fluid .container-fluid.desktop.d-none.d-sm-block {
    margin-top: 15px;
}
}

@media screen and (min-width:992px){
.container-fluid .container-fluid.desktop.d-none.d-sm-block {
    margin-top: 32px;
}
}
