| Server IP : 54.233.248.239 / 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/public/css/ |
Upload File : |
*{
box-sizing: border-box;
font-family: Montserrat;
}
body, html{
padding: 0px;
margin: 0px;
}
body{
width: 100%;
height: 100%;
}
.hide-desk{
display: none !important;
}
.justify-end{
justify-content: end;
}
.justify-start{
justify-content: start;
}
.pr-30{
padding-right: 30px;
}
.pl-30{
padding-left: 30px;
}
.main{
width: 100%;
height: 100vh;
display: flex;
}
.box{
width: 50%;
display:flex;
align-items: center;
}
.formulario{
width: 500px;
padding-top: 70px;
border-radius: 12px;
background: rgba(250,250,250,0.6);
text-align: center;
position: relative;
margin-top: 70px;
padding-bottom: 50px;
}
.formulario-itens h1{
font-weight: 600;
color: white;
}
.formulario-itens span{
font-weight: 500;
color: white;
}
.mc-field-group input{
border-radius: 10px !important;
padding: 12px !important;
}
.form-mailchimp{
padding: 30px 0px;
width: 100%;
}
.form-mailchimp .mc-field-group{
width: 100% !important;
padding: 0px 20px 20px 0px !important;
/* display: grid !important; */
/* align-items: center !important; */
/* justify-content: center !important; */
margin-left: 90px !important;
}
.form-mailchimp .mc-field-group input, .form-mailchimp .mc-field-group label{
display: block !important;
text-align: left !important;
}
.form-mailchimp .mc-field-group label{
color: white !important;
padding-bottom: 12px !important;
font-size: 14px !important;
}
.form-mailchimp .mc-field-group input{
width: 320px !important;
border-radius: 20px !important;
border: none !important;
outline: 0 !important;
background: white !important;
}
#mc-embedded-subscribe{
padding: 12px 34px !important;
background: #E0583F !important;
color: white !important;
font-weight: bold !important;
border: none !important;
border-radius: 20px !important;
text-transform: uppercase !important;
text-align: left !important;
cursor: pointer !important;
}
#mce-success-response{
margin: 0 auto;
font-size: 13px;
width: 80%;
padding-bottom: 20px;
}
#mce-error-response{
margin: 0 auto;
font-size: 13px;
width: 80%;
padding-bottom: 20px;
}
.mce_inline_error{
color: #a83a3a !important;
background: none !important;
text-align: left !important;
font-size: 12px !important;
margin-top: 5px !important;
margin-left: 0px !important;
}
.ilustracao-t{
width: 100%;
position: absolute;
top: -140px;
}
.ilustracao-t img{
width: 200px;
}
.ilustracao-b{
right: -50px;
bottom: -30px;
position: absolute;
}
.ilustracao-b img{
width: 200px;
}
.texto-landing{
display: flex;
align-items: center;
justify-content:center;
}
.texto-landing img{
width: 40px;
}
.texto-landing h1{
color: white;
text-transform: uppercase;
}
.texto-landing h1 span{
color: #E0583F;
text-transform: uppercase;
}
.descricao{
padding-top: 20px;
width: 500px;
}
.descricao p{
color: white;
}
#overlay{
position: fixed;
top: 0;
z-index: 100;
width: 100%;
height:100%;
display: none;
background: rgba(0,0,0,0.6);
}
.cv-spinner {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.spinner {
width: 40px;
height: 40px;
border: 4px #ddd solid;
border-top: 4px #2e93e6 solid;
border-radius: 50%;
animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
100% {
transform: rotate(360deg);
}
}
.is-hide{
display:none;
}