:root {
    /* Set fade in duration */
    --fade-time: 0.5s;
}

/* Fonts */

h1, h2, h3 {
    color: #f29927;
}

p, ul, span {
    color: #caa97b;
    font-weight: 500;
}

#timer {
    color: #efaa4b;
    font-size: 22px;
    margin-top: 3%;
}

#delivery-text {
    text-align: center;
    margin-top: 2%;
    font-size: 14px;
}

#delivery-regioes {
    font-size: 13px;
    margin-top: 12%;
}

/* Background */

body {
    background-image: url("/lp/21-06/imagens/background-tasty-table-cimento.jpeg");
    background-size: 600px 300px;
    background-repeat: repeat;
}

#how-make {
    background-image: url("/lp/21-06/imagens/background-tasty-table-madeira.jpeg");
    background-size: 600px 300px;
    background-repeat: repeat;
}

#products {
    background-image: url("/lp/21-06/imagens/background-tasty-table-cimento.jpeg");
    background-size: 600px 300px;
    background-repeat: repeat;
}

#tables .row {
    margin-bottom: 1%;
}

header .row {
    padding: 0px 40px 0px 40px;
}

.wp-button {
    margin-top: 10%;
    margin-left: 18%;
    position: relative;
    z-index: 1;
    background: rgb(69, 200, 46);
    background: linear-gradient( 135deg, rgba(69, 200, 46, 1) 0%, rgba(28, 135, 19, 1) 100%);
    -webkit-box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 75%);
}

.buttons, .wp-button div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.buttons div {
    display: flex;
    color: white;
    padding: 3px 5px 3px 6px;
    border-radius: 20px;
    max-width: 250px;
    font-weight: bold;
}

.buttons div p {
    display: inline;
    color: #fff !important;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    text-align: center;
    margin-inline-end: 0px;
}

.wp-button img, .em-button img {
    width: 40px;
    padding: 10px 10px 10px 3px;
}

.link-wpp {
    display: inherit;
    color: white;
    text-decoration: none;
    font-size: 0.8em;
}

.wp-button::before {
    position: absolute;
    border-radius: 20px;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient( 160deg, rgba(115, 231, 96, 1) 0%, rgba(45, 159, 35, 1) 100%);
    z-index: -1;
    transition: opacity 0.2s linear;
    opacity: 0;
}

.wp-button:hover::before {
    opacity: 1;
}

/* Whatsapp */
header .container{
    margin-top: 0 !important;
    padding-top: 0 !important;
}
#logo {
    width: 50%;
    margin-left: 29%;
}

/* Chronometer */

#chronometer {
    position: relative;
    width: 79%;
    margin-left: 12%;
    border-left: 5px solid rgba(144, 59, 38, 0.5);
    border-bottom: 5px solid rgba(144, 59, 38, 0.5);
    border-right: 5px solid rgba(144, 59, 38, 0.5);
    border-top: 5px solid rgba(144, 59, 38, 0.5);
    padding-right: 1%;
    margin-bottom: 50px !important;
}
.mibreit-thumbElement{
    min-width: 52px !important;
    min-height: 52px !important;
}
.timer-icon {
    background-image: url("/lp/21-06/imagens/background-tasty-table-cimento.jpeg");
    background-size: cover;
    position: relative;
    border-radius: 39% 52% 0 40%;
    position: relative;
    float: left;
    left: -23px;
    top: -20px;
    max-width: 90px;
    max-height: 90px;
}

/* Carousel */

.carousel-control-prev, .carousel-control-next {
    background-color: #80808047;
    width: 5%;
}

.grayscale {
    cursor: pointer;
    -webkit-filter: opacity(75%);
    filter: opacity(75%);
}

.grayscale:hover {
    transition-duration: 0.5s;
    -webkit-filter: none !important;
    filter: none !important;
}

/* Depositions */

#depositions img {
    border: 2px solid white;
    border-radius: 5px;
}



/* Footer */

footer {
    background-color: #1d1d1d;
    color: white;
}

footer span {
    font-size: 12px;
}

@media only screen and (min-width: 1601px) {
    header .row {
        padding: 0px 40px 300px 40px;
    }
    #logo {
        max-width: 330px;
        margin-left: 4%;
        position: absolute;
    }
    header {
        background-image: url("/lp/21-06/imagens/background-tastytable-topo.jpeg");
        background-size: auto 250px !important;
        max-height: 250px !important;
    }
    .wp-button {
        margin-top: 199px;
        margin-left: 123px;
        position: absolute;
    }
    .buttons div {
        padding: 3px 12px 3px 12px;
        max-width: 280px;
    }
}
@media (min-width: 3800px){
    .descricao {
        font-size: 16px;
    }
}
@media (min-width: 3000px){
    .descricao {
        font-size: 14px;
    }
}
@media (min-width: 2000px){
    .descricao {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .timer-icon {
        margin-top: -1% !important;
        position: relative;
        float: left;
        left: -79px;
        top: -3px;
        max-width: 134px;
    }
    header .row {
        padding: 0px 40px 300px 40px;
    }
    #logo {
        max-width: 330px;
        margin-left: 14%;
        position: absolute;
    }
    header {
        background-image: url("/lp/21-06/imagens/background-tastytable-topo.jpeg");
        background-size: auto 250px !important;
        max-height: 250px !important;
    }
    .wp-button {
        margin-top: 199px;
        margin-left: 123px;
        position: absolute;
    }
    .buttons div {
        padding: 3px 12px 3px 12px;
        max-width: 280px;
    }
}

