* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { background-color: #7FFFD4; } nav { height: 40px; width: 100%; background: #006400; font-size: 11pt; font-family: 'PT Sans', Arial, sans-serif; font-weight: bold; position: relative; border-bottom: 2px solid #283744; } nav ul { padding: 0; margin: 0 auto; width: 100%; height: 40px; } nav li { display: inline; float: left; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } nav a { color: #fff; display: inline-block; width: 130px; text-align: center; text-decoration: none; line-height: 40px; text-shadow: 1px 1px 0px #283744; } nav li a { border-right: 1px solid #576979; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; } nav li:last-child a { border-right: 0; } nav a:hover, nav a:active { background-color: #8c99a4; } nav a#pull { display: none; } @media screen and (max-width: 960px) { nav { height: auto; } nav ul { width: 100%; display: block; height: auto; } nav li { width: 50%; float: left; position: relative; } nav li a { border-bottom: 1px solid #576979; border-right: 1px solid #576979; } nav a { text-align: left; width: 100%; text-indent: 45px; } } @media only screen and (max-width : 960px) { nav { border-bottom: 0; } nav ul { display: none; height: auto; } nav a#pull { display: block; background-color: #283744; width: 100%; position: relative; } nav a#pull:after { content:""; background: url('https://amigus.appvouf.com.br/imagens/nav-icon.png') no-repeat; width: 30px; height: 30px; display: inline-block; position: absolute; right: 15px; top: 10px; } } @media only screen and (max-width : 320px) { nav li { display: block; float: none; width: 100%; } nav li a { border-bottom: 1px solid #576979; } } td.estilo { font: sans-serif; color: white; font-size: calc(0.3em + 1vw); padding: 1; margin: 1; font-weight: bold; line-height: 22px; text-shadow: 1px 1px 0px #283744; } p {text-align: justify; } body {font: 70% sans-serif; } .responsiva > h1 {padding: 0px 0px 3px 0px; font-size: calc(2em + 1vw);} .responsiva > h2 {padding: 0px 0px 3px 0px; font-size: calc(1.4em + 1vw);} .responsiva > h3 {font-size: calc(0.92em + 1vw);} .responsiva > p {font: sans-serif; font-size: calc(0.7em + 1vw); margin: 0; padding:0;} .responsiva {width: 99%;float: left; padding: 1%;} /* conteiner */ .container { width: 100%; margin-left: auto; margin-right: auto; padding: 0 20px; } @media (min-width: 1170px) { .container { max-width: 1170px; padding: 0; } } /* linha */ .row { margin-left: -5px; margin-right: -5px; } .row:before, .row:after { content: ""; display: table; } .row:after { clear: both; } /* colunas */ .col { display: inline-block; vertical-align: top; min-height: 1px; padding-left: 5px; padding-right: 5px; width: 100%; margin-right: -4px; *zoom: 1; *display: inline; } /* duas colonas */ @media (min-width: 480px) { .col-2 { width: 50%; } } /* tres colunas */ @media (min-width: 728px) { .col-3 { width: 32.3333%; } } /* sidebar */ @media (min-width: 992px) { .col-content { width: 60%; } .col-sidebar { width: 40%; } } .centrar{ text-align: center; } .centralizar{ text-align: center; background: darkgreen; margin: auto; width: 98%; height: 99%; border: 3px solid darkgreen; border-radius: 9px; padding: 10px; display: block; } .txtcampo { display: block; box-sizing: border-box; width: 80%; background: white; border: 1px solid white; padding: 7px 10px; color: black; outline: none; margin: 8px auto; border-radius: 6px; text-align: center; font-weight: bold; } .btnform { width: 50%; background: green; border: 0; color: white; padding: 5px 20px; font-weight: bold; display: block; box-sizing: border-box; outline: none; margin: 10px auto; border-radius: 6px; text-align: center; border: 1px solid white; } .txtcampo2 { min-height: 1em; display: table-cell; vertical-align: middle; box-sizing: border-box; width: 32%; background: white; border: 1px solid white; padding: 2px 2px; font-weight: bold; color: black; outline: none; margin: 2px 0; border-radius: 6px; text-align: center; } .btnform2 { width: 24%; background: darkgreen; border: 0; color: white; padding: 2px 2px; font-weight: bold; display: table-cell; box-sizing: border-box; outline: none; margin: 2px 0; border-radius: 6px; text-align: center; border: 1px solid white; } ::placeholder { color: DarkKhaki; opacity: 1; /* Firefox */ //font-weight: bold; } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: blue; } ::-ms-input-placeholder { /* Microsoft Edge */ color: blue; } .frame-verdeclaro { background: url('https://amigus.appvouf.com.br/imagens/frame_verdeclaro.png') no-repeat; -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; background-size: 100% 100%; margin: 2px 0 2px 0; } .titulobranco{ font: sans-serif; color: white; font-size: calc(0.7em + 1vw); padding: 2px; margin: 0 auto; width: 99%; font-weight: bold; line-height: 18px; text-shadow: 1px 1px 0px #283744; text-align: center; text-decoration: none; } .tituloframe{ font: arial; color: white; background: darkgreen; font-size: calc(0.7em + 1vw); padding: 8px 8px 8px 8px; margin: 5px 5px 5px 5px; font-weight: bold; line-height: 18px; text-shadow: 2px 2px 1px #283744; border-radius: 6px; text-align: center; border: 1px solid white; text-decoration: none; } .erroform { display: block; text-align: center; background: red; margin: 0; width: 100%; position: relative; border: 3px solid darkgreen; padding: 13px; font: sans-serif; color: white; font-size: calc(0.5em + 1vw); font-weight: bold; line-height: 1px; text-shadow: 1px 1px 0px #283744; } .animated-text{ color: #fff; position: relative; display: inline-block; background: #7FFFD4; padding: 0 0px; height: 23px; overflow: hidden; } .line{ text-align: center; line-height: 25px; color: green; text-shadow: none; } .line:first-child{ animation: anim 15s infinite; } @keyframes anim { 0%{ margin-top: 0; } 16%{ margin-top: -25px; } 33%{ margin-top: -53px; } 50%{ margin-top: -75px; } 66%{ margin-top: -53px; } 82%{ margin-top: -25px; } 100%{ margin-top: 0; } }