/*
* Author: Carlos Pio;
* Version: 0.0.1;
*/

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: none;
    outline: 0;
}

header {
    background-color: rgba(153, 17, 0, 0.99);
    padding: 15px;
}

header nav {
    display: flex;
    justify-content: space-evenly;
    padding: 0em;
    align-items: center;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

header nav ul a {
    position: relative;
    display: inline-block;
    padding: 13px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s;
}


header nav ul a:hover {
    border-bottom: #f28c08 3px solid;
    text-decoration: none;
    color: #fff;


}

header nav ul a:after {
    height: 9px;
    background-color: #f28c08;
    opacity: 1;
}

section {
    position: relative;

}

.cta a {
    text-align: center;

    border-radius: 100px;
    box-shadow: 0px 5px 0px -2px rgba(0, 0, 0, 0.2);
    background-color: #5cb85c;
    font-weight: 500;
    color: white;
    padding: 12px 24px;

}

.navbar-collapse.collapse {
    display: flex !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;


}

.image {
    width: 100%;
}

.logo {
    max-width: 150px;
}

@media (max-width: 600px) {
    .cta a {
        display: block;
        width: 100%;
    }

    header nav {
        display: block
    }

    .navbar-collapse.collapse {
        display: none !important;
        ;


    }

}




.f1 {
    color: #f28c08;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
}

.contact p {
    font-weight: 700;
    margin: 0;
    font-size: 2rem;
    color: white !important;
    text-align: center;
}

.f2 {
    font-size: 16px !important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 33px;
    height: 4px;
    color: white;
    background: white;
    border-radius: 1px;
}

.iconBanner img {
    width: 23%;
    max-width: 28%;
}

@media only screen and (max-width: 992px) {
    .iconBanner img {
        width: 100%;
        max-width: 75%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
  }

 


.iconBanner {
    /*position:absolute;*/
    /*top: 0;*/
    padding-top: 20px;

}

.iconBanner button {
    color: white;
    background: none;
    border: none;
    display: block;
    text-align: center;
}

section.banner {
    background-image: url("../images/banner.jpg");
}

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

.slider-content h2 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 75px;
    color: white;
    font-weight: 600;
}

.slider-content p {
    text-align: center;
}

.slider-content .btn {
    background: #9a1504;
    border: #9a1504;
    transition: all .2;
}

.slider-content .btn:active {
    background: #9a1504;

}

.slider-content .btn:hover {
    background: #9a1504;
    box-shadow: #fff 0px 3px 6px -4px;

}


section.categorias {
    padding: 30px;
    margin-top: 50px;
}


.overlay {
    background-color: #000000;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}



.categorias {
    display: flex;
    margin-top: 30px;
    align-items: center;
    margin-bottom: 30px;
}

.col-1 {
    background: linear-gradient(#333333ab, #333333a6), url(../images/personalize-seu-kit.jpeg);
    background-size: cover;
    background-position: top center;
    width: 50%;
}

.col-1 h3 {
    margin-bottom: 20px;
    font-size: 65px;
    font-weight: 900;
    color: white;
}

.cat1 {
    padding: 30px;
    min-height: 421px;
}

.cat1 a,
.cat2 a,
.cat3 a,
.cat4 a {
    font-weight: 800;
    font-size: 18px;
    color: white;
    background: red;
    padding: 7px 23px;
    border-radius: 5px;
}

.col-2 {
    width: 50%;
}

.cat2 {
    background: linear-gradient(#333333ab, #333333a6), url(../images/mini-sanduiches.jpg);
    background-size: cover;
    background-position: top center;
    width: 47%;
    margin: 0 1% 1% 2%;
    padding: 30px;
    display: inline-block;

}


.cat2 h3 {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 900;
    color: white;
}

.cat3 {
    background: linear-gradient(#333333ab, #333333a6), url(../images/kit-lanches.jpeg);
    background-size: cover;
    background-position: top center;
    width: 47%;
    margin: 0 1% 1% 1%;
    padding: 30px;
    display: inline-block;

}


.cat3 h3 {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 900;
    color: white;
}

.cat4 {
    width: 98%;
    margin: 2% 1% 0 2%;
    background: linear-gradient(#333333ab, #333333a6), url(../images/vegano.jpg);
    background-size: cover;
    background-position: center;
    padding: 23px;
    position: relative;
}

.cat4 h3 {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 900;
    color: white;
    text-align: center;
}

.cat4 a {
    font-weight: 800;
    color: white;
    padding: 10px 20px;
    display: table;
    background: #ff0000;
    margin: auto;
    border-radius: 5px;
}


p.novidade {
    position: absolute;
    top: 10px;
    left: 0;
    background: #61ce70;
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 0px 0px 0px 010px;
}

p.novidade::after {
    content: '|';
    color: red;
    width: 2px;
    margin-left: 5px;
    opacity: 1;
    animation: pisca .7s infinite;
}

@keyframes pisca {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

}


.sectionIcons {
    margin-top: 50px;
}

.sectionIcons .col-md-3 img {

    float: none;
    margin: auto;
    display: block;

}

.sectionIcons h2 {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.sectionIcons p {
    text-align: center;
    color: #54595f;
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    font-size: 1rem;
    font-size: 17px;
    margin-top: 20px;
}

section.kits {
    margin-top: 120px;
}

section.kits .btn {
    color: white;
    margin: 40px auto;
    display: table;
    padding: 20px 40px;
    font-family: "Open Sans", Sans-serif;
    font-weight: 900;
    background-color: #e02612;
}

.cards {
    box-shadow: -2px 0px 10px 0px rgba(0, 0, 0, 0.19);
    /* margin: 0px 30px 30px 0px; */
    padding: 20px 20px 20px 20px;
}

.cards h2 {
    font-size: 24px;
    font-weight: 800;
    color: #9a1403;
    text-align: center;
}

.clientes {
    padding: 4rem 0;
}

.clientes {
    padding: 4rem 0;
}

.clientes h2{
    margin-bottom: 4rem;
    font-weight: 800;
    color: #9a1403;
}

/* .listPersonalizada ul li::after {
    content: "";
    border: solid #61ce70 1px;
    margin-left: 8px;
} */

.listPersonalizada ul {
    font-size: 17px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.kits .card{
    margin: 1.5rem 0;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px #e3e3e3;
    transition: ease-in-out 0.6s;
}

.kits .card:hover{
    box-shadow: 0px 0px 8px 2px #d6d6d6;
    transition: ease-in-out 0.6s;
}

.kits .card .card-header img{
    width: 100%;
    background-size: cover;
    border-radius: 8px 8px 0 0;
}

.kits .card.mini{
    display: flex;
}

.kits .card.mini .number{
    width: 30%;
    height: 80px;
    border-radius: 8px 0 8px  0;
    background: #9a1403;
    flex-grow: 1;
}

.kits .card.mini .number h2{
    margin: 0;
    padding: 1rem 1.5rem;
    color: #fefefe;
}

.kits .card.mini .number .divider{
    width: 100%;
}

.kits .card.mini .card-body{
    min-height: 180px;
    background-color: #fefefe;
    padding: 2rem 0 0 3rem;
    flex-grow: 4;
}

.kits .card .title {
    font-size: 18pt;
    text-align: center;
}

.kits .card .title.mini {
    font-size: 40pt;
    margin-bottom: 0;
    text-align: start;
}

.kits .card .card-body{
    min-height: 318px;
    background-color: #fefefe;
    padding: 1rem 1.5rem;
    border-radius: 0 0 8px 8px;
}

.kits .card .divider{
    height: 2px;
    background-color: #9a1403;
    width: 30%;
    margin: 1rem 0;
}

.kits .card .card-body .title {
    min-height: 60px;
}

.kits .card .card-body .content{
    margin-top: 2rem;
}

.kits .card .card-body .content ul{
    display: flex;
    flex-direction: column;
    list-style-type: none;
    gap: 0.8rem;
    
}

.kits .card .card-body .content ul li,
.kits .card .card-body .content p{
    font-size: 11pt; 
}

.cards li {
    color: #54595f;
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;

    list-style-position: inside;

}
.kits .card .card-body .title,
.nossos-kits .title,
.title {
    font-family: "Open Sans", Sans-serif;
    font-weight: 600;
    color: #9a1403;

}


.seu-kit .card{
    margin: 1.5rem 0;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px #e3e3e3;
    transition: ease-in-out 0.6s;
    min-height: 455px;
}

.seu-kit .card:hover{
    box-shadow: 0px 0px 8px 2px #d6d6d6;
    transition: ease-in-out 0.6s;
}

.seu-kit .card .card-header{
    width: 250px;
}

.seu-kit .card .card-header img{
    height: 100%;
    object-fit: cover;
}

.seu-kit .card .title {
    font-size: 18pt;
}

.seu-kit .card .title.mini {
    font-size: 40pt;
    margin-bottom: 0;
    text-align: start;
}

.seu-kit .card .card-body{
    min-height: 330px;
    background-color: #fefefe;
    padding: 1rem 3rem;
}

.seu-kit .card .divider{
    height: 2px;
    background-color: #9a1403;
    width: 100%;
    margin: 1rem 0;
}

.seu-kit .card .card-body .title {
    min-height: 40px;
}

.seu-kit .card .card-body .content{
    margin-top: 1rem;
    /* display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 3rem; */
}

.seu-kit .card .card-body .content ul{
    display: flex;
    flex-direction: column;
    list-style-type: none;
    gap: 0.8rem;
    
}

.seu-kit .card .card-body .content ul li,
.seu-kit .card .card-body .content p{
    font-size: 11pt; 
}

.cards li {
    color: #54595f;
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;

    list-style-position: inside;

}
.seu-kit h4 {
    font-family: "Open Sans", Sans-serif;
    color: #9a1403;

}

.seu-kit .card.mini {
    display: flex;
    flex-direction: column;
}

.seu-kit .card.mini .number {
    height: 80px;
    background: rgb(154 20 3 / 80%);
    background-image: url(../images/logo.png);
    background-size: contain;
}

.seu-kit .card.mini .number h2 {
    width: fit-content;
    background: #9a1403;
    border-radius: 0 8px 8px 0;
    margin: 0;
    padding: 1rem 3rem;
    color: #fefefe;
}


.cta-pedido {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.list_unstyled {
    list-style: none;
}

.caption {
    min-height: 150px;
    font-size: 17px;
}

section.parallax {
    background-image: linear-gradient(#3333339c, #3333339c), url(../images/parallax.jpeg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 100px 80px 100px;
}

.flex {
    display: flex;
    justify-content: flex-end;
}

.bloco {
    background-color: rgba(0, 0, 0, 0.53);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 40px 40px 40px;
    color: white;
    width: 50%;
    line-height: 2em;

}

.bloco h2 {
    font-size: 48px;
    font-weight: 800;
    font-family: "Open Sans", Sans-serif;
}

.borderRed {
    background-color: #e02612;
    width: 40%;
    margin: 25px auto;
    display: block;
    height: 13px;

    border-radius: 5px;
}

.bloco h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2em;
}

.bloco .btn {
    font-weight: 800;
    color: white;
    background: red;
    margin: 20px auto;
    display: table;
    border-radius: 3px;
    line-height: 1;

    font-size: 15px;
    padding: 12px 24px;
}

.bloco p {
    font-size: 18px;

}

.bloco .listP {
    color: #ffffff;
    font-weight: 700;
    margin-top: 30px;
}

section.about {
    margin-top: 80px;
    margin-bottom: 80px;
}

/* section img {
    opacity: .8;
} */

.about1 {
    padding: 80px 1px 0px 40px;
}

.about1 h2 {


    color: #9a1403;
    font-weight: 800;
    padding: 0;
    margin-bottom: 20px;

    line-height: 1;
}

.nossos-kits p {
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    margin-bottom: .9rem;
}


.personalize-kit input[type="submit"] {
    width: 100%;
    background: #e02612;
    color: white;
    border: none;
    /* margin-top: 10px; */
    padding: 10px 0px;
}

.popup {
    position: fixed;
    z-index: 9999999;
    left: -227px;
    top: 30%;
    transition: left 1.5s;
}

@media only screen and (max-width: 992px) {
    .popup {
      left: -235px;
      top: 45%;
    }
}

.popup:hover {
    left: 0;
}

.popup .close {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -10px;
    padding: 2px;
    width: 22px;
    height: 22px;
    opacity: .9;
    background: #333;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup .text {
    background: #48c856;
    padding: 0px 0px;
    margin-left: 5px;
}

.popup .text * {
    color: #fff;
    margin: 0;
}

.popup .text .fa {
    position: absolute;
    background: #48c856;
    border-radius: 50%;
    right: -56px;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    border: none !important;
    font-size: 45px;
    padding: 15px;
}

.popup .text .fa:hover {
    opacity: 1;
}

.about1 p {
    font-size: 17px;
    color: #54595f;
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    line-height: 1.5;

}

.about1 a {
    background-color: #61ce70;
    border-radius: 20px;
    color: white;
    line-height: 1;
    font-size: 15px;
    border: 0;
    padding: 12px 24px;
}


section.callToAction {
    background-image: linear-gradient(#333333d6, #333333d6), url(../images/bg-calltoaction.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 650px;
}

section.callToAction h2 {
    font-size: 56px;
    font-weight: 900;
    color: white;
    text-align: center;
    padding: 150px;

}

section.callToAction a {
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "Open Sans", Sans-serif;
    background-color: #e02612;
    color: white;
    display: table;
    margin: 20px auto;

}


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

section.personalize {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    color: white;

}

section.personalize > div::after {
        border: solid 1px green;
}

section.personalize h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    color: white;
}

section.personalize a {
    font-weight: 700;
    fill: #ffffff;
    color: #ffffff;
    background-color: #61ce70;
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

}

section.personalize {
    background-image: url(../images/bg-personalize.jpg);
    background-size: cover;
    padding: 100px;
}

section.contato {
    background-image: url(../images/bg-contato.jpg);
    background-position: center center;
    background-size: cover;
    padding: 100px;
}

section.contato h2 {
    color: white;
    font-family: "PT Sans Narrow", Sans-serif;
    font-size: 48px;
    margin-top: 80px;
}

section.contato form h3,
form label {
    color: white;
}

section.contato input[type="submit"] {

    width: 100%;
    background: #e02612;
    color: white;
    border: none;
    /* margin-top: 10px; */
    padding: 10px 0px;

}

.owl-stage-outer {
    margin-top: -10px;
}

/* .owl-two img {
    width: 40% !important;
} */

.center {
    display: table;
    margin: auto;

}

.center a {

    font-size: 30px;
    color: white;
    margin-left: 15px;
}

.center p {
    display: inline-block;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu > li > a {
    display: block;
    padding: 6px 38px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    transition: all .4s;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.fa-sort-desc {
    margin-left: 5px;
}

.footer-bottom {
    padding: 25px;
    background: url(../images/bg-rodape.png);
    background-position: top;
    background-repeat: repeat-x;
}

.footer-bottom img {
    width: 11%;
    margin: 25px auto;
    display: block;

}

.footer-bottom a {
    color: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 17px;
}

.footer-bottom ul {

    text-align: center;
    margin-top: 30px;

}

.footer-bottom li {
    border-right: 1px solid white;
}

.footer-bottom li:last-child {
    border-right: none;
}

footer {
    width: 100%;

    background-color: #141519;
}

footer h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
}

a.dropdown-toggle:focus {
    color: white;

}


.depoimentos {
    background: #991504;
}

.depoimentos h2 {
    text-align: center;
    color: white;
    padding: 60px 0px;
    font-weight: 900;
}

.master_title h1 {
    color: white;
    text-align: center;
}

.master_title span {
    color: #9a1403;
}

.m-50 {
    margin: 50px;
}

.mini .cards h2 {
    color: #9a1403;
    font-size: 55px;
    font-weight: 600;
    text-align: left;

}

.mini .cards {
    padding: 30px;
    margin-top: 30px;
    width: 100%;
}

.mini .cards ul {
    font-size: 16px;
    min-height: 130px;
    margin-top: 10px;
}

.master_title p {
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}

.kit-empresas {
    background-size: cover;
    background-image: linear-gradient(#333333ab, #333333a6), url(../images/kit-empresa.jpg);
    min-height: 200px;
    padding: 175px 0;
}

.mini-sanduiches {
    background-position: bottom center;
    background-size: cover;
    background-image: linear-gradient(#333333ab, #333333a6), url(../images/bg-mini-sanduiches.jpg);
    min-height: 200px;
    padding: 175px 0;
}

.text p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}

.para-empresas p {
    color: #54595f;
    font-size: 18px;
}

section.callTo {
    background-color: #9a1403;
}

.callTo h2 {

    text-align: center;
    color: white;
    padding: 60px 0px;
    font-weight: 900;

}

.callTo a {
    color: #000;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
    margin: auto;
}

.mt-50 {
    margin-top: 50px;
}

.carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
}

.carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
}

.personalize-kit form label {
    font-size: 14px;
    color: #54595f;
}



.testimonial {
    margin: 0 20px 40px;
}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    width: 60%;
    margin: 35px auto;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}

.testimonial .testimonial-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #ff4242;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .description {
    font-size: 18px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

.testimonial .title {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    text-align: center;
    display: block;
    font-size: 14px;
    font-style: italic;

    color: #fff;
}


@media (max-width: 600px) {

    .categorias {
        display: flex;
        margin-top: 30px;
        /* align-items: center; */
        flex-direction: column;
        margin-bottom: 45px;
    }

    .col-1 {
        width: 99%;
    }

    .col-1 h3 {
        margin-bottom: 20px;
        font-size: 40px;
        font-weight: 900;
        color: white;
    }

    .col-2 {
        width: 99%;
    }

    .cat2,
    .cat3,
    .cat4 {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }

    section.parallax {
        padding: 0;
    }

    .flex {
        display: block;
    }

    .bloco {
        width: 100%;
    }

    .cards {
        margin-bottom: 30px;
    }

    .slider-content {
        display: block;
    }

    section.callToAction h2 {
        padding: 0px;

    }

}


@media screen and (max-width: 992px) {
    section.contato {
        padding: 50px 0px;
    }
}

/* Depoimentos */

.carousel-inner > .item {
    -webkit-transition: -webkit-transform 6s ease-in-out !important;
    -o-transition: -o-transform 6s ease-in-out !important;
    transition: transform 6s ease-in-out !important;
}

/* Modal */

.modal-center {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.modal-center .center {
    position: relative;
    top: 10%;
    width: 30%;
    min-width: 400px;
    padding: 10px;
    background: white;
    border-radius: 5px;
    margin: auto;
}

@media screen and (max-width: 992px) {
    .modal-center .center {
        min-width: 340px;
    }
}


.modal-center .close {
    position: absolute;
    z-index: 9999999;
    top: -20px;
    right: 45%;
    opacity: 1;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    background: white;
    color: black;
    padding: 4px 10px;
    font-size: 36px;
    line-height: 36px;
    transform: rotate(45deg);
    transform: -webkit-rotate(45deg);
    transform: -moz-rotate(45deg);
    transform: -o-rotate(45deg);
    cursor: pointer;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.py-5{
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}

.mt-5 {
    margin-top: 3em;
}

.p-0{
    padding: 0 !important;
}

.mt-2{
    margin-top: 20px;
}

.vegan-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0;
}

.vegan-icons img{
    margin: 1rem;
    width: 75%;
}