|
|
| Linha 9: |
Linha 9: |
| <html> | | <html> |
| <head> | | <head> |
| <style> | | |
| /*! CSS Used from: https://supramais.com.br/includes/css/bootstrap.min.css */
| |
| *,::after,::before{box-sizing:border-box;}
| |
| h4{margin-top:0;margin-bottom:.5rem;}
| |
| p{margin-top:0;margin-bottom:1rem;}
| |
| a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;}
| |
| a:hover{color:#0056b3;text-decoration:underline;}
| |
| img{vertical-align:middle;border-style:none;}
| |
| h4{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit;}
| |
| h4{font-size:1.5rem;}
| |
| .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
| |
| .col-lg-12,.col-lg-4{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;}
| |
| @media (min-width:992px){
| |
| .col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
| |
| .col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
| |
| }
| |
| .btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
| |
| .btn:focus,.btn:hover{text-decoration:none;}
| |
| .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}
| |
| .btn:disabled{opacity:.65;}
| |
| .btn:not(:disabled):not(.disabled){cursor:pointer;}
| |
| .btn:not(:disabled):not(.disabled):active{background-image:none;}
| |
| .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d;}
| |
| .btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62;}
| |
| .btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5);}
| |
| .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d;}
| |
| .btn-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#545b62;border-color:#4e555b;}
| |
| .btn-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5);}
| |
| img.rounded-circle{border-radius:50%!important;}
| |
| .mb-5{margin-bottom:3rem!important;}
| |
| .text-center{text-align:center!important;}
| |
| .font-weight-bold{font-weight:700!important;}
| |
| @media print{
| |
| *,::after,::before{text-shadow:none!important;box-shadow:none!important;}
| |
| a:not(.btn){text-decoration:underline;}
| |
| img{page-break-inside:avoid;}
| |
| p{orphans:3;widows:3;}
| |
| }
| |
| /*! CSS Used from: https://supramais.com.br/includes/css/carousel.css */
| |
| .marketing .col-lg-4{margin-bottom:1.5rem;text-align:center;}
| |
| .marketing .col-lg-4 p{margin-right:.75rem;margin-left:.75rem;}
| |
| /*! CSS Used from: https://supramais.com.br/includes/css/supra.css?n=867 */
| |
| .marketing .col-lg-4 a{color:#5a5a5a;}
| |
| .marketing .col-lg-4 a:hover{color:#dc3545;text-decoration:none;}
| |
| .marketing h4{margin:11px 0 11px 0;}
| |
| .marketing h4{font-size:21px;}
| |
| .marketing .col-lg-4 a.btn,.marketing .col-lg-4,.rounded-circle{transition:all 0.3s ease;}
| |
| .marketing .col-lg-4.transition:hover,.marketing .col-lg-4:hover p,.marketing .col-lg-4:hover h4{color:#666;}
| |
| .marketing .col-lg-4 a.btn{display:none;position:absolute;}
| |
| img.rounded-circle{border:10px solid #F5F5F5;}
| |
| img.rounded-circle{min-height:205px!important;width:205px;!important}
| |
| .marketing .col-lg-4:hover img.rounded-circle,img.rounded-circle:hover{border:10px solid #C0C0C0;}
| |
| .transition{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
| |
| </style>
| |
| </head> | | </head> |
| <body> | | <body> |