@media only screen and (max-width: 1200px) {
    .timer-icon {
        position: relative;
        float: left;
        left: -23px;
        top: -15px;
        max-width: 80px;
        max-height: 80px;
    }
    #delivery-regioes {
        font-size: 11px;
    }
}

@media only screen and (max-width: 991px) {
    #timer {
        font-size: 17px;
    }
    #delivery-text {
        text-align: center;
        margin-top: 1.5%;
        font-size: 11px;
    }
    #delivery-regioes {
        font-size: 9px;
        margin-top: 4%;
    }
 
    .wp-button {
        margin-left: 8%;
        margin-top: 1%;
    }
    .container {
        width: 100%;
    }
    #logo {
        width: 70%;
        margin-left: 15%;
    }
    .wp-button {
        margin-top: 12%;
        margin-left: 18%;
        position: relative;
    }
    .buttons div {
        display: flex;
        color: white;
        padding: 3px 5px 3px 5px;;
        border-radius: 20px;
        max-width: 250px;
        font-weight: bold;
    }
}

@media only screen and (max-width: 767px) {
    #timer {
        margin-top: 0.5%;
    }
    #delivery-regioes {
        margin-top: 1%;
        padding-bottom: 2%;
    }
    #chronometer {
        margin-bottom: 0 !important;
    }
    #delivery-text {
        text-align: center;
        margin-top: 0;
        font-size: 13px;
    }
    #logo {
        width: 80%;
        margin-left: 15%;
    }
    .wp-button {
        margin-top: 10%;
        margin-left: 18%;
        position: relative;
        font-size: 10px;
    }
    .buttons div {
        display: flex;
        color: white;
        padding: 1px 5px 1px 5px;
        border-radius: 20px;
        margin-top: 12.9% !important;
        max-width: 250px;
        font-weight: bold;
    }
    .wp-button img, .em-button img {
        width: 37px;
        padding: 10px 10px 10px 3px;
    }
    .border-animation {
        max-width: 100% !important;
        padding: 0px !important;
    }
    .timer-icon {
        position: relative;
        float: left;
        left: -23px;
        top: -25px;
        max-width: 60px;
        max-height: 60px;
    }
}

@media only screen and (max-width: 500px) {
    #campanha div img {
        max-width: 100%;
    }
    #campanha {
        background-image: url(/lp/21-06/imagens/background-tasty-table-cimento.jpeg);
        background-size: 600px 300px;
        background-repeat: repeat;
    }
    #logo {
        width: 90%;
        margin-left: 15%;
    }
    .wp-button {
        margin-top: 15%;
        margin-left: 18%;
        position: relative;
        font-size: 10px;
    }
    .buttons div {
        display: flex;
        color: white;
        padding: 1px 3px 1px 3px;
        border-radius: 20px;
        max-width: 250px;
        font-weight: bold;
        font-size: 8px;
    }
    .wp-button img, .em-button img {
        width: 37px;
        padding: 10px 10px 10px 3px;
    }
}

@media only screen and (max-width: 411px) {
    #logo {
        width: 100%;
        margin-left: 7%;
    }
    #logo img {
        width: 100%;
    }
    .wp-button {
        margin-top: 18%;
        margin-left: 18%;
        position: relative;
    }
    .buttons div {
        display: flex;
        color: white;
        padding: 2px 4px 2px 8px;
        border-radius: 20px;
        max-width: 250px;
        font-weight: bold;
        font-size: 7px;
    }
    .wp-button img, .em-button img {
        width: 25px;
        padding: 8px 8px 8px 1px;
    }
}

@media only screen and (max-width: 375px) {
    #logo {
        width: 100%;
        margin-left: 7%;
    }
    #logo img {
        width: 100%;
    }
    .wp-button {
        margin-top: 18%;
        margin-left: 18%;
        position: relative;
    }
    .buttons div {
        display: flex;
        color: white;
        padding:1px 0px 1px 6px;
        border-radius: 20px;
        max-width: 250px;
        font-weight: bold;
        font-size: 7px;
    }
    .wp-button img, .em-button img {
        width: 20px;
        padding: 6px 6px 6px 1px;
    }
}

@media only screen and (max-width: 326px) {
    .buttons div {
        display: flex !important;
        color: white !important;
        /* padding: 0 20px !important; */
        margin-top: 22.9%;
        margin-left: 5% !important;
        right: 0 !important;
        border-radius: 20px !important;
        max-width: 250px !important;
        font-weight: bold !important;
    }
}

