:root {
    --primary: #015FC9;
    --secondary: #0DD3F1;
    --light: #F6F7FC;
    --dark: #15233C;
}

a, a:link, a:active, a:visited {
    text-decoration: none !important;
}

body, html {
    background-color: #fff;
}

.logo {
    height: 70px;
}

.bg-cel {
    background-image: url(../img/bg-cel.jpg);
    background-position: bottom left;
    background-size: cover;
    opacity: .5;
}

.demo-wrap {
    overflow: hidden;
    position: relative;
}

.demo-bg {
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.demo-content {
    position: relative;
}
.bg-whats{
    background-image: url(../img/bg-whats.jpg);
    background-position: bottom left;
    background-size: cover;

}
.btn-lista{
    background-color: #d65728;
    font-size:1.2em;
    color: #fff !important;
    padding: 15px;
    border-radius: 10px;
    font-weight: 400;

}

.location i{
    color: #d65728;
    font-size: 5.8em;
}
.location-city{

    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5em;
    font-weight: 500;
}
.btn-whats:hover{
    background-color: #d65728;
}
.btn-whats{
    padding: 10px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 5px;
    background-color: #0c5437;
    color: #fff;
}
.bg-carnes{
    background-image: url(../img/bg-carnes.webp);
    background-position: center;

}