@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* UNIVERSAL */
a {
    color: #3a3a3a;
}
body {
        margin-top: 95px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
p {
    color: #6e6e6e;
}
.pgpdr-1 {
    padding: 70px 0;
}
input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

/* Remove as setas de navegação para navegadores baseados em Webkit (Chrome, Safari) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.w-70px img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
/* CART */


.canvas-sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    transition: .5s
}

.canvas-sidebar .canvas-overlay {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,.5)
}

.canvas-sidebar .card-body::-webkit-scrollbar {
    width: 3px
}

.canvas-sidebar .card-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 7px #ccc
}

.canvas-sidebar .card-body::-webkit-scrollbar-thumb {
    background-color: #777;
    outline: 1px solid #777
}

.canvas-sidebar .canvas-close {
    cursor: pointer
}

.canvas-sidebar.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.canvas-sidebar.show .canvas-overlay {
    left: 100%;
    width: 3000px
}

.cart-canvas {
    right: 0;
    left: auto;
    width: 450px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.cart-canvas .progress {
    height: 4px;
    border-radius: 0;
    z-index: 1;
    overflow: visible
}

.cart-canvas .progress .indicator {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    background-color: #fff;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cart-canvas.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.cart-canvas.show .canvas-overlay {
    right: 100%;
    left: auto
}


.canvas-close svg {
    width: 20px;
    height: 20px;
}

.canvas-close {
    margin: 0 25px 0 0;
}

.itenCarrinho svg {
    width: 13px;
    height: 13px;
}

.itenCarrinho a {
    color: #3a3a3a;
}

.alg-center {
    align-items: center;
}


/* CABECALHO */

.menuStl {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    padding: 28px 0;
    background: #fff;
}

header {
        box-shadow: 0 0px 21px -11px black;
}

nav .nav-link {
    color: #3a3a3a;
    padding: 7px 20px;
    font-size: 1.05em;
}
nav .nav-link:hover {
    color: #932202;
}

.nav-item .dropdown-menu {
    min-width: 320px;
    right: 0;
    left: initial;
}
.menuStl .nav {
    margin-right: 25px;
}
.bi {
    font-size: 1.25rem;
}

.badge {
    font-size: 0.75rem;
}
.dropMenu {
    width: 100%;
    border: none;
    box-shadow: 0px 10px 10px rgb(159 159 159 / 34%);
}

.dropMenu a {
    font-weight: 500;
    color: #3a3a3a;
    word-wrap: break-word;
    padding: 13px 20px;
    display: block;
}

.dropMenu li {
    line-height: 16px;
    width: 100%;
    float: left;
}

.dropMenu a:hover {
    color: #932202;
}

/*------------------------

      MENU MULTILEVEL 
        
-------------------------*/


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    border: none;
    box-shadow: 0px 10px 11px rgb(217 217 217 / 70%);
    min-width: 270px;
}



.dropdown-submenu > a::after {
    content: "";
    float: right;
    margin-top: 5px;
    transform: rotate(-90deg);
}
.dropsubMenu {
    padding: 0 0;
    border: 0;
    box-shadow: 0 5px 13px rgb(199 199 199 / 51%);
}

.form-control {
    padding: 15px 25px;
    border-radius: 25px;
}

.btn-initial {
    padding: 10px 24px;
    background: #932202;
    color: #fff;
    border-radius: 40px;
    border: none;
    cursor: pointer;
}

.btn-initial:hover {
    background: #6f1800;
    scale: 1.03;
}

/*-------------------

        CART 
        
--------------------*/

.cartBag svg {
    width: 25px;
    height: 25px;
    fill: #3a3a3a;
}
.cartBag span {
    color: #fff;
    border-radius: 13px;
    margin: 0 0 0 -7px;
    background: #932202;
    padding: 4px 6px;
}
.svgSmall svg {
    width: 20px;
    height: 20px;
    fill: #3a3a3a;
}
.mb--1 {
    margin-bottom: -5px;
}
.cl-pdr {
    color: #3a3a3a;
}

/* CARROUSEL */

.carousel-indicators li {
    background-color: rgb(90 65 58 / 63%);
    width: 18px;
    height: 12px;
    border-radius: 25px;
}

.carousel-indicators li.active {
    background-color: #891e00;
}

section.carouselSect {
    height: 100%;
    max-height: 500px;
    background: #f5f5f5;
}

.carouselSect .contCarrousel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.textCaro {
    text-align: center;
    margin-top: -78px;
}

.textCaro .oneTxt {
    margin: 0 0;
    color: #3a3a3a;
    font-weight: 500;
    font-style: initial;
}

.textCaro h2 {
    font-weight: bold;
    color: #3a3a3a;
    margin: 0;
    font-size: 2.9em;
}

