// FONTE GOOGLE @import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i'); //===================================================== @altura-m7 : 20px; @bg-direitos : #fff; @p-color : #000; //===================================================== body, html{ width: 100%; height: 100%; } a{ color: @p-color; } a:hover{ text-decoration: none !important; } section{ overflow-x: hidden; padding: 40px 0; } section{ .title{ font-size: 3rem; font-weight: 900; text-align: center; &::before, &::after { display: inline-block; content: ""; border-top: .2rem solid; width: 4rem; margin: 0 1rem; transform: translateY(-1rem); } } } .no-boerder-radius{ border-radius: 0 !important; } .direitos { background-color: @bg-direitos; color: @p-color; #m7{ height: @altura-m7; } } // CARROCEL DE PAGINAS INTERNAS #slide-pagina{ padding: 25px; .col-xs-6{ margin-bottom: 25px; } .carousel-inner, .carousel-item, .next{ margin-top: 0 !important; padding-top: 0 !important; top: 0 !important; } .left, .right{ color: #666; padding: 100px 5px 0 5px; font-size: 40; border-radius: 5px; background-image: none !important; } } @media (max-width: 1200px) { // CARROCEL DE PAGINAS INTERNAS #slide-pagina{ .left, .right{ padding: 80px 5px 0 5px; } } } @media (max-width: 992px) { // CARROCEL DE PAGINAS INTERNAS #slide-pagina{ .left, .right{ padding: 60px 5px 0 5px; } } } @media (max-width: 767px) { // CARROCEL DE PAGINAS INTERNAS #slide-pagina{ .left, .right{ padding: 185px 5px 0 5px; } } } // =============================================================== /// BUSCA #busca{ margin-top: -15px; color: #000; .busca-title{ background: #FAFAFA; border-bottom: 1px solid #ccc; padding: 30px 20px; margin-bottom: 35px; } .itens-busca{ color: #000 !important; p{ margin: 0; padding: 0; } a{ color: #999; } h4{ color: #000; } } } // ============================================================= // SOMBRA SLIDER .carousel-control.left, .carousel-control.right { background-image: inherit !important; background-repeat: repeat-x; filter: none !important; .icon-prev, .icon-next{ font-size: 80px; } } // ============================================================== // ASPA DUPLA - Depoimentos span.quoted { font-family: Georgia; font-size: 16px; display: block; margin: 14px 0 0 0; font-style: italic; } span.quoted:before { content: "“"; font-size: 40px; color: #999; line-height: 0; display: inline-block; margin: 0 6px 0 0; } span.quoted:after { content: " ”"; font-size: 40px; color: #999; line-height: 0; display: inline-block; margin: 0 0 0 4px; } // =============================================================== // LINE H h2.line{ font-weight: 900; width: 100%; font-size: 3rem; display: table; white-space: nowrap; &:after { -webkit-background-clip: padding; -moz-background-clip: padding; background-clip: padding; background-image: -moz-linear-gradient(transparent 43%, #FFAE00 20%, #FFAE00 51%, transparent 41%); background-image: -webkit-linear-gradient(transparent 43%, #FFAE00 20%, #FFAE00 51%, transparent 41%); background-image: linear-gradient(transparent 43%, #ffae00 20%, #ffae00 51%, transparent 41%); content: ""; display: table-cell; width: 65%; } }