.galeria-container {
    max-width: 100%;
    background-image: url("/lp/21-06/imagens/background-tasty-table-cimento.jpeg");
    background-size: 1500px 750px;
    background-repeat: repeat;
    margin: auto;
}

.imagem-principal {
    margin-left: 20%;
    margin-right: 20%;
    justify-content: center;
}

.imagem-principal img {
    width: 90%;
    height: 90%;
}

.imagens img {
    padding: 4px;
    border: 1px solid white;
    width: 100%;
    height: 100%;
}

.imagens {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
}

.imagens img {
    cursor: pointer;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    animation: fadeIn var(--fade-time) ease-in 1 forwards;
}

@media (max-width: 600px) {
    .imagens {
        grid-template-columns: repeat(2, 1fr);
    }
}

.border-animation {
    position: relative;
    display: block;
    max-width: 90%;
    padding: 10px 30px;
    margin-bottom: 3% !important;
    margin-top: 2% !important;
    letter-spacing: 2px;
    color: #fff;
    overflow: hidden;
}

.border-animation img {
    width: 100%;
}

@media (min-width:700px) {
    .border-animation:hover .descricao {
        opacity: 1.0;
    }
    .border-animation:hover .text_hover {
        opacity: 0.0;
    }
    .text_hover {
        opacity: 1.0;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .descricao {
        position: absolute;
        background-color: rgb(0 0 0 / 37%);
        font-size: 12px;
        padding: 20px;
        top: 0%;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0.0;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .descricao p {
        padding: 0;
        color: #fff;
        margin-bottom: 0;
    }
    .descricao li {
        color: #fff;
        margin-left: 0;
    }
    .descricao ul {
        padding-left: 1rem;
        list-style: none;
        cursor: pointer;
    }
    .descricao ul li::before {
        color: #b17b30;
        content: "•";
        display: inline-block;
        width: 1em;
        margin-left: -1em
    }
    .descricao .desc_title {
        color: #caa97b;
    }
    .border-animation::before {
        content: '';
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        background: #fff;
        transition: 0.5s;
        transition-delay: 0.5s;
    }
    .border-animation::before {
        left: 100%;
    }
    .border-animation span:nth-child(odd) {
        position: absolute;
        display: block;
        width: 200%;
        height: 2px;
        background: #fff;
        transition: 0.5s ease-in-out;
    }
    .border-animation span:nth-child(3) {
        top: 0;
        left: 100%;
    }
    .border-animation span:nth-child(5) {
        bottom: 0;
        right: 100%;
    }
    .border-animation:hover span:nth-child(3) {
        top: 0;
        left: -50%;
    }
    .border-animation:hover span:nth-child(5) {
        bottom: 0;
        right: -50%;
    }
    .border-animation span:nth-child(even) {
        position: absolute;
        display: block;
        width: 2px;
        height: 200%;
        background: #fff;
        transition: 0.5s ease-in-out;
    }
    .border-animation span:nth-child(4) {
        top: 100%;
        left: 0;
    }
    .border-animation span:nth-child(6) {
        bottom: 100%;
        right: 0;
    }
    .border-animation:hover span:nth-child(4) {
        top: -50%;
        left: 0;
    }
    .border-animation:hover span:nth-child(6) {
        bottom: -50%;
        right: 0;
    }
}

.wpp-contact-fixed {
    position: fixed;
    z-index: 2;
    width: 85px;
    height: 185px;
    bottom: 0;
    right: 0px;
}

.wpp-contact-fixed a img {
    width: 100%;
}

.wpp-buttons {
    position: absolute;
    right: 20px;
    height: 50px;
    width: 50px;
}

.wpp-icon-fixed {
    bottom: 30px;
}

@media (max-width:700px) {
    .descricao {
        display: none;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    header>div>div {
        max-height: 140px !important;
    }
}


iframe {
    border: none;
    display: block;
    margin: auto;
    margin-top: 2px;
  }
  
  small {
    padding-left: 1rem;
  }
  
  form {
    border: none;
  }
  
  
  #content {
    padding-top: 1px;
  }
  
  /******* INSIDE content *******/
  /*****************************/
  #content > li {
    font-size: 1.25em;
  }
  
  .content-slideshow {
    position: relative;
    margin: 0;
    top: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 40rem;
    overflow: hidden;
  }
  
  /******* alignment classes******/
  /*****************************/
  .fluid {
    width: 100%;
    height: auto;
  }
  
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .aligncenterflex {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  
  .aligncenter {
    display: block;
    margin: auto;
    margin-top: 2px;
    padding: 0px;
  }
  
  /******* flexgrid ************/
  /*****************************/
  .flex-horizontal {
    display: flex;
    flex-direction: row;
  }
  
  .flex-vertical {
    display: flex;
    flex-direction: column;
    width: 100%;
  }


  