.textCaro h4 {
    font-weight: bold;
    color: #6c6c6c;
    font-size: 2em;
    margin: -6px 0 9px;
}

.textCaro p {
    color: #6c6c6c;
    font-style: italic;
}
.contCarrousel {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
    position: relative;
}

    .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
    
   }
   
   .carousel-fade  .carousel-item.active,
   .carousel-fade  .carousel-item-next.carousel-item-left,
   .carousel-fade  .carousel-item-prev.carousel-item-right {
     opacity: 1;
   }
   
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-right {
    opacity: 0;
   }
   
   .carousel-fade  .carousel-item-next,
   .carousel-fade .carousel-item-prev,
   .carousel-fade .carousel-item.active,
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
   } 
.btn {
    background: transparent;
    font-weight: 600;
}

.btn-spacing {
    padding: 9px 24px;
}

.btn-outline-padrao {
    border: 2px solid #3a3a3a;
    color: #3a3a3a;
    border-radius: 30px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn-outline-padrao:hover {
    background: #3a3a3a;
    color: #fff;
    transform: scale(1.1);
}

.btn-outline-padrao::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.simbOeh::before {
    content: "";
    width: 214px;
    height: 306px;
    top: 93px;
    position: absolute;
    background: url("../img/simbol-cut2.png");
}

.simbOeh::after {
    background: url("../img/simbol-png");
    width: 311px;
    height: 255px;
    position: absolute;
    bottom: 46px;
    right: 11%;
    z-index: 9;
}

.produtElem img {
    z-index: 9999999999999;
    position: relative;
}

.contCarrousel::after {
    content: "";
    background: url("../img/simbol-png");
    width: 311px;
    height: 255px;
    position: absolute;
    bottom: 46px;
    right: -130px;
    z-index: 9;
}

.contCarrousel::before {
    width: 480px;
    height: 480px;
    background: #eee9e1;
    border-radius: 50%;
    position: absolute;
    top: -54px;
    right: 0px;
    content: "";
}


/* CAPTIONS */

.svgCircle svg {
    width: 28px;
    height: 28px;
    fill: #3a3a3a;
    margin: 16px auto 0;
    display: block;
}

.svgCircle {
    width: 66px;
    height: 66px;
    border: 2px solid #3a3a3a;
    border-radius: 50%;
    margin-right: 19px;
}

.captText {
    width: calc(100% - 74px);
    padding-top: 2px;
}

.contFlex {
    display: flex;
}

.captText h5 {
    font-weight: 600;
    text-transform: uppercase;
}

.captText h5 {
    font-weight: 600;
    margin: 0 0 4px 0;
    padding-right: 15px;
    color: #3a3a3a;
    font-size: 1.1em;
}

.captText p {
    line-height: 1.2;
    color: #6e6e6e;
    font-size: 0.95em;
}

/* CAROUSEL MAIS VENDIDOS */

.btn svg {
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
    fill: #3a3a3a;
}

.btnPdrs {
    color: #3a3a3a;
    border: 2px solid #3a3a3a;
    border-radius: 35px;
    padding: 5px 16px;
    font-weight: bold;
    font-size: 0.9em;
}

.titleCnt {
    text-align: center;
    padding: 0 0 35px;
}

.titleCnt p {
    margin: 0 0;
}

.titleCnt h1 {
    font-size: 1.8em;
    font-weight: bold;
    color: #3a3a3a;
}

.proCtd img {
     border-radius: 20px; 
}

.proCtd h2 {
    font-weight: 600;
    font-size: 1.1em;
    padding: 0 0;
    line-height: 1.1;
    margin: 0;
    margin-top: 22px;
    margin-bottom: 3px;
    min-height: 39px;
    color: #3a3a3a;
}
.btnPdrs:hover {
    background: #932202;
    color: white;
    border-color: #932202;
}
.btnPdrs:hover svg {fill: #fff;}
.arwCarousel svg {
    width: 28px;
    height: 28px;
    margin-top: 7px;
}
.arwCarousel {
    background: transparent;
    position: absolute;
    top: calc(50% - 90px);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: 2px solid #932202;
}
.arrRight {right: -75px;}
.arrLeft {left: -75px;}
.arwCarousel svg {fill: #932202;}
.arwCarousel:hover {background: #932202;}
.arwCarousel:hover svg {fill: #fff;}


/* SECTION INFORMATIONS */
.areaTxt {
    width: 50%;
}
.areaTxt .col-sm-6 {
    width: 100%;
    max-width: 620px;
    float: right;
    /* padding-top: 53px; */
    flex: initial;
}
.areaTxt h1 {
    line-height: 1;
    font-weight: bold;
    font-size: 1.8em;
    color: #3a3a3a;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.areaTxt .col-sm-6:before {
    content: "";
    background: url("../img/simbolsmall.png");
    width: 122px;
    height: 140px;
    position: absolute;
    top: -53px;
    left: -149px;
}
.areaImg {
    width: 35%;
    float: right;
    display: block;
    background: #f5f5f5;
    margin-left: 15%;
    border-radius: 40px 0 0 40px;
    padding: 90px 0;
    position: relative;
}
.areaImg img {
    margin: 0 0 0 -262px;
}
.areaTxt {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.btn-red-outline {
    background: transparent;
    color: #932202;
    border: 2px solid #932202;
    border-radius: 35px;
    padding: 5px 16px;
    font-size: 0.9em;
}
.btn-red-svg svg {
    fill: #932202;
}
.btn-red-outline:hover {
    background: #932202;
    color: #fff;
}
.btn-red-svg:hover svg {
    fill: #fff;
}

.areaImg:after {
    content: "";
    background: url("../img/simbolinformation.png");
    width: 330px;
    height: 368px;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0px;
}



/* CAPTIONS AREA */

.caption {
    width: 50%;
    position: relative;
}
.caption .col-sm-10 {background: #e9e9e9;padding: 44px 50px;border-radius: 20px 20px 20px 0;/* display: flex; *//* flex-wrap: nowrap; *//* justify-content: center; *//* flex-direction: row-reverse; *//* overflow: overlay; */}
.caption img {
    right: 67px;
    margin: 0px -109px 0 0;
    height: initial!important;
    position: absolute;
    top: 34px;
}
.caption h3 {
    font-weight: 800;
    color: #3a3a3a;
    margin-bottom: 0;
    line-height: 0.9;
    font-size: 1.6em;
}
.cptText {width: 65%;}



/* RODAPE */

.footer {border-top: 1px solid #ededed;}
.footer ul {
    list-style: none;
    padding: 0;
    /* display: block; */
}
.footer h5,.footer h4 {color: #3a3a3a;}
.footer ul li {
    width: 49%;
    display: inline-block;
    padding: 7px 0;
    color: #6e6e6e;
    cursor: pointer;
}
.footer ul li:hover {
    color: #932202;
}
.social-button svg {
    width: 22px;
    height: 22px;
    margin: 0 3px -6px 0;
}

a.social-button {
    background: transparent;
    padding: 10px 21px;
    border-radius: 37px;
    font-weight: 600;
    display: block;
    width: 212px;
    margin-bottom: 10px;
}
.instagram svg {
    fill: #e482c9;
}
.instagram {
    color: #e482c9;
    border: 2px solid #e482c9;
}
.instagram:hover {
    color: #fff;
    border: 2px solid #e482c9;
    background: #e482c9;
    text-decoration: none;
}
.instagram:hover svg {
    fill: #fff;
}
.whatsapp {
    color: #87be8d;
    border: 2px solid #87be8d;
}
.whatsapp:hover {
    background: #87be8d;
    color: #fff;
}

.whatsapp svg {
    fill: #87be8d;
}

a:hover {
    text-decoration: none;
}

.whatsapp:hover svg {
    fill: #fff;
}



/* INSTAGRAM FEED */

.instagram-feed {
    display: flex;
    align-items: center;
}
.insta-post {
    position: relative;
}
.insta-post img {
    width: 100%;
    height: 173px;
    object-fit: cover;
    border-radius: 25px;
}
.instagram-info {
    text-align: center;
}
.instagram-info h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #3a3a3a;
    margin: 0;
}

.instagram-info svg {
    width: 45px;
    height: 45px;
    margin-bottom: 4px;
    fill: #3a3a3a;
}
.insta-post a {
    display: block;
    position: relative;
}
.insta-post a:hover img {
    filter: brightness(0.5);
}






/* PAGE PRODUTO */
.imgPadrao img {
    width: 100%;
}
.contPlusImgs img {
    min-height: 100px;
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
}
.imgPadrao img {
    border-radius: 35px;
}
.contTextPdr h1 {
    font-size: 2em;
    font-weight: bold;
    color: #3a3a3a;
    line-height: 31px;
    margin-bottom: 33px;
}
.contTextPdr p.text-uppercase {
    font-weight: 600;
    font-size: 0.9em;
}
.tlPrds {
    font-weight: 600;
}
.colorPdr {
    color: #3a3a3a;
}
a.btnPgPdrt {
    background: #932202;
    color: #fff;
    border: 2px solid #932202;
    border-radius: 35px;
    padding: 9px 16px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1.0em;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 16px 20px -10px rgb(92 2 2 / 68%);
    margin-top: 30px;
}
a.btnPgPdrt svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin: 0 0 -4px;
}
a.btnPgPdrt:hover {transform: scale(1.05);box-shadow: 0 30px 20px -15px rgb(92 2 2 / 74%);}

a.btnPgPdrt:hover svg {
    fill: #fff;
}
.fw-600 {
    font-weight: 600;
}
.cmWhatspgpdr svg {
    width: 23px;
    height: 23px;
    margin: 0 0 -5px;
    fill: #3a3a3a;
}
.cmWhatspgpdr a {color: #3a3a3a;font-size: 1.05em;}

.minBtnQtd {
    border: none;
    background: transparent;
    /* border: 2px solid #3a3a3a; */
    color: #3a3a3a;
    padding: 5px 13px;
    border-radius: 50%;
    font-size: 1.3em;
    cursor: pointer;
    box-shadow: 0px 9px 25px -5px rgb(94 94 94 / 62%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.numberInpQtd {
    border: none;
    width: 33px;
    text-align: center;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    background: transparent;
}
.numberInpQtd:hover {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance: none;
}
.pdCatSub img {
    width: 100%;
    min-height: 280px;
    object-fit: cover;
    max-height: 250px;
}

/* NAVTAB */
.navTabsBar .nav-item a.nav-link {
    font-weight: 600;
    border-bottom: 3px solid #932202;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #932202;
}
.navTabsBar .tab-pane {
    padding: 27px 0;
}



/* LIGHTBOX */

.gallery img {
    width: 200px;
    height: auto;
    cursor: pointer;
    margin: 10px;
}
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}
.lightbox-content {
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 80vh;
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.close:hover {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
#caption {
    color: #ccc;
    text-align: center;
    padding: 10px 0;
}

/* BREADCRUMB */

.breadcrumb-item a {
    color: #6f6f6f;
    letter-spacing: 0;
    text-transform: capitalize;
}
.breadcrumb-item.active {
    color: #000;
}
.breaCh {
    background: transparent;
    border-bottom: 1.5px solid #d3d3d3;
}
.breaCh h2 {
    font-weight: 600;
    font-size: 1.9em;
    color: #3a3a3a;
}
.breaCh .breadcrumb {
    background: transparent;
    padding-left: 0;
}


/* CONTATO */

.address-list {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    padding-bottom: 25px;
    color: #9a9a9a;
}

.address-list .title {
    color: #3a3a3a;
    font-weight: 600;
    font-size: 1.2em;
}

.address-list:last-child {
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


/* EMPRESA */
h3.sub-title {
    /* font-weight: 600; */
    font-size: 1.2em;
}


/*PAGINA CONCLUIDO*/
.iconVerify svg {
    fill: #0c796f;
    width: 80px;
    height: 80px;
}

.iconVerify {
    margin-bottom: 18px;
}

.contSucess {
    text-align: center;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.contTxtSucess p {
    font-size: 1.2em;
}

.contSucess a {
    font-size: 1.0em;
    margin-top: 29px!important;
    display: block;
    max-width: 238px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.contSucess a:hover {
    background: #0c796f;
    color: #fff!important;
    scale: 1.1;
    border-color: #0c796f;
}
a.zapClick{
    display: flex;
    text-decoration: none;
    position: fixed;
    z-index: 9999;
    right: 18px;
    border-radius: 34px;
    font-size: 1.1em;
    bottom: 25px;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(32 176 56 / 50%);
    color: #fff;
    text-align: center;
    padding: 16px 20px;
    background-color: #20b038;
    -webkit-animation: pulse 2s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    animation: pulse 2s infinite cubic-bezier(.66,0,0,1);
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    -ms-transition: All .5s ease;
    align-items: center;
    align-content: center;
    }
.zapClick p {
    margin: 0;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
    font-size: 0.9em;
    margin-right: 8px;
}
.zapClick svg {
    width: 23px;
    height: 23px;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}



/* ANIMACOES */
.slide-in-fwd-center {
    -webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-blurred-top {
    -webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
            animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
.flip-in-hor-bottom {
    -webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-blurred-top {
    0% {
      -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
              transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      -webkit-filter: blur(40px);
              filter: blur(40px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) scaleY(1) scaleX(1);
              transform: translateY(0) scaleY(1) scaleX(1);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }

@-webkit-keyframes flip-in-hor-bottom {
    0% {
      -webkit-transform: rotateX(80deg);
              transform: rotateX(80deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0);
              transform: rotateX(0);
      opacity: 1;
    }
  }
  @keyframes flip-in-hor-bottom {
    0% {
      -webkit-transform: rotateX(80deg);
              transform: rotateX(80deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0);
              transform: rotateX(0);
      opacity: 1;
    }
  }
  
  