| Server IP : 54.94.228.101 / Your IP : 172.28.1.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-mob{
display: none !important;
}
.main{
width: 100%;
min-height: 100vh;
height: auto;
/* display: grid; */
}
.logo-titulo{
text-align: center;
padding: 60px 0px;
width: 90%;
margin: 0 auto;
}
.logo-titulo h2{
color: white;
text-transform: uppercase;
margin: 0px !important;
}
.logo-titulo h2 span{
color: #E0583F;
text-transform: uppercase;
}
.formulario{
margin: 0 auto;
width: 80%;
/* padding-top: 70px; */
border-radius: 12px;
background: rgba(250,250,250,0.6);
text-align: center;
position: relative;
margin-top: 55px;
/* padding-bottom: 50px; */
}
.ilustracao-b{
right: -35px;
bottom: -20px;
position: absolute;
}
.ilustracao-b img{
width: 130px;
}
.ilustracao-t{
width: 100%;
position: absolute;
top: -100px;
}
.ilustracao-t img{
width: 150px;
}
/* mailchimp */
.form-mailchimp{
padding: 55px 0px;
padding-top: 30px !important;
width: 100%;
}
.mc-field-group input{
border-radius: 10px !important;
padding: 12px !important;
}
.form-mailchimp .mc-field-group{
padding: 0px 20px 20px 0px !important;
/* display: grid !important; */
/* align-items: center !important; */
/* justify-content: center !important; */
margin-left: 10% !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: 90%;
border-radius: 20px !important;
border: none !important;
outline: 0 !important;
background: white !important;
}
#mc-embedded-subscribe{
padding: 12px 20px !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_inline_error{
color: #a83a3a !important;
background: none !important;
text-align: left !important;
font-size: 12px !important;
margin-top: 5px !important;
margin-left: 0px !important;
}
.descricao{
color: white;
text-align: center;
width: 80%;
margin: 0 auto;
padding: 80px 0px;
}
.titulo-formulario{
padding-top: 80px;
color: white;
}
.titulo-formulario h3{
margin: 0px !important;
}
.titulo-formulario span{
font-size: 13px;
}
#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;
}