| Server IP : 54.94.228.101 / Your IP : 172.28.20.13 Web Server : Apache System : Linux ip-172-28-29-189 6.5.0-1014-aws #14~22.04.1-Ubuntu SMP Thu Feb 15 15:27:06 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.2.34-43+ubuntu22.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/vinumday2_0/front/css/ |
Upload File : |
/* Fontes */
@font-face {
font-family: 'Voga';
src: url('../fontes/voga-medium-webfont.woff2') format('woff2'),
url('../fontes/voga-medium-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
margin:0;
padding:0;
}
h1, h2 {
font-weight:normal; font-family: 'Quicksand', sans-serif;
}
strong, b{font-weight: 900; font-family: 'Quicksand', sans-serif;}
small {
font-weight:300; font-size:12px;
}
html {
-webkit-font-smoothing: antialiased;
}
html {
font-size: 100%;
}
a {
color: #353535;
transition:all 0.25s;
-moz-transition: all 0.25s; /* Firefox 4 */
-webkit-transition: all 0.25s; /* Safari and Chrome */
-o-transition: all 0.25s; /* Opera */
text-decoration:none; cursor:pointer;
}
li{
transition:all 0.25s;
-moz-transition: all 0.25s; /* Firefox 4 */
-webkit-transition: all 0.25s; /* Safari and Chrome */
-o-transition: all 0.25s; /* Opera */
}
h3{
color: black;
font-weight: 300;
font-family: 'Voga';
}
h2{
font-weight: 500;
color: black;
font-family: 'Voga';
}
p{
color: #535353;
font-size: 14px;
line-height: 24px;
font-family: 'Quicksand', sans-serif;
}
.item{
transition:all 0.45s; -moz-transition: all 0.45s; -webkit-transition: all 0.45s; -o-transition: all 0.45s
}
.full{
width: 100%;
}
.text-center{
text-align: center;
}
.text-right{
text-align:right;
}
.text-left{
text-align:left;
}
.f-right{
float: right;
}
.f-left{
float: left;
}
hr.defaultCenter{
height: 3px;
border: none;
background: #e3003e;
width: 60px;
margin: 10px auto 50px auto;
}
.container{
width: 100%;
position: relative;
margin: 0px auto;
box-sizing: border-box;
padding: 0px 10%;
}
.container-cabecalho{
width: 100%;
position: relative;
margin: 0px auto;
box-sizing: border-box;
padding: 0px 10%;
}
/*Banner*/
.banner {height: 700px; position: relative; width: 100%; z-index: -2;}
.banner img{
position: fixed;
z-index:-1;
left: 110px;
top: 125px;
width: 200px;
height: 450px;
opacity: 0;
-webkit-transition: opacity .35s ease-in-out;
-moz-transition: opacity .35s ease-in-out;
-ms-transition: opacity .35s ease-in-out;
-o-transition: opacity .35s ease-in-out;
transition: opacity .35s ease-in-out;
}
.banner img.active{
opacity: 1;
}
.banner h2{
color: white;
}
.banner .button{
border-color: white;
margin-top: 20px;
color: white;
}
.banner .text-center{
padding-top: 280px;
}
.w-100{
width: 100%;
}
.mt-50{
margin-top: 50px;
}
.mt-70{
margin-top: 70px;
}
.mb-70{
margin-bottom: 70px;
}
.pt-200{
padding-top: 200px;
}
.pt-50{
padding-top: 50px;
}
.pb-50{
padding-bottom: 50px;
}
.pt-70{
padding-top: 70px;
}
.pb-70{
padding-bottom: 70px;
}
h2{
font-size: 52px;
padding: 20px 0;
}
.button{
font-size: 18px;
background: #e3003e;
border: 2px solid #e3003e;
border-radius: 20px;
margin: 20px auto;
display: block;
color: white;
padding: 10px 60px;
text-transform: uppercase;
font-family: Voga;
cursor: pointer;
transition: all 0.25s;
-moz-transition: all 0.25s;
-webkit-transition: all 0.25s;
-o-transition: all 0.25s;
}
.button:hover{
background: transparent;
}
/*Monte Cristo */
/* Institucional */
.institucional{
background: #242425;
padding: 100px 0px;
}
.institucional .esq{
width: 100%;
}
.institucional .dir{
width: 100%;
color: white;
line-height: 28px;
}
.institucional .dir .texto{
display: none;
font-size: 14px;
}
.institucional .dir .texto.active{
display: block;
}
.institucional .dir .menu{
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;
}
.institucional .dir .menu li{
font-size: 30px;
letter-spacing: 1px;
text-transform: uppercase;
color: #3a3a3b;
font-family: 'Voga';
cursor: pointer;
}
.institucional .dir .menu li:hover{
color: #828286;
}
.institucional .dir .menu li.active{
color: white;
}
.institucional .esq img{
width: 100%;
}
/*Produtos*/
.produtos{
padding: 80px 0;
background-color: #f7f7f7;
}
.produtos h2{
padding: 0;
font-size: 80px;
line-height: 65px;
}
.produtos h2:last-child{
padding-bottom: 40px;
}
.produtos .item{
float: left;
}
.produtos .item .retangulo{
display: none;
}
ul.lista{
list-style: none;
float: right;
text-align: right;
margin-left: 60px;
}
ul.lista li{
font-family: 'Voga';
line-height: 40px;
font-size: 26px;
}
.produtos.interna{
background: white;
}
.produtos.interna h2{
text-align: center;
font-size: 40px;
text-transform: uppercase;
}
.produtos.interna .container{
width: 100%;
position: relative;
margin: 0px auto;
box-sizing: border-box;
padding: 0px 10%;
}
.produtos.interna ul.menuBebidas{
list-style: none;
font-family: Voga;
font-size: 28px;
display: table;
text-align: center;
}
.produtos.interna ul.menuBebidas li{
display: inline-block;
margin-top: 15px;
width: 50%;
float: left;
}
.produtos.interna ul.menuBebidas li:hover{
color:#b21732;
}
.produtos.interna ul.menuBebidas li.active{
color:#e3003e;
}
.produtos.interna .item{
background: #f7f7f7;
text-align: center;
box-sizing: border-box;
padding: 30px 0;
width: 100%;
margin-top: 50px;
}
.produtos.interna .item:hover img{
transform: scale(1.1);
}
.produtos.interna .item h3{
margin-top: 15px;
font-size: 22px;
margin-bottom: 5px;
}
.produtos.interna .item a:hover{
font-weight: bold;
letter-spacing: .5px;
}
.produtos.interna .item img{
width: 45px;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
}
.produtos.interna .modal{
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.8);
}
.produtos.interna .modal-content{
background-color: #fefefe;
margin: 15% auto;
padding: 25px;
border: 1px solid #888;
width: 80%;
}
.produtos.interna .modal-content .imagem{
width: 100%;
float: left;
text-align: center;
margin-top: 15px;
margin-bottom: 50px;
}
.produtos.interna .modal-content .imagem img{
width: 60px;
}
.produtos.interna .modal-content .texto{
width: 100%;
float: right;
text-align: center;
}
.produtos.interna .modal-content .texto h3{
font-size: 40px;
margin-bottom: 15px;
}
.produtos.interna .modal-content .close{
float: right;
font-size: 28px;
font-weight: bold;
}
/* Clientes */
.clientes{
padding-top: 40px;
padding-bottom: 80px;
}
.clientes .container{
width: 100%;
position: relative;
margin: 0px auto;
box-sizing: border-box;
padding: 0px 10%;
}
.clientes h2{
text-align: center;
font-size: 42px;
text-transform: uppercase;
}
.clientes .listagem .item{
width: 150px;
margin: 20px auto;
}
.clientes .listagem .item img{
width: 100%;
}
/*Contato*/
.contato{
padding: 100px 0;
}
.contato h2{
padding: 0;
text-transform: uppercase;
font-size: 42px;
color: white;
}
.contato hr{
background: #e3003e;
height: 3px;
border-radius: 20px;
width: 50px;
border: none;
margin: 25px 0;
}
.contato p{
line-height: 26px;
color: white;
font-weight: 400;
}
.contato .item input{
width: 100%;
float: left;
border-radius: 20px;
height: 40px;
background: transparent;
border: 1px solid #606060;
box-sizing: border-box;
padding: 5px 20px;
margin-bottom: 10px;
letter-spacing: .5px;
font-size: 18px;
color: white;
}
.contato .item textarea{
width: 100%;
height: 150px;
border-radius: 20px;
background: transparent;
border: 1px solid #606060;
box-sizing: border-box;
padding: 5px 20px;
letter-spacing: .5px;
font-size: 18px;
color: white;
}
.contato input:focus, .contato textarea:focus{
border-color: #e3003e;
outline: none;
}
.contato .item:first-child{
width: 100%;
margin-bottom: 50px;
}
.contato .item:last-child{
width: 100%;
}
.contato .button{
display: block;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: white;
font-family: Voga;
}
::-moz-placeholder { /* Firefox 19+ */
color: white;
font-family: Voga;
}
:-ms-input-placeholder { /* IE 10+ */
color: white;
font-family: Voga;
}
:-moz-placeholder { /* Firefox 18- */
color: white;
font-family: Voga;
}
.red{
color: #e3003e;
}
.clear {clear:both; width:100%; display:block;}
body {background:#FFFFFF; font-family: 'Quicksand', sans-serif; font-size: 13px; font-weight: 400;}
.cabecalho {
width: 100%;
margin: 0px;
position: absolute;
z-index: 9999;
padding-top: 25px;
padding-bottom: 50px;
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
}
.cabecalho.interno {
background: #e3003e;
padding-top: 5px;
padding-bottom: 0px;
}
.cabecalho.active {
position: fixed;
padding: 10px 0px 0px 0px;
background: #b21732;
background-size: cover;
box-shadow: 0 5px 5px -3px rgba(0,0,0,0.3);
}
.cabecalho .flex-logo{
display: flex;
justify-content: center;
}
.cabecalho h1.logo {
width: 170px;margin-top: 12px;height: 40px;background:url('../img/logo.png') no-repeat top center;
text-indent:-9999px; padding:0px; float: left; background-size: 100%;
}
.cabecalho h1.logo-interno {
width:200px; background:url('../img/logo_interna.png') no-repeat top center;
text-indent:-9999px; margin:20px 0; padding:0px; float: left; background-size: 100%;
}
.cabecalho .menu {
position: fixed;
top: 0;
right: 0;
bottom: 0;
width: 60%;
padding: 20px;
box-sizing: border-box;
background: rgba(0,0,0,0.8);
overflow-x: auto;
z-index: 2;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
-webkit-transform: translate(100%, 0);
-ms-transform: translate(100%, 0);
transform: translate(100%, 0);
}
.cabecalho .menu li {
list-style: none;
display: block;
margin: 0px 0px 0px 0px;
text-align: left;
padding: 0px 15px;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.cabecalho .menu li a {
color: #FFFFFF;
text-transform: uppercase;
font-size: 13px;
padding: 20px 0px;
display: block;
letter-spacing: -0.5px;
line-height: 18px;
}
.cabecalho .menu li a hr {
width: 0px; border:none; background: white; height: 2px; margin:5px auto 0px auto; position: absolute;
transition:all 0.25s; -moz-transition: all 0.25s; -webkit-transition: all 0.25s; -o-transition: all 0.25s;
}
.cabecalho .menu li a:hover {color: white;}
.cabecalho .menu li a:hover > hr {width: 20px;}
.cabecalho .menu .fa{
font-size: 15px;
color: white;
width: 25px;
height: 25px;
border-radius: 50%;
text-align: center;
line-height: 25px;
}
#map {
height: 150px;
width: 100%;
margin-top: 20px;
float: left;
}
.info_contato{
width: 30%;
float:right;
margin: 50px 0px;
border: 2px solid #ebebeb;
height: 300px;
}
.info_contato ul{
list-style: none;
padding:20px 10px;
}
.info_contato ul li{
line-height: 50px;
}
.info_contato ul li .fa{
float: left;
margin-top: 13px;
}
#map strong {
font-family: 'bistro_scriptregular'; font-size: 20px; font-weight: normal;
}
footer{
padding: 40px;
background: black;
}
footer .container{
width: 100%;
position: relative;
margin: 0px auto;
box-sizing: border-box;
padding: 0px 10%;
}
footer .container .copyright{
float:left;
color: white;
}
footer .item{
width: 100%;
text-align: left;
margin-bottom: 20px;
}
footer .item .fa{
color: #e3003e;
}
footer .item h1,footer .item h3{
text-transform: uppercase;
color: white;
font-weight: bold;
font-family: "Quicksand",sans-serif;
font-size: 12px;
letter-spacing: 1px;
margin-bottom: 5px;
}
footer .item a{
color: white;
font-size: 12px;
display: block;
margin-bottom: 2px;
}
footer .item hr{
width: 20%;
margin-bottom: 15px;
margin-top: 0px;
border-color: #5b190e;
border-top: 1px solid;
}
.control-nav:before {
content: "";
display: block;
height: 3px;
background: #FFFFFF;
}
.control-nav {
position: absolute;
right: 30px;
top: 14px;
display: block;
width: 20px;
padding: 5px 0;
border: solid #FFFFFF;
border-width: 3px 0;
z-index: 2;
cursor: pointer;
}
.control-nav-close {
position: fixed;
right: 0;
top: 0;
bottom: 0;
left: 0;
display: block;
z-index: 1;
background: rgba(0,0,0,0.4);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
-webkit-transform: translate(100%, 0);
-ms-transform: translate(100%, 0);
transform: translate(100%, 0);
}
#control-nav:checked ~ .control-nav-close {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
#control-nav:checked ~ .menu {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
input#control-nav {
visibility: hidden;
position: absolute;
left: -9999px;
opacity: 0;
}
input#control-nav {
visibility: visible;
}
.div-cupom .btn-blue{
padding:7px;
margin-top:5px;
}
.indique.confirm{
background: transparent;
padding: 0;
margin-top: 50px;
}
.indique.confirm .bloco{
max-width: 100%;
border-radius: 5px 5px 0 0;
}
.confirmacao-compra{
margin-top: -10px;
border-radius: 0 0 5px 5px;
padding-top: 70px ;
}