Advertisement
Guest User

Untitled

a guest
Apr 28th, 2020
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 144.69 KB | None | 0 0
  1. @import bootstrap
  2. @import font-awesome
  3. @import lightslider.min
  4. @import jquery.fancybox.min
  5. @import jquery.mCustomScrollbar
  6. @import url('https://fonts.googleapis.com/css?family=Assistant:300,400,600,700,800&display=swap')
  7. //@import url('https://fonts.googleapis.com/css?family=Montserrat')
  8.  
  9. $hover-buttons-color: #115362
  10.  
  11. input[type=email]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder
  12. :opacity 1 !important
  13.  
  14. input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder
  15. :opacity 1 !important
  16.  
  17. main
  18. :min-height 634px
  19.  
  20. textarea
  21. :resize none
  22.  
  23. \*:focus
  24. :outline 0 !important
  25.  
  26. abbr[title]
  27. :border none !important
  28.  
  29. a
  30. &:hover, &:active, &:visited
  31. :text-decoration none
  32.  
  33. body
  34. :font-family 'Assistant', sans-serif
  35.  
  36. .fancybox-slide
  37. :background-color #FFF
  38.  
  39. .go-top-link
  40. position: fixed
  41. bottom: 10px
  42. right: 20px
  43. z-index: 9999
  44. color: #c0c0c0
  45. font-size: 64px
  46. display: none
  47. &::hover, &::link
  48. color: #c0c0c0
  49.  
  50. .midia-icon
  51. :color #fff
  52. :font-size 20px
  53.  
  54. .insta-name
  55. :float right
  56. :color #fff
  57. :margin-left 16px
  58.  
  59. .menu-toggle
  60. :position fixed
  61. :z-index 9999
  62. :cursor pointer
  63. :right 190px
  64. :width 3%
  65. :background-color #FFF
  66. :padding 9px 13px
  67. :border-radius 100%
  68.  
  69. .icon-bar
  70. :width 100%
  71. :height 5px
  72. :background-color #156274
  73. :display block
  74. :border-radius 6px
  75.  
  76. &:not(:first-child)
  77. :margin-top 5px
  78.  
  79. &.close-menu
  80. .icon-bar
  81. :transition transform 1.3s ease
  82.  
  83. &:nth-child(1)
  84. :height 3px
  85. :transform translateX(0) translateY(9px) rotate(45deg)
  86.  
  87. &:nth-child(2)
  88. :opacity 0
  89.  
  90. &:nth-child(3)
  91. :height 3px
  92. :transform translateX(0) translateY(-9px) rotate(-45deg)
  93.  
  94.  
  95. section
  96. padding: 60px 0
  97.  
  98. .title-about
  99. text-align: center
  100. color: #004D61
  101. margin-bottom: 25px
  102. .header-container
  103. :margin-top 40px
  104. :padding-left 0
  105. :display flex
  106. :align-items center
  107. :justify-content space-between
  108. :color #156274
  109.  
  110. .header-ball
  111. :position absolute
  112. :right 50px
  113. :top -35px
  114.  
  115. .rotate-ball
  116. :z-index 99
  117.  
  118. &.in-view
  119. :animation spin 16s linear, fall-right 16s linear
  120.  
  121. &.in-view.left
  122. :animation spin 16s linear, fall-left 16s linear
  123.  
  124. @keyframes spin
  125. 100%
  126. transform: rotate(360deg)
  127.  
  128. @keyframes fall-right
  129. 100%
  130. top: -1100px
  131.  
  132. @keyframes fall-left
  133. 100%
  134. bottom: 1100px
  135.  
  136. #menu
  137. :display flex
  138. :flex-direction column
  139. :justify-content center
  140. :padding 0 53% 3% 20%
  141.  
  142. .menu-container
  143. :background-color rgba(21, 98, 116, 0.9)
  144. :position fixed
  145. :z-index 998
  146. :top 0
  147. :right -634px
  148. :width 35%
  149. :transition 1.3s right ease
  150. :padding-bottom 53px
  151.  
  152. .menu-link
  153. :color #FFF
  154. :text-transform uppercase
  155. :font-weight 800
  156. :font-size 22px
  157. :margin-top 50px
  158. :text-align right
  159. :text-decoration none
  160.  
  161. &:hover, &:link, &:visited
  162. :color #FFF
  163.  
  164. .students-menu
  165. :position absolute
  166. :display flex
  167. :flex-direction column
  168. :right 0
  169. :top 60px
  170. :padding 10px
  171. :border 1px solid #0a6276
  172. :z-index 99
  173. :background-color #FFF
  174.  
  175. .students-menu-button
  176. :cursor pointer
  177. :display flex
  178. :align-items center
  179. :justify-content center
  180.  
  181. .login-click
  182. :display flex
  183. :align-items center
  184. :justify-content space-between
  185. :color #156274
  186. :position relative
  187. :z-index 998
  188.  
  189. &:hover, &:visited, &:link
  190. :color #156274
  191.  
  192. .login-click-text
  193. :display flex
  194. :flex-direction column
  195. :align-items flex-end
  196. :font-size 14px
  197.  
  198. .login-user
  199. :font-size 20px
  200. :display flex
  201. :align-items center
  202.  
  203. .login-user-logo
  204. :font-size 30px
  205. :margin-left 10px
  206. :color #156274
  207.  
  208. .login-click-text-user
  209. :font-size 14px
  210. :font-weight bold
  211. :color #156274
  212.  
  213. .login-click-text-greeting
  214. :font-size 14px
  215.  
  216. .login-area-box
  217. :float left
  218. :padding 100px 25px
  219. :overflow hidden
  220.  
  221. .title-container
  222. :bottom 575px
  223. :width 1250px
  224. :left -49%
  225.  
  226. .title-text
  227. :color #0a6276
  228. :background-color #FFF
  229.  
  230. .bar
  231. :background-color #0a6276
  232.  
  233. .students-menu-link
  234. :color #156274
  235. :margin-bottom 10px
  236. :font-size 15px
  237.  
  238. &:hover
  239. :text-decoration none
  240.  
  241. .new-student-input
  242. :height 45px
  243. :width 100%
  244. :border 1px solid #156274
  245. :margin-top 20px
  246. :border-radius 0
  247.  
  248. .new-student-submit
  249. :background-color #156274
  250. :color #FFF
  251. :text-transform uppercase
  252. :font-weight bold
  253. :height 45px
  254. :width 100%
  255. :margin-top 20px
  256.  
  257. .login-area-form
  258. .col-sm-8
  259. :width 100%
  260.  
  261. .login-area-title
  262. :text-align center
  263. :text-transform uppercase
  264. :color #156274
  265. :font-weight bold
  266. :margin-top 0
  267.  
  268. .fancybox-content
  269. :height 850px !important
  270. :padding 35px
  271.  
  272. .login-subtitle
  273. :text-transform uppercase
  274. :color #156274
  275. :display block
  276. :width 100%
  277. :text-align center
  278.  
  279. .login-area-session
  280. :padding-left 5%
  281. :margin-left 5%
  282. :border-left 1px solid #dcdcdc
  283.  
  284. .login-area-session-link
  285. :display flex
  286. :flex-direction column
  287. :align-items center
  288. :margin-top 100px
  289.  
  290. .login-area-session-text
  291. :text-transform uppercase
  292. :font-weight bold
  293. :font-size 20px
  294. :letter-spacing 7px
  295. :color #156274
  296. :display block
  297. :text-align center
  298. :width 50%
  299.  
  300. .login-area-registration-text
  301. :line-height 40px
  302.  
  303. .login-area-registration
  304. .form-group
  305. :width 100%
  306. :float left
  307. :margin-bottom 0
  308.  
  309. .login-registration-link
  310. :color #FFF
  311. :background-color #156274
  312. :height 40px
  313. :width 100%
  314. :display flex
  315. :justify-content center
  316. :align-items center
  317. :text-transform uppercase
  318. :margin-top 20px
  319.  
  320. &:hover
  321. :color #FFF
  322.  
  323. h1.title
  324. :text-transform uppercase
  325. :font-weight 800
  326. :letter-spacing 15px
  327. :margin 0
  328.  
  329. .banner-top
  330. :border-bottom 4px solid #156274
  331. :width 100%
  332. :float left
  333. :position relative
  334. :z-index 3
  335. :margin-top 30px
  336.  
  337. .lSAction > .lSPrev
  338. :background image-url('banner-arrow.png') no-repeat center center
  339.  
  340. .lSAction > .lSNext
  341. :background image-url('banner-arrow.png') no-repeat center center
  342. :transform rotate(180deg)
  343.  
  344. .banner-ball
  345. :position absolute
  346. :left -103px
  347. :top 700px
  348. :z-index 2
  349.  
  350. .container-fluid
  351. :padding 0
  352.  
  353. #weare
  354. :float left
  355. :width 100%
  356.  
  357. .weare-container
  358. :padding 75px 0
  359. :float left
  360. :width 100%
  361.  
  362. .title-text
  363. :text-align center
  364. :color #156274
  365.  
  366. .weare-text-content-description
  367. :margin-top 80px
  368.  
  369. .weare-video
  370. :margin-bottom 60px
  371. :float left
  372. :width 100%
  373.  
  374. .weare-abstract
  375. :font-size 16px
  376. :margin-top 50px
  377. :text-align center
  378. :line-height 40px
  379. :font-family 'Montserrat', sans-serif
  380. :letter-spacing 2px
  381.  
  382. .weare-content
  383. :margin-top 60px
  384. :text-align center
  385. :line-height 30px
  386. :font-size 16px
  387. :font-family 'Montserrat', sans-serif
  388. :letter-spacing 2px
  389.  
  390. .link-founders-container
  391. :display flex
  392. :align-items center
  393. :justify-content center
  394.  
  395. .link-founders
  396. :display flex
  397. :align-items center
  398. :justify-content center
  399. :color #FFF
  400. :background linear-gradient(to bottom, #ce6511, #fd7101)
  401. :margin-top 50px
  402. :width 18%
  403. :height 60px
  404. :border-radius 10px
  405. :font-weight 800
  406. :font-size 18px
  407. :text-decoration none
  408.  
  409. &:hover, &:visited, &:link
  410. :color #FFF
  411. :background-color #da5d09
  412.  
  413. .title-container
  414. :position absolute
  415. :bottom 272px
  416. :left -31%
  417. :transform rotate(-90deg)
  418. :width 775px
  419.  
  420. h1.title
  421. :display flex
  422. :justify-content center
  423.  
  424. .title-text
  425. :position relative
  426. :z-index 2
  427. :padding 0 10px 0 14px
  428.  
  429. .bar
  430. :height 2px
  431. :width 100%
  432. :position absolute
  433. :top 20px
  434.  
  435. .container-section
  436. :height 772px
  437. :width 100%
  438. :float left
  439.  
  440. #plans
  441. :background-color #ec671a
  442. :padding-top 40px
  443. :position relative
  444.  
  445. .title-container
  446. :bottom 408px
  447.  
  448. .title-text
  449. :color #FFF
  450. :background-color #ec671a
  451.  
  452. .bar
  453. :background-color #FFF
  454.  
  455. .plan-ball-bottom
  456. :position absolute
  457. :bottom -50px
  458. :left -87px
  459.  
  460. .plan-ball-top
  461. :position absolute
  462. :right 200px
  463. :top -25px
  464.  
  465. .plan-ball-middle
  466. :position absolute
  467. :bottom 203px
  468. :left 61px
  469.  
  470. .plans-container
  471. :position relative
  472. :padding-top 65px
  473. :height 775px
  474.  
  475. .plan-model
  476. :position absolute
  477. :left 0
  478. :top 74px
  479.  
  480. .second-stage-item
  481. :display flex
  482. :flex-direction column
  483. :justify-content space-between
  484. :margin-bottom 50px
  485. :width 30%
  486. :float left
  487. :margin-right 1%
  488. :min-height 130px
  489.  
  490. .plan-item-price-container
  491. :width 100%
  492.  
  493. .plan-item-description
  494. :margin-top 0
  495.  
  496. .first-stage-item
  497. :width 48%
  498. :margin-right 2%
  499. :min-height 160px
  500.  
  501. .plan-item-name
  502. :color #FFF
  503. :font-weight bold
  504. :font-size 18px
  505. :text-transform uppercase
  506.  
  507. .plange-stage-menu-container
  508. :margin-bottom 60px
  509. :display flex
  510. :justify-content space-between
  511. :width 48%
  512.  
  513. .plan-stage-menu
  514. :display flex
  515. :align-items center
  516. :height 50px
  517. :color #FFF
  518. :text-transform uppercase
  519. :text-align center
  520. :font-weight bold
  521. :font-size 16px
  522. :background-color transparent
  523. :border 1px solid #156274
  524. :padding 10px
  525. :text-decoration none
  526.  
  527. &:hover, &.selected
  528. :color #FFF
  529. :background-color #156274
  530. :text-decoration none
  531.  
  532. .plan-stage-menu-disabled
  533. :background-color #ccc
  534. :border #ccc
  535.  
  536. &:hover
  537. :background-color #ccc
  538.  
  539. .plan-item-description
  540. :color #FFF
  541. :font-weight 200
  542. :font-size 16px
  543. :margin-top 10px
  544. :width 93%
  545.  
  546. .plan-item-price-container
  547. :height 45px
  548. :position relative
  549. :width 25%
  550.  
  551. .plan-item-price
  552. :display flex
  553. :align-items center
  554. :justify-content center
  555. :float left
  556. :color #FFF
  557. :font-weight 700
  558. :font-size 20px
  559. :text-align center
  560. :background linear-gradient(to bottom, #156376, #0a8cab)
  561. :height 100%
  562. :width 70%
  563. :border-radius 10px
  564.  
  565. &:hover
  566. :color #FFF
  567.  
  568. .plan-item-button
  569. :display flex
  570. :align-items center
  571. :justify-content center
  572. :float left
  573. background: linear-gradient(to bottom, #a6a5a5, #fcfcfc)
  574. :height 100%
  575. :width 30%
  576. :border-radius 10px
  577. :font-size 20px
  578. :color #16182f
  579. :position absolute
  580. :right 25px
  581.  
  582. &:hover, &:target, &:link
  583. :color #16182f
  584.  
  585. .plan-show
  586. :float left
  587. :width 100%
  588.  
  589. .plan-show-container
  590. :padding 75px 0
  591. :width 100%
  592. :float left
  593.  
  594. .title
  595. :text-align center
  596. :color #156274
  597. :margin-bottom 35px
  598.  
  599. .plan-item-price-container
  600. :margin-top 20px
  601.  
  602. .plan-show-description
  603. :font-size 15px
  604. :line-height 41px
  605. :overflow hidden
  606.  
  607. .plan-item-price-section
  608. :display flex
  609. :justify-content center
  610. flex-direction: column
  611. float: right
  612.  
  613. .plan-item-price-container
  614. width: 50%
  615. margin: 20px 0
  616.  
  617. .plan-item-button
  618. width: 12%
  619. right: 0
  620.  
  621. .plan-item-price
  622. width: 92%
  623. font-size: 18px
  624.  
  625. .plan-item-text
  626. display: block
  627. color: #0b88a6
  628. font-weight: bold
  629.  
  630. .plan-item-dowload-text
  631. margin-left: 5px
  632. color: #0b88a6
  633.  
  634. .plan-item-download-link
  635. display: flex
  636. align-items: center
  637. font-weight: bold
  638. text-decoration: none
  639.  
  640. .plan-item-price-text
  641. color: #FFF
  642.  
  643. #methodology
  644. :background-color #ec671a
  645. :padding-top 170px
  646. :position relative
  647.  
  648. .title-container
  649. .title-text
  650. :color #FFF
  651. :background-color #ec671a
  652.  
  653. .bar
  654. :background-color #FFF
  655.  
  656. .methodology-ball-left-bottom
  657. :position absolute
  658. :left -85px
  659. :bottom -30px
  660. :z-index 2
  661.  
  662. .metodology-ball-right-top
  663. :position absolute
  664. :right 100px
  665. :top -65px
  666.  
  667. .methodology-ball-middle-white
  668. :position absolute
  669. :left 86px
  670. :bottom 244px
  671.  
  672. .methodology-container, .team-members-container
  673. :position relative
  674.  
  675. .methodology-line
  676. :position relative
  677. :display flex
  678. :justify-content space-between
  679. :margin-bottom 95px
  680.  
  681. .line
  682. :position absolute
  683. :left 58px
  684. :top 82px
  685. :background-color #FFF
  686. :height 1px
  687. :width 80%
  688.  
  689. .methodology-item
  690. :width 20%
  691. :cursor pointer
  692. :display flex
  693. :align-items center
  694. :justify-content center
  695. :flex-direction column
  696.  
  697. &:hover
  698. .ball
  699. :position relative
  700. :z-index 2
  701. :background-color #156274
  702.  
  703. .methodology-icon
  704. :display none
  705.  
  706. &.hover
  707. :display block
  708.  
  709. .methodology-icon
  710. :margin-bottom 30px
  711.  
  712. &.hover
  713. :display none
  714.  
  715. .methodology-name
  716. :color #FFF
  717. :font-weight 700
  718. :font-size 17px
  719. :text-align center
  720.  
  721. .ball
  722. :margin-bottom 20px
  723. :display block
  724. :width 15px
  725. :height 15px
  726. :border-radius 100%
  727. :background-color #FFF
  728.  
  729. #team-member
  730. :background-color #156274
  731. :height 766px
  732. :position relative
  733.  
  734. .title-container
  735. .title-text
  736. :color #FFF
  737. :background-color #156274
  738.  
  739. .bar
  740. :background-color #FFF
  741.  
  742. .team-member-ball
  743. :position absolute
  744. :left -50px
  745. :bottom -50px
  746.  
  747. .team-member-ball-top-right-white
  748. :position absolute
  749. :top 2px
  750. :right 98px
  751.  
  752. .team-member-ball-top-right
  753. :position absolute
  754. :top 252px
  755. :right 155px
  756.  
  757. .team-member-ball-bottom-left
  758. :position absolute
  759. :bottom 38px
  760. :left 129px
  761.  
  762. .scroll-arrow
  763. :position absolute
  764. :bottom 12px
  765. :right 0
  766. :width 442px
  767. :height 22px
  768. :z-index 99
  769. :display flex
  770. :justify-content center
  771. :align-items center
  772. :cursor pointer
  773.  
  774. .team-members-carousel-container
  775. :margin-top 100px
  776.  
  777. .lslide
  778. :position relative
  779.  
  780. .team-member-item
  781. :background-color #FFF
  782. :height 574px
  783. :position relative
  784. :width 77%
  785. :float right
  786.  
  787. .team-member-item-info-name
  788. :font-weight 700
  789. :font-size 28px
  790. :display block
  791.  
  792. .team-member-item-info-specialty
  793. :margin-bottom 30px
  794. :display block
  795. :font-size 20px
  796.  
  797. .team-member-item-info-description
  798. :line-height 33px
  799.  
  800. .team-member-item-info
  801. :width 70%
  802. :float right
  803. :padding 5% 5% 0 5%
  804. :height 530px
  805. :overflow-y scroll
  806.  
  807. &::-webkit-scrollbar
  808. :width 10px
  809.  
  810. &::-webkit-scrollbar-thumb
  811. :background-color #ccc
  812.  
  813. &::-webkit-scrollbar-track
  814. :background-color transparent
  815.  
  816. .team-member-item-image
  817. :position absolute
  818. :left -195px
  819.  
  820. .team-members-carousel-controls
  821. :margin-top 100px
  822. :height 574px
  823. :display flex
  824. :flex-direction column
  825. :align-items center
  826. :justify-content center
  827.  
  828. .team-members-container
  829. .title-container
  830. :bottom 267px
  831.  
  832. .arrow-member-right
  833. :cursor pointer
  834. :background image-url('arrow-team.png') no-repeat center center
  835. :width 13px
  836. :height 22px
  837. :margin-bottom 20px
  838.  
  839. .arrow-member-left
  840. :cursor pointer
  841. :background image-url('arrow-team.png') no-repeat center center
  842. :width 13px
  843. :height 22px
  844. :transform rotate(-180deg)
  845.  
  846. .testimony-container
  847. :padding-top 95px
  848.  
  849. .title-container
  850. :bottom 262px
  851.  
  852. .title-text
  853. :color #FFF
  854. :background-color #ec671a
  855.  
  856. .bar
  857. :background-color #FFF
  858.  
  859. #testimony
  860. :background-color #ec671a
  861.  
  862. .testimony-info-name
  863. :display block
  864. :color #FFF
  865. :font-weight 800
  866. :font-size 22px
  867. :width 80%
  868. :float left
  869.  
  870. .testimony-info-description
  871. :line-height 24px
  872. :height 200px
  873. :color #FFF
  874. :float left
  875. :width 100%
  876.  
  877. .testimony-image
  878. :border-radius 100%
  879. :border 8px solid #FFF
  880.  
  881. .testimony-video
  882. :color #FFF
  883. :background-color #16162f
  884. :font-weight 800
  885. :text-align center
  886. :padding 10px
  887. :display block
  888. :margin-top 30px
  889.  
  890. &:hover
  891. :color #FFF
  892.  
  893. .arrow-testimony-top
  894. :cursor pointer
  895. :background image-url('arrow-team.png') no-repeat center center
  896. :width 13px
  897. :height 22px
  898. :cursor pointer
  899. :margin-bottom 20px
  900. :transform rotate(-90deg)
  901.  
  902. .arrow-testimony-bottom
  903. :cursor pointer
  904. :background image-url('arrow-team.png') no-repeat center center
  905. :width 13px
  906. :height 22px
  907. :cursor pointer
  908. :transform rotate(90deg)
  909.  
  910. .testimonies-carousel-controls
  911. :height 574px
  912. :display flex
  913. :flex-direction column
  914. :align-items center
  915. :justify-content center
  916.  
  917. #gallery
  918. :padding-top 80px
  919. :position relative
  920.  
  921. .title-container
  922. :bottom 264px
  923.  
  924. .title-text
  925. :color #156274
  926. :background-color #FFF
  927.  
  928. .bar
  929. :background-color #156274
  930.  
  931. .gallery-container
  932. :margin-top 80px
  933.  
  934. .gallery-ball-right-top
  935. :position absolute
  936. :right 56px
  937. :top -45px
  938.  
  939. .gallery-ball-right-top-2
  940. :position absolute
  941. :right 26px
  942. :top 127px
  943.  
  944. .gallery-line
  945. :margin-bottom 30px
  946. :float left
  947. :width 100%
  948.  
  949. &:nth-child(odd)
  950. .gallery-image-content
  951. :margin-left 25px
  952.  
  953. &:nth-child(even)
  954. .gallery-image-content
  955. :margin-right 25px
  956.  
  957. .gallery-image-content
  958. :float left
  959. :width 29%
  960.  
  961. .gallery-carousel-controls
  962. :display flex
  963. :align-items center
  964. :justify-content center
  965. :margin-top 40px
  966.  
  967. .video-image-content
  968. :float left
  969. :width 36%
  970. :position relative
  971.  
  972. .play-video
  973. :background image-url('play-video.png') no-repeat center center
  974. :width 59px
  975. :height 58px
  976. :position absolute
  977. :top 37%
  978. :left 37%
  979.  
  980. .arrow-gallery-right
  981. :cursor pointer
  982. :background image-url('gallery-arrow.png') no-repeat center center
  983. :width 13px
  984. :height 22px
  985. :margin-left 20px
  986.  
  987. .arrow-gallery-left
  988. :cursor pointer
  989. :background image-url('gallery-arrow.png') no-repeat center center
  990. :width 13px
  991. :height 22px
  992. :transform rotate(-180deg)
  993.  
  994. #schedules
  995. :position relative
  996. :background-color #156274
  997.  
  998. .title-container
  999. :bottom 192px
  1000.  
  1001. .title-text
  1002. :color #FFF
  1003. :background-color #156274
  1004.  
  1005. .bar
  1006. :background-color #FFF
  1007.  
  1008. .schedule-ball-top-right
  1009. :position absolute
  1010. :top -7px
  1011. :right 9px
  1012.  
  1013. .schedule-ball-top-right-white
  1014. :position absolute
  1015. :top 222px
  1016. :right 145px
  1017.  
  1018. .schedule-ball-bottom-left-white
  1019. :position absolute
  1020. :bottom 68px
  1021. :left 222px
  1022.  
  1023. .schedule-ball-bottom-left
  1024. :position absolute
  1025. :bottom -27px
  1026. :left 41px
  1027.  
  1028. .schedules-carousel-controls
  1029. :display flex
  1030. :align-items center
  1031. :justify-content center
  1032. :margin-top 75px
  1033.  
  1034. .arrow-schedule-right
  1035. :cursor pointer
  1036. :background image-url('arrow-team.png') no-repeat center center
  1037. :width 13px
  1038. :height 22px
  1039.  
  1040. .arrow-schedule-left
  1041. :cursor pointer
  1042. :background image-url('arrow-team.png') no-repeat center center
  1043. :width 13px
  1044. :height 22px
  1045. :margin-right 20px
  1046. :transform rotate(180deg)
  1047.  
  1048. h2.subtitle
  1049. :background image-url('naoesqueca.png') no-repeat center center/contain
  1050. :height 178px
  1051. :margin-bottom 130px
  1052.  
  1053. h3.subtitle
  1054. :text-align center
  1055. :color #0a6276
  1056. :font-size 20px
  1057. :font-weight 200
  1058.  
  1059. .schedule-date
  1060. :font-size 35px
  1061. :font-weight 700
  1062. :margin-bottom 30px
  1063.  
  1064. .schedule-name
  1065. :font-size 16px
  1066. :text-align center
  1067.  
  1068. .schedule-item
  1069. :width 50%
  1070. :display flex
  1071. :flex-direction column
  1072. :justify-content center
  1073. :align-items center
  1074. :margin 0 auto
  1075. :color #FFF
  1076.  
  1077. .schedule-date
  1078. :text-align center
  1079.  
  1080. #newsletter
  1081. :width 100%
  1082. :float left
  1083. :padding 90px 0
  1084.  
  1085. .title-container
  1086. :bottom 0
  1087.  
  1088. .title
  1089. :display block
  1090.  
  1091. .bar
  1092. :background-color #156274
  1093. :width 58%
  1094.  
  1095. .newsletter-title
  1096. :color #156274
  1097. :text-transform uppercase
  1098. :font-weight 800
  1099. :font-size 35px
  1100. :text-align center
  1101. :margin-bottom 30px
  1102.  
  1103. .newsletter-form
  1104. :position relative
  1105. :width 100%
  1106.  
  1107. .newsletter-form-container
  1108. .confirm
  1109. :text-align center
  1110. :font-size 16px
  1111. :margin-bottom 30px
  1112.  
  1113. .input-newsletter
  1114. :width 100%
  1115. :height 120px
  1116. :border-radius 0
  1117. :border 1px solid #16162f
  1118. :padding-left 30px
  1119.  
  1120. .submit-newsletter
  1121. :position absolute
  1122. :right 32px
  1123. :top 32px
  1124. :background-color #156274
  1125. :color #FFF
  1126. :font-weight 800
  1127. :font-size 16px
  1128. :text-align center
  1129. :border 0
  1130. :padding 20px 50px
  1131.  
  1132. &:hover
  1133. :background-color $hover-buttons-color
  1134.  
  1135. .social-bar-container
  1136. :height 175px
  1137.  
  1138. .social-bar-box
  1139. :height 100%
  1140. :width 50%
  1141. :float left
  1142. :display flex
  1143. :align-items center
  1144.  
  1145. .facebook-box
  1146. :padding-right 70px
  1147. :color #FFF
  1148. :background-color #156274
  1149. :justify-content flex-end
  1150.  
  1151. &:hover, &:visited, &:link
  1152. :text-decoration none
  1153. :color #FFF
  1154.  
  1155. .social-box-text
  1156. :margin-right 70px
  1157.  
  1158. .instagram-box
  1159. :padding-left 70px
  1160. :color #FFF
  1161. :background-color #ec671a
  1162.  
  1163. &:hover, &:visited, &:link
  1164. :text-decoration none
  1165. :color #FFF
  1166.  
  1167. .social-box-text
  1168. :margin-left 70px
  1169.  
  1170. .social-box-text
  1171. :text-transform uppercase
  1172. :font-weight 800
  1173. :font-size 30px
  1174.  
  1175. .social-bar-icon
  1176. :font-size 40px
  1177.  
  1178. #news
  1179. :background-color #156274
  1180. :display flex
  1181. :align-items center
  1182. :position relative
  1183.  
  1184. .title-container
  1185. :bottom -324px
  1186. :z-index 2
  1187.  
  1188. .title-text
  1189. :color #FFF
  1190. :background-color #156274
  1191.  
  1192. .bar
  1193. :background-color #FFF
  1194.  
  1195. .news-carousel
  1196. :margin-top 145px
  1197.  
  1198. .news-ball-right-top-white
  1199. :position absolute
  1200. :right 122px
  1201. :top 98px
  1202.  
  1203. .news-ball-left-bottom
  1204. :position absolute
  1205. :left 80px
  1206. :bottom 245px
  1207.  
  1208. .news-ball-left-bottom-white
  1209. :position absolute
  1210. :left -73px
  1211. :bottom 4px
  1212.  
  1213. .article-container
  1214. :float left
  1215. :width 100%
  1216. :margin-top 50px
  1217.  
  1218. .new-title
  1219. :font-size 30px
  1220. :margin-bottom 35px
  1221. :font-weight bold
  1222.  
  1223. .new-content
  1224. :margin 50px 0
  1225. :line-height 35px
  1226.  
  1227. .title-article-internal
  1228. :margin-top 30px
  1229. :font-size 16px
  1230. :font-weight bold
  1231. :min-height 40px
  1232. :color #000
  1233.  
  1234. &:hover
  1235. :color #000
  1236.  
  1237. .title-article-page
  1238. :color #0a6276
  1239. :font-size 32px
  1240. :font-weight bold
  1241.  
  1242. .subtitle-article-page
  1243. :display block
  1244. :margin 10px 0 20px 0
  1245.  
  1246. .article-item
  1247. :margin-bottom 50px
  1248.  
  1249. .arrow-news-right
  1250. :cursor pointer
  1251. :background image-url('arrow-team.png') no-repeat center center
  1252. :width 13px
  1253. :height 22px
  1254.  
  1255. .arrow-news-left
  1256. :cursor pointer
  1257. :background image-url('arrow-team.png') no-repeat center center
  1258. :width 13px
  1259. :height 22px
  1260. :transform rotate(-180deg)
  1261. :margin-right 20px
  1262.  
  1263. .new-item
  1264. :height 380px
  1265.  
  1266. .news-title
  1267. :display block
  1268. :color #FFF
  1269. :font-weight 700
  1270. :font-size 15px
  1271. :padding-top 25px
  1272.  
  1273. .news-carousel-controls
  1274. :display flex
  1275. :justify-content center
  1276. :align-items center
  1277. :margin-top 60px
  1278.  
  1279. #contact
  1280. .title-container
  1281. :left -8%
  1282. :bottom 360px
  1283. :z-index 2
  1284.  
  1285. .title-text
  1286. :color #156274
  1287.  
  1288. input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder
  1289. :font-weight 700
  1290. :font-size 18px
  1291. :color #16162f
  1292.  
  1293. input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder
  1294. :font-weight 700
  1295. :font-size 18px
  1296. :color #16162f
  1297.  
  1298. .contact-form-content
  1299. :background image-url('contact-bg.jpg') no-repeat center center/cover
  1300. :height 772px
  1301. :padding 0
  1302.  
  1303. .contact-container
  1304. :padding 0
  1305. :position relative
  1306.  
  1307. .contact-ball
  1308. :position absolute
  1309. :bottom 35px
  1310. :left 35px
  1311.  
  1312. .contact-form
  1313. :padding-top 140px
  1314. :width 43%
  1315. :margin-left 20%
  1316.  
  1317. .contact-input
  1318. :height 55px
  1319. :border 1px solid #156274
  1320. :background-color transparent
  1321. :width 85%
  1322. :margin-top 20px
  1323. :padding-left 20px
  1324.  
  1325. .contact-textarea
  1326. :height 180px
  1327.  
  1328. .contact-submit
  1329. :width 85%
  1330. :height 55px
  1331. :background-color #156274
  1332. :color #FFF
  1333. :text-align center
  1334. :font-weight 700
  1335. :font-size 18px
  1336. :margin-top 20px
  1337.  
  1338. &:hover
  1339. :background-color $hover-buttons-color
  1340.  
  1341. .footer-container
  1342. :background-color #ec671a
  1343. :float left
  1344. :width 100%
  1345.  
  1346. .logo-acerte
  1347. :width 100px
  1348.  
  1349. .footer-content
  1350. :height 70px
  1351. :display flex
  1352. :align-items center
  1353. :justify-content space-between
  1354.  
  1355. .footer-contact
  1356. color: #FFF
  1357. font-size: 17px
  1358. font-weight: bold
  1359. display: flex
  1360. flex-direction: column
  1361. align-items: center
  1362.  
  1363. .footer-contact-info
  1364. display: block
  1365. float: left
  1366. margin-right: 5px
  1367. border-right: 2px solid #FFF
  1368. padding-right: 5px
  1369.  
  1370. &:last-child
  1371. border-right: 0
  1372.  
  1373. .student-form-container
  1374. :margin-bottom 50px
  1375. :display flex
  1376. :justify-content center
  1377.  
  1378. .student-form-login
  1379. :width 100%
  1380.  
  1381. .student-form-login-button
  1382. :width 100%
  1383. :height 50px
  1384. :background-color #156274
  1385. :color #FFF
  1386. :text-transform uppercase
  1387. :margin-top 15px
  1388. :border none
  1389. :border-radius 0
  1390.  
  1391. &:hover
  1392. :background-color #156274
  1393. :color #FFF
  1394.  
  1395. .student-form
  1396. :color #156274
  1397. :text-transform uppercase
  1398. :text-align center
  1399. :font-weight bold
  1400.  
  1401. .student-form-login-input
  1402. :height 50px
  1403. :border 1px solid #000
  1404. :padding-left 10px
  1405. :margin-top 15px
  1406. :border-radius 0
  1407. :width 100%
  1408.  
  1409. .student-form-wrapper
  1410. :width 100%
  1411. :float left
  1412. :margin-top 100px
  1413.  
  1414. .student-form-forget-password
  1415. :margin-top 10px
  1416. :float right
  1417.  
  1418. .form-actions
  1419. :padding 0
  1420.  
  1421. .form-inputs
  1422. .col-sm-8
  1423. :padding 0
  1424. :width 100%
  1425.  
  1426. @media (max-width: 1199px)
  1427.  
  1428. .plan-item-price-section
  1429. .plan-item-price
  1430. font-size: 15px
  1431.  
  1432. .plan-item-price-container
  1433. width: 30%
  1434.  
  1435. .plange-stage-menu-container
  1436. width: 80%
  1437. margin-bottom: 20px
  1438.  
  1439. .second-stage-item
  1440. width: 48%
  1441. margin-bottom: 20px
  1442.  
  1443. .team-member-item-image
  1444. :left 0
  1445. :width 50%
  1446.  
  1447. .team-member-item-info
  1448. :width 50%
  1449.  
  1450. .scroll-arrow
  1451. :width 700px
  1452.  
  1453. .title-container
  1454. :bottom 317px
  1455.  
  1456. #schedules
  1457. .title-container
  1458. :bottom 192px
  1459.  
  1460. #contact
  1461. .title-container
  1462. :left -21%
  1463.  
  1464. #gallery
  1465. .title-container
  1466. :bottom 178px
  1467.  
  1468. .link-founders
  1469. :width 40%
  1470.  
  1471. .plan-model
  1472. :left 50px
  1473.  
  1474. h2.subtitle
  1475. :font-size 120px
  1476.  
  1477. .team-member-item
  1478. :width 100%
  1479.  
  1480. .gallery-image-content
  1481. :width 28%
  1482.  
  1483. .menu-toggle
  1484. :width 5%
  1485. :right 0
  1486.  
  1487. .login-click
  1488. :width 8%
  1489.  
  1490. #menu
  1491. :padding 0 38% 3% 20%
  1492.  
  1493. .menu-link
  1494. :margin-top 30px
  1495.  
  1496. @media (max-width: 991px)
  1497.  
  1498. .plan-item-price-section
  1499. .plan-item-price-container
  1500. width: 75%
  1501.  
  1502. .second-stage-item
  1503. :width 48%
  1504. :margin-bottom 50px
  1505.  
  1506. .scroll-arrow
  1507. :width 640px
  1508.  
  1509. .rotate-ball
  1510. :display none
  1511.  
  1512. .plans-container
  1513. :padding-top 0
  1514. :height unset
  1515.  
  1516. .weare-container
  1517. :height unset
  1518.  
  1519. .link-founders
  1520. :width 40%
  1521.  
  1522. .weare-text-content-description
  1523. :margin-bottom 30px
  1524.  
  1525. .plange-stage-menu-container
  1526. :width 100%
  1527. :padding 0 28%
  1528. :margin-bottom 50px
  1529.  
  1530. .plan-item-name
  1531. :width 100%
  1532. :display block
  1533. :text-align center
  1534.  
  1535. .plan-item-description
  1536. :text-align center
  1537.  
  1538. .plan-item-price-container
  1539. :width 50%
  1540. :display flex
  1541. :justify-content center
  1542.  
  1543. .plan-item-button
  1544. :right 0
  1545.  
  1546. .plan-model
  1547. :position relative
  1548. :bottom -104px
  1549.  
  1550. .login-area-session
  1551. :margin 30px 0 0 0
  1552. :padding 0
  1553. :border 0
  1554.  
  1555. h2.subtitle
  1556. :font-size 90px
  1557.  
  1558. .contact-form
  1559. :width 70%
  1560. :margin-left 15%
  1561.  
  1562. .title-container
  1563. :position initial
  1564. :transform initial
  1565. :width inherit
  1566. :margin 30px 0
  1567.  
  1568. .bar
  1569. :top 50px
  1570.  
  1571. #contact
  1572. .title-container
  1573. :left -40%
  1574.  
  1575. .gallery-image-content
  1576. :width 27%
  1577.  
  1578. .contact-input, .contact-submit
  1579. :width 100%
  1580.  
  1581. .login-click
  1582. :width 11%
  1583.  
  1584. .menu-toggle
  1585. :width 7%
  1586.  
  1587. #menu
  1588. :padding 0 28% 3% 20%
  1589.  
  1590. #gallery
  1591. :padding-bottom 30px
  1592. :padding-top 0
  1593. :background #FFF
  1594.  
  1595. .login-area-box
  1596. :display flex
  1597. :flex-direction column
  1598. :align-items center
  1599.  
  1600. .title-container
  1601. :width unset
  1602.  
  1603. .bar
  1604. :background-color #FFF
  1605.  
  1606. .container-section
  1607. :height unset
  1608.  
  1609. #news
  1610. :padding-bottom 30px
  1611.  
  1612. #schedules
  1613. :padding-bottom 30px
  1614.  
  1615. #team-member
  1616. :padding-bottom 30px
  1617.  
  1618. #plans
  1619. :padding-top 0
  1620.  
  1621. .testimony-container
  1622. :padding-bottom 35px
  1623.  
  1624. #plans
  1625. :background #ec671a
  1626.  
  1627. #methodology
  1628. :padding-top 0
  1629.  
  1630. #newsletter
  1631. .title-container
  1632. :display none
  1633.  
  1634. .team-members-carousel-container
  1635. :margin-top 0
  1636.  
  1637. #weare-video
  1638. :padding 75px 0
  1639.  
  1640. .header-container
  1641. :padding-right 6%
  1642.  
  1643. .footer-content
  1644. height: unset
  1645. flex-direction: column
  1646. padding: 20px 0
  1647.  
  1648. .footer-contact
  1649. margin: 20px 0
  1650.  
  1651. @media (max-width: 767px)
  1652.  
  1653. .plan-item-price-section
  1654. align-items: center
  1655.  
  1656. .plan-item-price-container
  1657. width: 100%
  1658.  
  1659. .plan-show-container
  1660. .plan-item-price
  1661. width: 100%
  1662. margin-top: 0
  1663.  
  1664. .plan-item-button
  1665. :display none
  1666.  
  1667. .sign-in-box
  1668. :padding 0
  1669.  
  1670. .student-form
  1671. :font-size 26px
  1672.  
  1673. .plan-item-price
  1674. :width 100%
  1675.  
  1676. .plan-show-description
  1677. :margin-top 25px
  1678.  
  1679. .plan-model
  1680. :left -10px
  1681. :width 100%
  1682.  
  1683. .second-stage-item
  1684. :width 100%
  1685.  
  1686. .login-area-registration
  1687. :margin 30px 0
  1688.  
  1689. .testimony-image-content
  1690. :display flex
  1691. :flex-direction column
  1692. :align-items center
  1693.  
  1694. .testimony-video
  1695. :margin-top 0
  1696.  
  1697. .testimony-info
  1698. :display none
  1699.  
  1700. .schedule-date
  1701. :margin-bottom 10px
  1702.  
  1703. .schedules-carousel-controls, .news-carousel-controls, .gallery-carousel-controls
  1704. :margin-top 10px
  1705.  
  1706. #newsletter
  1707. :padding 30px 0
  1708.  
  1709. .weare-container
  1710. :padding 0 0 75px 0
  1711.  
  1712. .plan-buttons
  1713. :padding 0
  1714.  
  1715. .students-menu
  1716. :top 70px
  1717. :right 35px
  1718.  
  1719. .scroll-arrow
  1720. :display none
  1721.  
  1722. .news-carousel
  1723. :margin-top 0
  1724.  
  1725. .plan-ball-bottom
  1726. :display none
  1727.  
  1728. .plange-stage-menu-container
  1729. :padding 0
  1730.  
  1731. .plan-item-price-container
  1732. :justify-content space-between
  1733. :width 100%
  1734.  
  1735. .plans-container
  1736. :height unset
  1737.  
  1738. .contact-form
  1739. :width 84%
  1740. :margin-left 8%
  1741.  
  1742. .login-area-box
  1743. :padding 0
  1744. :margin-top 30px
  1745.  
  1746. .login-area-session
  1747. :margin 30px 0
  1748.  
  1749. h2.subtitle
  1750. :display none
  1751.  
  1752. .title-container
  1753. h1.title
  1754. .title-text
  1755. :font-size 18px
  1756. .bar
  1757. :display none
  1758.  
  1759. .video-image-content, .gallery-image-content
  1760. :width 100%
  1761.  
  1762. .gallery-image-content
  1763. :margin 15px 0 15px 0
  1764. :display flex
  1765. :justify-content center
  1766.  
  1767. .submit-newsletter
  1768. :position initial
  1769. :width 100%
  1770.  
  1771. .input-newsletter
  1772. :height 50px
  1773.  
  1774. .social-bar-box
  1775. :height 70%
  1776. :flex-direction column
  1777.  
  1778. #news
  1779. :display block
  1780.  
  1781. .contact-form
  1782. :padding-top 0
  1783.  
  1784. .contact-textarea
  1785. :padding-top 10px
  1786.  
  1787. .contact-form-content
  1788. :height 580px
  1789. :background #FFF
  1790.  
  1791. .social-bar-container
  1792. :height 130px
  1793.  
  1794. .instagram-box, .facebook-box
  1795. :padding 0
  1796. :justify-content center
  1797.  
  1798. .social-box-text
  1799. :display none
  1800.  
  1801. .gallery-line
  1802. :display none
  1803.  
  1804. .gallery-container
  1805. :margin-top 0
  1806.  
  1807. .testimony-info-description
  1808. :height 410px
  1809.  
  1810. .gallery-carousel-controls
  1811. :display none
  1812.  
  1813. .testimony-info-name
  1814. :width 100%
  1815. :margin 30px 0
  1816. :text-align center
  1817.  
  1818. .testimony-video
  1819. :width 100%
  1820.  
  1821. .team-members-carousel-container
  1822. :padding 0
  1823.  
  1824. .team-members-carousel-controls
  1825. :height unset
  1826. :margin-top 30px
  1827. :flex-direction row-reverse
  1828.  
  1829. .arrow-member-right
  1830. :margin-bottom 0
  1831. :margin-left 20px
  1832.  
  1833. .team-member-item-info-name, .team-member-item-info-specialty
  1834. :text-align center
  1835.  
  1836. .team-member-item-info-name
  1837. :font-size 20px
  1838.  
  1839. .team-member-item-info-specialty
  1840. :font-size 18px
  1841. :margin-bottom 0
  1842.  
  1843. .plus-button-team-member
  1844. :display flex !important
  1845. :justify-content center
  1846. :margin-top 10px
  1847.  
  1848. .team-member-icon
  1849. :font-size 25px
  1850. :color #ec671a
  1851.  
  1852. &:hover
  1853. :color #ec671a
  1854.  
  1855. .methodology-line
  1856. :display block
  1857. :float left
  1858. :margin-top 0
  1859. :margin-bottom 30px
  1860.  
  1861. .line, .ball
  1862. :display none
  1863.  
  1864. .methodology-icon
  1865. :margin-bottom 15px
  1866.  
  1867. .methodology-box
  1868. :float left
  1869. :padding 0
  1870.  
  1871. .methodology-item
  1872. :margin-bottom 0
  1873. :width 28%
  1874. :margin-right 5%
  1875. :float left
  1876.  
  1877. .methodology-name
  1878. :font-size 13px
  1879.  
  1880. .new-item
  1881. :display flex
  1882. :justify-content center
  1883. :align-items center
  1884. :flex-direction column
  1885.  
  1886. .link-founders
  1887. :width 80%
  1888. :margin-top 0
  1889.  
  1890. .login-click
  1891. :width 25%
  1892. :justify-content center
  1893.  
  1894. .menu-toggle
  1895. :width 48px
  1896. :right 10px
  1897. :top 15px
  1898.  
  1899. .menu-container
  1900. :width 100%
  1901.  
  1902. .testimonies-carousel-controls
  1903. :height unset
  1904.  
  1905. .testimony-container
  1906. :padding 10px 0 30px 0
  1907.  
  1908. .team-member-item-image
  1909. :float left
  1910. :left 0
  1911. :width 50%
  1912. :position inherit
  1913.  
  1914. .team-member-item-info
  1915. :float left
  1916. :width 50%
  1917. :height unset
  1918. :padding-top 50px
  1919.  
  1920. .weare-abstract
  1921. :height 0
  1922. :overflow hidden
  1923. :margin-top 0
  1924.  
  1925. .team-member-item
  1926. :height unset
  1927.  
  1928. #team-member
  1929. :height unset
  1930.  
  1931. .video-image-content
  1932. :display none
  1933.  
  1934. .team-member-item-info
  1935. :overflow unset
  1936.  
  1937. .login-click-text-user, .login-click-text-greeting
  1938. :display none
  1939.  
  1940. .login-user
  1941. :margin 12px 5px 20px 0
  1942.  
  1943. .students-menu-button
  1944. :margin-right 20px
  1945.  
  1946. .header-container
  1947. :margin-top 10px
  1948.  
  1949. .banner-top
  1950. :margin-top 15px
  1951.  
  1952. h1.title
  1953. :letter-spacing 5px
  1954.  
  1955. #methodology
  1956. .container
  1957. :padding 0
  1958.  
  1959. .new-title
  1960. :margin-bottom 10px
  1961.  
  1962. .article-item
  1963. :margin-bottom 20px
  1964.  
  1965. .login-area-box .title-container
  1966. :margin-bottom 10px
  1967.  
  1968. .contact-info
  1969. display: flex
  1970. flex-direction: column
  1971. align-items: center
  1972.  
  1973. .footer-contact-info
  1974. border-right: 0
  1975. margin-top: 5px
  1976.  
  1977. .weare-container .title-text
  1978. margin-top: 60px
  1979. margin-bottom: 30px
  1980. width: 100%
  1981. float: left
  1982.  
  1983. h1
  1984. font-size: 38px
  1985. font-weight: bolder
  1986. letter-spacing: 10px
  1987. margin-top: 45px
  1988.  
  1989. h3
  1990. font-size: 21px
  1991. font-weight: 300
  1992.  
  1993. .text-title-about
  1994. text-align: center
  1995. color: #004D61
  1996.  
  1997. h2
  1998. margin-bottom: 10px
  1999.  
  2000. p
  2001. font-size: 21px
  2002. text-align: center
  2003. font-weight: 300
  2004. letter-spacing: 3px
  2005. line-height: 35px
  2006.  
  2007. .altura-img-prof
  2008. height: 380px
  2009.  
  2010. .btn-saiba-mais
  2011. background-color: transparent
  2012. color: #004D61
  2013. border: solid 2px
  2014. padding: 15px 60px
  2015. border-radius: 10px
  2016. font-weight: 700
  2017.  
  2018. &:hover
  2019. color: #fff
  2020. background-color: #EC671A
  2021. border-color: #EC671A
  2022.  
  2023. .box-laranja
  2024. background-color: #EC671A
  2025. color: #fff
  2026. padding: 70px
  2027. text-align: right
  2028.  
  2029. .card-body
  2030. border: none
  2031.  
  2032. .just-prof
  2033. position: relative
  2034. top: 40px
  2035. height: 420px
  2036. z-index: 999
  2037. left: 20px
  2038.  
  2039. .box-laranja
  2040. h3
  2041. font-size: 30px
  2042. font-weight: 700
  2043. margin-bottom: 30px
  2044. letter-spacing: 1px
  2045.  
  2046. p
  2047. font-size: 15px
  2048. line-height: 25px
  2049. letter-spacing: 2px
  2050.  
  2051. .about-box1
  2052. margin-bottom: 40px
  2053.  
  2054. .about-box2
  2055. font-size: 15px
  2056. line-height: 25px
  2057. letter-spacing: 2px
  2058.  
  2059. .box-branco
  2060. margin-top: 30px
  2061.  
  2062. p
  2063. font-size: 15px
  2064. line-height: 25px
  2065. letter-spacing: 2px
  2066. text-align: left
  2067. color: #004D61
  2068.  
  2069. .doubts
  2070. margin: 40px 0
  2071. color: #004D61
  2072.  
  2073. h2
  2074. font-size: 38px
  2075. font-weight: bolder
  2076. letter-spacing: 10px
  2077. margin-top: 45px
  2078.  
  2079. p
  2080. font-size: 21px
  2081. font-weight: 300
  2082. letter-spacing: 2px
  2083.  
  2084. .card-header
  2085. background-color: #E8650C
  2086. color: #004D61
  2087. text-align: center
  2088.  
  2089. .btn-link
  2090. font-size: 21px
  2091. font-weight: 700
  2092. text-decoration: none !important
  2093. color: #fff
  2094.  
  2095. &:hover
  2096. color: #fff
  2097.  
  2098. &.collapsed
  2099. font-size: 21px
  2100. font-weight: 700
  2101. color: #004D61
  2102.  
  2103. #accordion .card-body p
  2104. font-size: 15px
  2105. padding: 5px 30px
  2106.  
  2107. // font-weight: 300;
  2108. //letter-spacing: 1px
  2109.  
  2110. // === CSS PRODUTOS ===
  2111.  
  2112. #new-produts
  2113. background-color: #E8650C
  2114.  
  2115. .hovereffect
  2116. width: 100%
  2117. height: 100%
  2118. float: left
  2119. overflow: hidden
  2120. position: relative
  2121. text-align: center
  2122. cursor: default
  2123. padding: 5px
  2124.  
  2125. .overlay
  2126. width: 100%
  2127. height: 100%
  2128. position: absolute
  2129. overflow: hidden
  2130. top: 0
  2131. left: 0
  2132. opacity: 0
  2133. background-color: rgba(0, 0, 0, 0.5)
  2134. -webkit-transition: all .4s ease-in-out
  2135. transition: all 0.4s ease-in-out
  2136.  
  2137. img
  2138. display: block
  2139. position: relative
  2140. -webkit-transition: all .4s linear
  2141. transition: all .4s linear
  2142. height: auto
  2143. max-width: 100%
  2144.  
  2145. h2
  2146. text-transform: uppercase
  2147. color: #fff
  2148. text-align: center
  2149. position: relative
  2150. font-size: 17px
  2151. background: rgba(0, 0, 0, 0.6)
  2152. -webkit-transform: translatey(-100px)
  2153. -ms-transform: translatey(-100px)
  2154. transform: translatey(-100px)
  2155. -webkit-transition: all .2s ease-in-out
  2156. transition: all .2s ease-in-out
  2157. padding: 10px
  2158.  
  2159. a.info
  2160. text-decoration: none
  2161. display: inline-block
  2162. text-transform: uppercase
  2163. color: #fff
  2164. border: 1px solid #fff
  2165. background-color: transparent
  2166. opacity: 0
  2167. filter: alpha(opacity = 0)
  2168. -webkit-transition: all .2s ease-in-out
  2169. transition: all .2s ease-in-out
  2170. margin: 90px 0 0
  2171. padding: 7px 14px
  2172.  
  2173. &:hover
  2174. box-shadow: 0 0 5px #fff
  2175.  
  2176. &:hover
  2177. img
  2178. -ms-transform: scale(1.2)
  2179. -webkit-transform: scale(1.2)
  2180. transform: scale(1.2)
  2181.  
  2182. .overlay
  2183. opacity: 1
  2184. filter: alpha(opacity = 100)
  2185.  
  2186. h2
  2187. opacity: 1
  2188. filter: alpha(opacity = 100)
  2189. -ms-transform: translatey(0)
  2190. -webkit-transform: translatey(0)
  2191. transform: translatey(0)
  2192.  
  2193. a.info
  2194. opacity: 1
  2195. filter: alpha(opacity = 100)
  2196. -ms-transform: translatey(0)
  2197. -webkit-transform: translatey(0)
  2198. transform: translatey(0)
  2199. -webkit-transition-delay: .2s
  2200. transition-delay: .2s
  2201.  
  2202. .altura-btn
  2203. margin: 170px 0 0 !important
  2204.  
  2205. .primeira-fase, .segunda-fase
  2206. text-align: center
  2207. color: #fff
  2208.  
  2209. h2
  2210. font-size: 32px
  2211. font-weight: bolder
  2212. letter-spacing: 10px
  2213. margin-top: 40px
  2214.  
  2215. p
  2216. font-size: 21px
  2217. font-weight: 300
  2218. letter-spacing: 2px
  2219.  
  2220. .hovereffect-2
  2221. width: 100%
  2222. height: 100%
  2223. float: left
  2224. overflow: hidden
  2225. position: relative
  2226. text-align: center
  2227. cursor: default
  2228.  
  2229. .overlay
  2230. width: 100%
  2231. height: 100%
  2232. position: absolute
  2233. overflow: hidden
  2234. top: 0
  2235. left: 0
  2236. -webkit-transition: all 0.4s ease-in-out
  2237. transition: all 0.4s ease-in-out
  2238.  
  2239. &:hover .overlay
  2240. background-color: #ff6700
  2241. opacity: 0.9
  2242. text-align: right
  2243.  
  2244. h2
  2245. -webkit-transition: all 0.4s ease-in-out
  2246. transition: all 0.4s ease-in-out
  2247.  
  2248. img
  2249. -webkit-transition: all 0.4s ease-in-out
  2250. transition: all 0.4s ease-in-out
  2251. display: block
  2252. position: relative
  2253. -webkit-transform: scale(1.1)
  2254. -ms-transform: scale(1.1)
  2255. transform: scale(1.1)
  2256.  
  2257. &:hover img
  2258. -webkit-transform: scale(1)
  2259. -ms-transform: scale(1)
  2260. transform: scale(1)
  2261.  
  2262. h2
  2263. text-transform: uppercase
  2264. color: #fff
  2265. text-align: center
  2266. position: relative
  2267. font-size: 17px
  2268. padding: 10px
  2269. background: rgba(0, 0, 0, 0.6)
  2270.  
  2271. a.info
  2272. display: inline-block
  2273. text-decoration: none
  2274. padding: 7px 14px
  2275. color: #fff
  2276. border: 1px solid #fff
  2277. margin: 50px 0 0 0
  2278. background-color: transparent
  2279. opacity: 0
  2280. filter: alpha(opacity = 0)
  2281. -webkit-transform: scale(1.5)
  2282. -ms-transform: scale(1.5)
  2283. transform: scale(1.5)
  2284. -webkit-transition: all 0.4s ease-in-out
  2285. transition: all 0.4s ease-in-out
  2286. font-weight: normal
  2287. height: 101%
  2288. width: 102%
  2289. position: absolute
  2290. top: -12%
  2291. left: -1%
  2292. padding: 70px
  2293.  
  2294. &:hover a.info
  2295. opacity: 1
  2296. filter: alpha(opacity = 100)
  2297. -webkit-transform: scale(1)
  2298. -ms-transform: scale(1)
  2299. transform: scale(1)
  2300.  
  2301. //background-color: rgba(0,0,0,0.4);
  2302.  
  2303. #equipe
  2304. background-color: #004D61
  2305. text-align: center
  2306.  
  2307. h2
  2308. font-size: 38px
  2309. font-weight: bolder
  2310. letter-spacing: 10px
  2311. margin-top: 25px
  2312. color: #fff
  2313. margin-bottom: 45px
  2314.  
  2315. .info
  2316. h4
  2317. text-align: left
  2318. font-size: 28px
  2319. font-weight: 700
  2320. margin-top: 80px
  2321.  
  2322. h5
  2323. text-align: left
  2324. font-size: 18px
  2325. font-weight: 400
  2326. margin-bottom: 30px
  2327.  
  2328. p
  2329. text-align: left
  2330. font-size: 16px
  2331. font-weight: 100
  2332.  
  2333. i.fas.fa-plus
  2334. display: flex
  2335.  
  2336. .owl-nav
  2337. display: none
  2338.  
  2339. span
  2340. color: #fff
  2341. font-size: 45px
  2342.  
  2343. .modal-header
  2344. background-color: #004D61
  2345.  
  2346. .modal-body
  2347. background-color: #004D61
  2348. color: #fff
  2349.  
  2350. h4
  2351. font-size: 40px
  2352. font-weight: 600
  2353. letter-spacing: 1px
  2354.  
  2355. .modal h5
  2356. font-size: 22px
  2357. font-weight: 400
  2358. letter-spacing: 2px
  2359. margin-bottom: 25px
  2360.  
  2361. .modal-body p
  2362. font-size: 14px
  2363. letter-spacing: 1px
  2364. font-weight: 300
  2365. line-height: 25px
  2366.  
  2367. .modal-header
  2368. background-color: #004D61
  2369. border-bottom: none
  2370. margin-bottom: -20px
  2371.  
  2372. #depo
  2373. p
  2374. font-size: 17px
  2375. font-weight: 400
  2376. text-align: left
  2377. color: #fff
  2378. line-height: 30px
  2379. letter-spacing: 2px
  2380. // === CSS PRODUTOS ===
  2381.  
  2382. #new-produts
  2383. background-color: #E8650C
  2384.  
  2385. .hovereffect
  2386. width: 100%
  2387. height: 100%
  2388. float: left
  2389. overflow: hidden
  2390. position: relative
  2391. text-align: center
  2392. cursor: default
  2393. padding: 5px
  2394.  
  2395. .overlay
  2396. width: 100%
  2397. height: 100%
  2398. position: absolute
  2399. overflow: hidden
  2400. top: 0
  2401. left: 0
  2402. opacity: 0
  2403. background-color: rgba(0, 0, 0, 0.5)
  2404. -webkit-transition: all .4s ease-in-out
  2405. transition: all 0.4s ease-in-out
  2406.  
  2407. img
  2408. display: block
  2409. position: relative
  2410. -webkit-transition: all .4s linear
  2411. transition: all .4s linear
  2412. height: auto
  2413. max-width: 100%
  2414.  
  2415. h2
  2416. text-transform: uppercase
  2417. color: #fff
  2418. text-align: center
  2419. position: relative
  2420. font-size: 17px
  2421. background: rgba(0, 0, 0, 0.6)
  2422. -webkit-transform: translatey(-100px)
  2423. -ms-transform: translatey(-100px)
  2424. transform: translatey(-100px)
  2425. -webkit-transition: all .2s ease-in-out
  2426. transition: all .2s ease-in-out
  2427. padding: 10px
  2428.  
  2429. a.info
  2430. text-decoration: none
  2431. display: inline-block
  2432. text-transform: uppercase
  2433. color: #fff
  2434. border: 1px solid #fff
  2435. background-color: transparent
  2436. opacity: 0
  2437. filter: alpha(opacity = 0)
  2438. -webkit-transition: all .2s ease-in-out
  2439. transition: all .2s ease-in-out
  2440. margin: 90px 0 0
  2441. padding: 7px 14px
  2442.  
  2443. &:hover
  2444. box-shadow: 0 0 5px #fff
  2445.  
  2446. &:hover
  2447. img
  2448. -ms-transform: scale(1.2)
  2449. -webkit-transform: scale(1.2)
  2450. transform: scale(1.2)
  2451.  
  2452. .overlay
  2453. opacity: 1
  2454. filter: alpha(opacity = 100)
  2455.  
  2456. h2
  2457. opacity: 1
  2458. filter: alpha(opacity = 100)
  2459. -ms-transform: translatey(0)
  2460. -webkit-transform: translatey(0)
  2461. transform: translatey(0)
  2462.  
  2463. a.info
  2464. opacity: 1
  2465. filter: alpha(opacity = 100)
  2466. -ms-transform: translatey(0)
  2467. -webkit-transform: translatey(0)
  2468. transform: translatey(0)
  2469. -webkit-transition-delay: .2s
  2470. transition-delay: .2s
  2471.  
  2472. .altura-btn
  2473. margin: 170px 0 0 !important
  2474.  
  2475. .primeira-fase, .segunda-fase
  2476. text-align: center
  2477. color: #fff
  2478.  
  2479. h2
  2480. font-size: 32px
  2481. font-weight: bolder
  2482. letter-spacing: 10px
  2483. margin-top: 40px
  2484.  
  2485. p
  2486. font-size: 21px
  2487. font-weight: 300
  2488. letter-spacing: 2px
  2489.  
  2490. .hovereffect-2
  2491. width: 100%
  2492. height: 100%
  2493. float: left
  2494. overflow: hidden
  2495. position: relative
  2496. text-align: center
  2497. cursor: default
  2498.  
  2499. .overlay
  2500. width: 100%
  2501. height: 100%
  2502. position: absolute
  2503. overflow: hidden
  2504. top: 0
  2505. left: 0
  2506. -webkit-transition: all 0.4s ease-in-out
  2507. transition: all 0.4s ease-in-out
  2508.  
  2509. &:hover .overlay
  2510. background-color: #ff6700
  2511. opacity: 0.9
  2512. text-align: right
  2513.  
  2514. h2
  2515. -webkit-transition: all 0.4s ease-in-out
  2516. transition: all 0.4s ease-in-out
  2517.  
  2518. img
  2519. -webkit-transition: all 0.4s ease-in-out
  2520. transition: all 0.4s ease-in-out
  2521. display: block
  2522. position: relative
  2523. -webkit-transform: scale(1.1)
  2524. -ms-transform: scale(1.1)
  2525. transform: scale(1.1)
  2526.  
  2527. &:hover img
  2528. -webkit-transform: scale(1)
  2529. -ms-transform: scale(1)
  2530. transform: scale(1)
  2531.  
  2532. h2
  2533. text-transform: uppercase
  2534. color: #fff
  2535. text-align: center
  2536. position: relative
  2537. font-size: 17px
  2538. padding: 10px
  2539. background: rgba(0, 0, 0, 0.6)
  2540.  
  2541. a.info
  2542. display: inline-block
  2543. text-decoration: none
  2544. padding: 7px 14px
  2545. color: #fff
  2546. border: 1px solid #fff
  2547. margin: 50px 0 0 0
  2548. background-color: transparent
  2549. opacity: 0
  2550. filter: alpha(opacity = 0)
  2551. -webkit-transform: scale(1.5)
  2552. -ms-transform: scale(1.5)
  2553. transform: scale(1.5)
  2554. -webkit-transition: all 0.4s ease-in-out
  2555. transition: all 0.4s ease-in-out
  2556. font-weight: normal
  2557. height: 101%
  2558. width: 102%
  2559. position: absolute
  2560. top: -12%
  2561. left: -1%
  2562. padding: 70px
  2563.  
  2564. &:hover a.info
  2565. opacity: 1
  2566. filter: alpha(opacity = 100)
  2567. -webkit-transform: scale(1)
  2568. -ms-transform: scale(1)
  2569. transform: scale(1)
  2570.  
  2571. //background-color: rgba(0,0,0,0.4);
  2572.  
  2573. #equipe
  2574. background-color: #004D61
  2575. text-align: center
  2576.  
  2577. h2
  2578. font-size: 38px
  2579. font-weight: bolder
  2580. letter-spacing: 10px
  2581. margin-top: 25px
  2582. color: #fff
  2583. margin-bottom: 45px
  2584.  
  2585. .info
  2586. h4
  2587. text-align: left
  2588. font-size: 28px
  2589. font-weight: 700
  2590. margin-top: 80px
  2591.  
  2592. h5
  2593. text-align: left
  2594. font-size: 18px
  2595. font-weight: 400
  2596. margin-bottom: 30px
  2597.  
  2598. p
  2599. text-align: left
  2600. font-size: 16px
  2601. font-weight: 100
  2602.  
  2603. i.fas.fa-plus
  2604. display: flex
  2605.  
  2606. .owl-nav
  2607. display: none
  2608.  
  2609. span
  2610. color: #fff
  2611. font-size: 45px
  2612.  
  2613. .modal-header
  2614. background-color: #004D61
  2615.  
  2616. .modal-body
  2617. background-color: #004D61
  2618. color: #fff
  2619.  
  2620. h4
  2621. font-size: 40px
  2622. font-weight: 600
  2623. letter-spacing: 1px
  2624.  
  2625. .modal h5
  2626. font-size: 22px
  2627. font-weight: 400
  2628. letter-spacing: 2px
  2629. margin-bottom: 25px
  2630.  
  2631. .modal-body p
  2632. font-size: 14px
  2633. letter-spacing: 1px
  2634. font-weight: 300
  2635. line-height: 25px
  2636.  
  2637. .modal-header
  2638. background-color: #004D61
  2639. border-bottom: none
  2640. margin-bottom: -20px
  2641.  
  2642. h4
  2643. font-size: 28px
  2644. text-align: left
  2645. font-weight: 700
  2646. color: #fff
  2647.  
  2648. h2
  2649. font-size: 38px
  2650. font-weight: bolder
  2651. letter-spacing: 10px
  2652. margin-top: 25px
  2653. color: #fff
  2654. margin-bottom: 45px
  2655.  
  2656. background-color: #ff6700
  2657. text-align: center
  2658.  
  2659. #galeria h2
  2660. font-size: 38px
  2661. font-weight: bolder
  2662. letter-spacing: 10px
  2663. margin-top: 45px
  2664. color: #004D61
  2665. text-align: center
  2666.  
  2667. #anota
  2668. background-color: #004D61
  2669. text-align: center
  2670.  
  2671. h2
  2672. font-size: 38px
  2673. font-weight: bolder
  2674. letter-spacing: 10px
  2675. margin-top: 25px
  2676. color: #fff
  2677. margin-bottom: 45px
  2678.  
  2679. .card-title
  2680. color: #004D61
  2681. font-weight: 700
  2682. font-size: 18px
  2683. line-height: 25px
  2684. text-align: left
  2685. min-height: 60px
  2686.  
  2687. .card-text
  2688. font-size: 14px
  2689. font-weight: 300
  2690. letter-spacing: 1px
  2691. text-align: left
  2692. min-height: 170px
  2693.  
  2694. .btn-vejamais
  2695. background-color: transparent
  2696. color: #004D61
  2697. font-weight: 700
  2698. border: none
  2699.  
  2700. .btn-veja-mais
  2701. margin-top: 30px
  2702. background-color: transparent
  2703. color: #fff
  2704. border: solid 2px
  2705. padding: 15px 60px
  2706. border-radius: 10px
  2707. font-weight: 700
  2708.  
  2709. &:hover
  2710. color: #fff
  2711. background-color: #EC671A
  2712. border-color: #EC671A
  2713.  
  2714. .card a:hover
  2715. color: #E8650C
  2716.  
  2717. #anota .card
  2718. margin-bottom: 30px
  2719.  
  2720. .page-item.active .page-link
  2721. color: #fff
  2722. background-color: #E8650C
  2723. border-color: #E8650C
  2724.  
  2725. .page-link
  2726. color: #004D61
  2727.  
  2728. // CSS LEITURA CURSO
  2729.  
  2730. #cont-curso
  2731. h1
  2732. font-size: 38px
  2733. font-weight: bolder
  2734. letter-spacing: 10px
  2735. margin-top: 25px
  2736. margin-bottom: 50px
  2737.  
  2738. p
  2739. font-size: 21px
  2740. text-align: center
  2741. font-weight: 300
  2742. letter-spacing: 3px
  2743. line-height: 30px
  2744.  
  2745. .btn-comprar-curso
  2746. background-color: transparent
  2747. color: #004D61
  2748. border: solid 2px
  2749. padding: 15px 60px
  2750. border-radius: 10px
  2751. font-weight: 700
  2752. margin-top: 30px
  2753.  
  2754. #OqueDesperte
  2755. background-color: #004D61
  2756.  
  2757. h1
  2758. font-size: 38px
  2759. font-weight: bolder
  2760. letter-spacing: 10px
  2761. margin-top: 25px
  2762. color: #fff
  2763. margin-bottom: 45px
  2764. text-align: center
  2765.  
  2766. .svg-status
  2767. width: 50%
  2768. margin-bottom: 25px
  2769. color: #fff
  2770.  
  2771. .itens-oque
  2772. text-align: center
  2773.  
  2774. h5
  2775. font-size: 22px
  2776. font-weight: 700
  2777. color: #fff
  2778. margin-bottom: 30px
  2779. min-height: 60px
  2780.  
  2781. p
  2782. font-weight: 300
  2783. color: #fff
  2784. letter-spacing: 1px
  2785. font-size: 13px
  2786.  
  2787. #OqueDesperte
  2788. text-align: center
  2789. color: #fff
  2790.  
  2791. .itens-funciona
  2792. h5
  2793. font-size: 22px
  2794. font-weight: 700
  2795. color: #fff
  2796. margin-bottom: 30px
  2797. min-height: 30px
  2798.  
  2799. p
  2800. font-weight: 300
  2801. color: #fff
  2802. letter-spacing: 1px
  2803. font-size: 13px
  2804.  
  2805. #paraQuem
  2806. background-color: #ff6700
  2807. text-align: center
  2808. color: #fff
  2809.  
  2810. p
  2811. margin-top: 30px
  2812. font-size: 19px
  2813. letter-spacing: 2px
  2814.  
  2815. #professor
  2816. h2
  2817. font-size: 38px
  2818. font-weight: bolder
  2819. letter-spacing: 10px
  2820. margin-top: 45px
  2821. color: #004D61
  2822. text-align: center
  2823. margin-bottom: 60px
  2824.  
  2825. color: #004D61
  2826.  
  2827. h4
  2828. font-size: 36px
  2829. font-weight: 600
  2830. margin-bottom: 10px
  2831. margin-top: 70px
  2832.  
  2833. h6
  2834. font-size: 25px
  2835. font-weight: 100
  2836. letter-spacing: 4px
  2837. margin-top: -10px
  2838. margin-bottom: 20px
  2839.  
  2840. p
  2841. font-size: 16px
  2842. font-weight: 300
  2843. letter-spacing: 2px
  2844. line-height: 27px
  2845.  
  2846. #compra
  2847. background-color: #ff6700
  2848. text-align: center
  2849.  
  2850. h2
  2851. font-size: 48px
  2852. font-weight: bolder
  2853. letter-spacing: 10px
  2854. margin-top: 25px
  2855. color: #004D61
  2856. margin-bottom: 25px
  2857.  
  2858. p
  2859. font-size: 22px
  2860. color: #fff
  2861. font-weight: 500
  2862. margin-bottom: 0px
  2863. letter-spacing: 2px
  2864.  
  2865. span
  2866. font-size: 60px
  2867. font-weight: bolder
  2868.  
  2869. h6
  2870. font-size: 16px
  2871. margin-top: 40px
  2872. color: #fff
  2873.  
  2874. .btn-comprar-curso:hover
  2875. color: #fff
  2876. background-color: #004D61
  2877. border-color: #004D61
  2878.  
  2879. #compra a
  2880. color: #004D61
  2881. text-decoration: none
  2882.  
  2883. #paraQuem H1
  2884. font-size: 38px
  2885. font-weight: bolder
  2886. letter-spacing: 10px
  2887. margin-top: 25px
  2888. color: #fff
  2889. margin-bottom: 45px
  2890. text-align: center
  2891.  
  2892. @media (max-width: 576px)
  2893. .modal-dialog
  2894. max-width: 830px
  2895.  
  2896. #cont-curso h1
  2897. font-size: 26px
  2898.  
  2899. .svg-status
  2900. widt.header-container
  2901. :margin-top 40px
  2902. :padding-left 0
  2903. :display flex
  2904. :align-items center
  2905. :justify-content space-between
  2906. :color #156274
  2907.  
  2908. .header-ball
  2909. :position absolute
  2910. :right 50px
  2911. :top -35px
  2912.  
  2913. .rotate-ball
  2914. :z-index 99
  2915.  
  2916. &.in-view
  2917. :animation spin 16s linear, fall-right 16s linear
  2918.  
  2919. &.in-view.left
  2920. :animation spin 16s linear, fall-left 16s linear
  2921.  
  2922. @keyframes spin
  2923. 100%
  2924. :transform rotate(360deg)
  2925.  
  2926. @keyframes fall-right
  2927. 100%
  2928. :top -1100px
  2929.  
  2930. @keyframes fall-left
  2931. 100%
  2932. :bottom 1100px
  2933.  
  2934. #menu
  2935. :display flex
  2936. :flex-direction column
  2937. :justify-content center
  2938. :padding 0 53% 3% 20%
  2939.  
  2940. .menu-container
  2941. :background-color rgba(21, 98, 116, 0.9)
  2942. :position fixed
  2943. :z-index 998
  2944. :top 0
  2945. :right -634px
  2946. :width 35%
  2947. :transition 1.3s right ease
  2948. :padding-bottom 53px
  2949.  
  2950. .menu-link
  2951. :color #FFF
  2952. :text-transform uppercase
  2953. :font-weight 800
  2954. :font-size 22px
  2955. :margin-top 50px
  2956. :text-align right
  2957. :text-decoration none
  2958.  
  2959. &:hover, &:link, &:visited
  2960. :color #FFF
  2961.  
  2962. .students-menu
  2963. :position absolute
  2964. :display flex
  2965. :flex-direction column
  2966. :right 0
  2967. :top 60px
  2968. :padding 10px
  2969. :border 1px solid #0a6276
  2970. :z-index 99
  2971. :background-color #FFF
  2972.  
  2973. .students-menu-button
  2974. :cursor pointer
  2975. :display flex
  2976. :align-items center
  2977. :justify-content center
  2978.  
  2979. .login-click
  2980. :display flex
  2981. :align-items center
  2982. :justify-content space-between
  2983. :color #156274
  2984. :position relative
  2985. :z-index 998
  2986.  
  2987. &:hover, &:visited, &:link
  2988. :color #156274
  2989.  
  2990. .login-click-text
  2991. :display flex
  2992. :flex-direction column
  2993. :align-items flex-end
  2994. :font-size 14px
  2995.  
  2996. .login-user
  2997. :font-size 20px
  2998. :display flex
  2999. :align-items center
  3000.  
  3001. .login-user-logo
  3002. :font-size 30px
  3003. :margin-left 10px
  3004. :color #156274
  3005.  
  3006. .login-click-text-user
  3007. :font-size 14px
  3008. :font-weight bold
  3009. :color #156274
  3010.  
  3011. .login-click-text-greeting
  3012. :font-size 14px
  3013.  
  3014. .login-area-box
  3015. :float left
  3016. :padding 100px 25px
  3017. :overflow hidden
  3018.  
  3019. .title-container
  3020. :bottom 575px
  3021. :width 1250px
  3022. :left -49%
  3023.  
  3024. .title-text
  3025. :color #0a6276
  3026. :background-color #FFF
  3027.  
  3028. .bar
  3029. :background-color #0a6276
  3030.  
  3031. .students-menu-link
  3032. :color #156274
  3033. :margin-bottom 10px
  3034. :font-size 15px
  3035.  
  3036. &:hover
  3037. :text-decoration none
  3038.  
  3039. .new-student-input
  3040. :height 45px
  3041. :width 100%
  3042. :border 1px solid #156274
  3043. :margin-top 20px
  3044. :border-radius 0
  3045.  
  3046. .new-student-submit
  3047. :background-color #156274
  3048. :color #FFF
  3049. :text-transform uppercase
  3050. :font-weight bold
  3051. :height 45px
  3052. :width 100%
  3053. :margin-top 20px
  3054.  
  3055. .login-area-form
  3056. .col-sm-8
  3057. :width 100%
  3058.  
  3059. .login-area-title
  3060. :text-align center
  3061. :text-transform uppercase
  3062. :color #156274
  3063. :font-weight bold
  3064. :margin-top 0
  3065.  
  3066. .fancybox-content
  3067. :height 850px !important
  3068. :padding 35px
  3069.  
  3070. .login-subtitle
  3071. :text-transform uppercase
  3072. :color #156274
  3073. :display block
  3074. :width 100%
  3075. :text-align center
  3076.  
  3077. .login-area-session
  3078. :padding-left 5%
  3079. :margin-left 5%
  3080. :border-left 1px solid #dcdcdc
  3081.  
  3082. .login-area-session-link
  3083. :display flex
  3084. :flex-direction column
  3085. :align-items center
  3086. :margin-top 100px
  3087.  
  3088. .login-area-session-text
  3089. :text-transform uppercase
  3090. :font-weight bold
  3091. :font-size 20px
  3092. :letter-spacing 7px
  3093. :color #156274
  3094. :display block
  3095. :text-align center
  3096. :width 50%
  3097.  
  3098. .login-area-registration-text
  3099. :line-height 40px
  3100.  
  3101. .login-area-registration
  3102. .form-group
  3103. :width 100%
  3104. :float left
  3105. :margin-bottom 0
  3106.  
  3107. .login-registration-link
  3108. :color #FFF
  3109. :background-color #156274
  3110. :height 40px
  3111. :width 100%
  3112. :display flex
  3113. :justify-content center
  3114. :align-items center
  3115. :text-transform uppercase
  3116. :margin-top 20px
  3117.  
  3118. &:hover
  3119. :color #FFF
  3120.  
  3121. h1.title
  3122. :text-transform uppercase
  3123. :font-weight 800
  3124. :letter-spacing 15px
  3125. :margin 0
  3126.  
  3127. .banner-top
  3128. :border-bottom 4px solid #156274
  3129. :width 100%
  3130. :float left
  3131. :position relative
  3132. :z-index 3
  3133. :margin-top 30px
  3134.  
  3135. .lSAction > .lSPrev
  3136. :background image-url('banner-arrow.png') no-repeat center center
  3137.  
  3138. .lSAction > .lSNext
  3139. :background image-url('banner-arrow.png') no-repeat center center
  3140. :transform rotate(180deg)
  3141.  
  3142. .banner-ball
  3143. :position absolute
  3144. :left -103px
  3145. :top 700px
  3146. :z-index 2
  3147.  
  3148. .container-fluid
  3149. :padding 0
  3150.  
  3151. #weare
  3152. :float left
  3153. :width 100%
  3154.  
  3155. .weare-container
  3156. :padding 75px 0
  3157. :float left
  3158. :width 100%
  3159.  
  3160. .title-text
  3161. :text-align center
  3162. :color #156274
  3163.  
  3164. .weare-text-content-description
  3165. :margin-top 80px
  3166.  
  3167. .weare-video
  3168. :margin-bottom 60px
  3169. :float left
  3170. :width 100%
  3171.  
  3172. .weare-abstract
  3173. :font-size 16px
  3174. :margin-top 50px
  3175. :text-align center
  3176. :line-height 40px
  3177. :font-family 'Montserrat', sans-serif
  3178. :letter-spacing 2px
  3179.  
  3180. .weare-content
  3181. :margin-top 60px
  3182. :text-align center
  3183. :line-height 30px
  3184. :font-size 16px
  3185. :font-family 'Montserrat', sans-serif
  3186. :letter-spacing 2px
  3187.  
  3188. .link-founders-container
  3189. :display flex
  3190. :align-items center
  3191. :justify-content center
  3192.  
  3193. .link-founders
  3194. :display flex
  3195. :align-items center
  3196. :justify-content center
  3197. :color #FFF
  3198. :background linear-gradient(to bottom, #ce6511, #fd7101)
  3199. :margin-top 50px
  3200. :width 18%
  3201. :height 60px
  3202. :border-radius 10px
  3203. :font-weight 800
  3204. :font-size 18px
  3205. :text-decoration none
  3206.  
  3207. &:hover, &:visited, &:link
  3208. :color #FFF
  3209. :background-color #da5d09
  3210.  
  3211. .title-container
  3212. :position absolute
  3213. :bottom 272px
  3214. :left -31%
  3215. :transform rotate(-90deg)
  3216. :width 775px
  3217.  
  3218. h1.title
  3219. :display flex
  3220. :justify-content center
  3221.  
  3222. .title-text
  3223. :position relative
  3224. :z-index 2
  3225. :padding 0 10px 0 14px
  3226.  
  3227. .bar
  3228. :height 2px
  3229. :width 100%
  3230. :position absolute
  3231. :top 20px
  3232.  
  3233. .container-section
  3234. :height 772px
  3235. :width 100%
  3236. :float left
  3237.  
  3238. #plans
  3239. :background-color #ec671a
  3240. :padding-top 40px
  3241. :position relative
  3242.  
  3243. .title-container
  3244. :bottom 408px
  3245.  
  3246. .title-text
  3247. :color #FFF
  3248. :background-color #ec671a
  3249.  
  3250. .bar
  3251. :background-color #FFF
  3252.  
  3253. .plan-ball-bottom
  3254. :position absolute
  3255. :bottom -50px
  3256. :left -87px
  3257.  
  3258. .plan-ball-top
  3259. :position absolute
  3260. :right 200px
  3261. :top -25px
  3262.  
  3263. .plan-ball-middle
  3264. :position absolute
  3265. :bottom 203px
  3266. :left 61px
  3267.  
  3268. .plans-container
  3269. :position relative
  3270. :padding-top 65px
  3271. :height 775px
  3272.  
  3273. .plan-model
  3274. :position absolute
  3275. :left 0
  3276. :top 74px
  3277.  
  3278. .second-stage-item
  3279. :display flex
  3280. :flex-direction column
  3281. :justify-content space-between
  3282. :margin-bottom 50px
  3283. :width 30%
  3284. :float left
  3285. :margin-right 1%
  3286. :min-height 130px
  3287.  
  3288. .plan-item-price-container
  3289. :width 100%
  3290.  
  3291. .plan-item-description
  3292. :margin-top 0
  3293.  
  3294. .first-stage-item
  3295. :width 48%
  3296. :margin-right 2%
  3297. :min-height 160px
  3298.  
  3299. .plan-item-name
  3300. :color #FFF
  3301. :font-weight bold
  3302. :font-size 18px
  3303. :text-transform uppercase
  3304.  
  3305. .plange-stage-menu-container
  3306. :margin-bottom 60px
  3307. :display flex
  3308. :justify-content space-between
  3309. :width 48%
  3310.  
  3311. .plan-stage-menu
  3312. :display flex
  3313. :align-items center
  3314. :height 50px
  3315. :color #FFF
  3316. :text-transform uppercase
  3317. :text-align center
  3318. :font-weight bold
  3319. :font-size 16px
  3320. :background-color transparent
  3321. :border 1px solid #156274
  3322. :padding 10px
  3323. :text-decoration none
  3324.  
  3325. &:hover, &.selected
  3326. :color #FFF
  3327. :background-color #156274
  3328. :text-decoration none
  3329.  
  3330. .plan-stage-menu-disabled
  3331. :background-color #ccc
  3332. :border #ccc
  3333.  
  3334. &:hover
  3335. :background-color #ccc
  3336.  
  3337. .plan-item-description
  3338. :color #FFF
  3339. :font-weight 200
  3340. :font-size 16px
  3341. :margin-top 10px
  3342. :width 93%
  3343.  
  3344. .plan-item-price-container
  3345. :height 45px
  3346. :position relative
  3347. :width 25%
  3348.  
  3349. .plan-item-price
  3350. :display flex
  3351. :align-items center
  3352. :justify-content center
  3353. :float left
  3354. :color #FFF
  3355. :font-weight 700
  3356. :font-size 20px
  3357. :text-align center
  3358. :background linear-gradient(to bottom, #156376, #0a8cab)
  3359. :height 100%
  3360. :width 70%
  3361. :border-radius 10px
  3362.  
  3363. &:hover
  3364. :color #FFF
  3365.  
  3366. .plan-item-button
  3367. :display flex
  3368. :align-items center
  3369. :justify-content center
  3370. :float left
  3371. :background linear-gradient(to bottom, #a6a5a5, #fcfcfc)
  3372. :height 100%
  3373. :width 30%
  3374. :border-radius 10px
  3375. :font-size 20px
  3376. :color #16182f
  3377. :position absolute
  3378. :right 25px
  3379.  
  3380. &:hover, &:target, &:link
  3381. :color #16182f
  3382.  
  3383. .plan-show
  3384. :float left
  3385. :width 100%
  3386.  
  3387. .plan-show-container
  3388. :padding 75px 0
  3389. :width 100%
  3390. :float left
  3391.  
  3392. .title
  3393. :text-align center
  3394. :color #156274
  3395. :margin-bottom 35px
  3396.  
  3397. .plan-item-price-container
  3398. :margin-top 20px
  3399.  
  3400. .plan-show-description
  3401. :font-size 15px
  3402. :line-height 41px
  3403. :overflow hidden
  3404.  
  3405. .plan-item-price-section
  3406. :display flex
  3407. :justify-content center
  3408. flex-direction: column
  3409. float: right
  3410.  
  3411. .plan-item-price-container
  3412. width: 50%
  3413. margin: 20px 0
  3414.  
  3415. .plan-item-button
  3416. width: 12%
  3417. right: 0
  3418.  
  3419. .plan-item-price
  3420. width: 92%
  3421. font-size: 18px
  3422.  
  3423. .plan-item-text
  3424. display: block
  3425. color: #0b88a6
  3426. font-weight: bold
  3427.  
  3428. .plan-item-dowload-text
  3429. margin-left: 5px
  3430. color: #0b88a6
  3431.  
  3432. .plan-item-download-link
  3433. display: flex
  3434. align-items: center
  3435. font-weight: bold
  3436. text-decoration: none
  3437.  
  3438. .plan-item-price-text
  3439. color: #FFF
  3440.  
  3441. #methodology
  3442. :background-color #ec671a
  3443. :padding-top 170px
  3444. :position relative
  3445.  
  3446. .title-container
  3447. .title-text
  3448. :color #FFF
  3449. :background-color #ec671a
  3450.  
  3451. .bar
  3452. :background-color #FFF
  3453.  
  3454. .methodology-ball-left-bottom
  3455. :position absolute
  3456. :left -85px
  3457. :bottom -30px
  3458. :z-index 2
  3459.  
  3460. .metodology-ball-right-top
  3461. :position absolute
  3462. :right 100px
  3463. :top -65px
  3464.  
  3465. .methodology-ball-middle-white
  3466. :position absolute
  3467. :left 86px
  3468. :bottom 244px
  3469.  
  3470. .methodology-container, .team-members-container
  3471. :position relative
  3472.  
  3473. .methodology-line
  3474. :position relative
  3475. :display flex
  3476. :justify-content space-between
  3477. :margin-bottom 95px
  3478.  
  3479. .line
  3480. :position absolute
  3481. :left 58px
  3482. :top 82px
  3483. :background-color #FFF
  3484. :height 1px
  3485. :width 80%
  3486.  
  3487. .methodology-item
  3488. :width 20%
  3489. :cursor pointer
  3490. :display flex
  3491. :align-items center
  3492. :justify-content center
  3493. :flex-direction column
  3494.  
  3495. &:hover
  3496. .ball
  3497. :position relative
  3498. :z-index 2
  3499. :background-color #156274
  3500.  
  3501. .methodology-icon
  3502. :display none
  3503.  
  3504. &.hover
  3505. :display block
  3506.  
  3507. .methodology-icon
  3508. :margin-bottom 30px
  3509.  
  3510. &.hover
  3511. :display none
  3512.  
  3513. .methodology-name
  3514. :color #FFF
  3515. :font-weight 700
  3516. :font-size 17px
  3517. :text-align center
  3518.  
  3519. .ball
  3520. :margin-bottom 20px
  3521. :display block
  3522. :width 15px
  3523. :height 15px
  3524. :border-radius 100%
  3525. :background-color #FFF
  3526.  
  3527. #team-member
  3528. :background-color #156274
  3529. :height 766px
  3530. :position relative
  3531.  
  3532. .title-container
  3533. .title-text
  3534. :color #FFF
  3535. :background-color #156274
  3536.  
  3537. .bar
  3538. :background-color #FFF
  3539.  
  3540. .team-member-ball
  3541. :position absolute
  3542. :left -50px
  3543. :bottom -50px
  3544.  
  3545. .team-member-ball-top-right-white
  3546. :position absolute
  3547. :top 2px
  3548. :right 98px
  3549.  
  3550. .team-member-ball-top-right
  3551. :position absolute
  3552. :top 252px
  3553. :right 155px
  3554.  
  3555. .team-member-ball-bottom-left
  3556. :position absolute
  3557. :bottom 38px
  3558. :left 129px
  3559.  
  3560. .scroll-arrow
  3561. :position absolute
  3562. :bottom 12px
  3563. :right 0
  3564. :width 442px
  3565. :height 22px
  3566. :z-index 99
  3567. :display flex
  3568. :justify-content center
  3569. :align-items center
  3570. :cursor pointer
  3571.  
  3572. .team-members-carousel-container
  3573. :margin-top 100px
  3574.  
  3575. .lslide
  3576. :position relative
  3577.  
  3578. .team-member-item
  3579. :background-color #FFF
  3580. :height 574px
  3581. :position relative
  3582. :width 77%
  3583. :float right
  3584.  
  3585. .team-member-item-info-name
  3586. :font-weight 700
  3587. :font-size 28px
  3588. :display block
  3589.  
  3590. .team-member-item-info-specialty
  3591. :margin-bottom 30px
  3592. :display block
  3593. :font-size 20px
  3594.  
  3595. .team-member-item-info-description
  3596. :line-height 33px
  3597.  
  3598. .team-member-item-info
  3599. :width 70%
  3600. :float right
  3601. :padding 5% 5% 0 5%
  3602. :height 530px
  3603. :overflow-y scroll
  3604.  
  3605. &::-webkit-scrollbar
  3606. :width 10px
  3607.  
  3608. &::-webkit-scrollbar-thumb
  3609. :background-color #ccc
  3610.  
  3611. &::-webkit-scrollbar-track
  3612. :background-color transparent
  3613.  
  3614. .team-member-item-image
  3615. :position absolute
  3616. :left -195px
  3617.  
  3618. .team-members-carousel-controls
  3619. :margin-top 100px
  3620. :height 574px
  3621. :display flex
  3622. :flex-direction column
  3623. :align-items center
  3624. :justify-content center
  3625.  
  3626. .team-members-container
  3627. .title-container
  3628. :bottom 267px
  3629.  
  3630. .arrow-member-right
  3631. :cursor pointer
  3632. :background image-url('arrow-team.png') no-repeat center center
  3633. :width 13px
  3634. :height 22px
  3635. :margin-bottom 20px
  3636.  
  3637. .arrow-member-left
  3638. :cursor pointer
  3639. :background image-url('arrow-team.png') no-repeat center center
  3640. :width 13px
  3641. :height 22px
  3642. :transform rotate(-180deg)
  3643.  
  3644. .testimony-container
  3645. :padding-top 95px
  3646.  
  3647. .title-container
  3648. :bottom 262px
  3649.  
  3650. .title-text
  3651. :color #FFF
  3652. :background-color #ec671a
  3653.  
  3654. .bar
  3655. :background-color #FFF
  3656.  
  3657. #testimony
  3658. :background-color #ec671a
  3659.  
  3660. .testimony-info-name
  3661. :display block
  3662. :color #FFF
  3663. :font-weight 800
  3664. :font-size 22px
  3665. :width 80%
  3666. :float left
  3667.  
  3668. .testimony-info-description
  3669. :line-height 24px
  3670. :height 200px
  3671. :color #FFF
  3672. :float left
  3673. :width 100%
  3674.  
  3675. .testimony-image
  3676. :border-radius 100%
  3677. :border 8px solid #FFF
  3678.  
  3679. .testimony-video
  3680. :color #FFF
  3681. :background-color #16162f
  3682. :font-weight 800
  3683. :text-align center
  3684. :padding 10px
  3685. :display block
  3686. :margin-top 30px
  3687.  
  3688. &:hover
  3689. :color #FFF
  3690.  
  3691. .arrow-testimony-top
  3692. :cursor pointer
  3693. :background image-url('arrow-team.png') no-repeat center center
  3694. :width 13px
  3695. :height 22px
  3696. :cursor pointer
  3697. :margin-bottom 20px
  3698. :transform rotate(-90deg)
  3699.  
  3700. .arrow-testimony-bottom
  3701. :cursor pointer
  3702. :background image-url('arrow-team.png') no-repeat center center
  3703. :width 13px
  3704. :height 22px
  3705. :cursor pointer
  3706. :transform rotate(90deg)
  3707.  
  3708. .testimonies-carousel-controls
  3709. :height 574px
  3710. :display flex
  3711. :flex-direction column
  3712. :align-items center
  3713. :justify-content center
  3714.  
  3715. #gallery
  3716. :padding-top 80px
  3717. :position relative
  3718.  
  3719. .title-container
  3720. :bottom 264px
  3721.  
  3722. .title-text
  3723. :color #156274
  3724. :background-color #FFF
  3725.  
  3726. .bar
  3727. :background-color #156274
  3728.  
  3729. .gallery-container
  3730. :margin-top 80px
  3731.  
  3732. .gallery-ball-right-top
  3733. :position absolute
  3734. :right 56px
  3735. :top -45px
  3736.  
  3737. .gallery-ball-right-top-2
  3738. :position absolute
  3739. :right 26px
  3740. :top 127px
  3741.  
  3742. .gallery-line
  3743. :margin-bottom 30px
  3744. :float left
  3745. :width 100%
  3746.  
  3747. &:nth-child(odd)
  3748. .gallery-image-content
  3749. :margin-left 25px
  3750.  
  3751. &:nth-child(even)
  3752. .gallery-image-content
  3753. :margin-right 25px
  3754.  
  3755. .gallery-image-content
  3756. :float left
  3757. :width 29%
  3758.  
  3759. .gallery-carousel-controls
  3760. :display flex
  3761. :align-items center
  3762. :justify-content center
  3763. :margin-top 40px
  3764.  
  3765. .video-image-content
  3766. :float left
  3767. :width 36%
  3768. :position relative
  3769.  
  3770. .play-video
  3771. :background image-url('play-video.png') no-repeat center center
  3772. :width 59px
  3773. :height 58px
  3774. :position absolute
  3775. :top 37%
  3776. :left 37%
  3777.  
  3778. .arrow-gallery-right
  3779. :cursor pointer
  3780. :background image-url('gallery-arrow.png') no-repeat center center
  3781. :width 13px
  3782. :height 22px
  3783. :margin-left 20px
  3784.  
  3785. .arrow-gallery-left
  3786. :cursor pointer
  3787. :background image-url('gallery-arrow.png') no-repeat center center
  3788. :width 13px
  3789. :height 22px
  3790. :transform rotate(-180deg)
  3791.  
  3792. #schedules
  3793. :position relative
  3794. :background-color #156274
  3795.  
  3796. .title-container
  3797. :bottom 192px
  3798.  
  3799. .title-text
  3800. :color #FFF
  3801. :background-color #156274
  3802.  
  3803. .bar
  3804. :background-color #FFF
  3805.  
  3806. .schedule-ball-top-right
  3807. :position absolute
  3808. :top -7px
  3809. :right 9px
  3810.  
  3811. .schedule-ball-top-right-white
  3812. :position absolute
  3813. :top 222px
  3814. :right 145px
  3815.  
  3816. .schedule-ball-bottom-left-white
  3817. :position absolute
  3818. :bottom 68px
  3819. :left 222px
  3820.  
  3821. .schedule-ball-bottom-left
  3822. :position absolute
  3823. :bottom -27px
  3824. :left 41px
  3825.  
  3826. .schedules-carousel-controls
  3827. :display flex
  3828. :align-items center
  3829. :justify-content center
  3830. :margin-top 75px
  3831.  
  3832. .arrow-schedule-right
  3833. :cursor pointer
  3834. :background image-url('arrow-team.png') no-repeat center center
  3835. :width 13px
  3836. :height 22px
  3837.  
  3838. .arrow-schedule-left
  3839. :cursor pointer
  3840. :background image-url('arrow-team.png') no-repeat center center
  3841. :width 13px
  3842. :height 22px
  3843. :margin-right 20px
  3844. :transform rotate(180deg)
  3845.  
  3846. h2.subtitle
  3847. :background image-url('naoesqueca.png') no-repeat center center/contain
  3848. :height 178px
  3849. :margin-bottom 130px
  3850.  
  3851. h3.subtitle
  3852. :text-align center
  3853. :color #0a6276
  3854. :font-size 20px
  3855. :font-weight 200
  3856.  
  3857. .schedule-date
  3858. :font-size 35px
  3859. :font-weight 700
  3860. :margin-bottom 30px
  3861.  
  3862. .schedule-name
  3863. :font-size 16px
  3864. :text-align center
  3865.  
  3866. .schedule-item
  3867. :width 50%
  3868. :display flex
  3869. :flex-direction column
  3870. :justify-content center
  3871. :align-items center
  3872. :margin 0 auto
  3873. :color #FFF
  3874.  
  3875. .schedule-date
  3876. :text-align center
  3877.  
  3878. #newsletter
  3879. :width 100%
  3880. :float left
  3881. :padding 90px 0
  3882.  
  3883. .title-container
  3884. :bottom 0
  3885.  
  3886. .title
  3887. :display block
  3888.  
  3889. .bar
  3890. :background-color #156274
  3891. :width 58%
  3892.  
  3893. .newsletter-title
  3894. :color #156274
  3895. :text-transform uppercase
  3896. :font-weight 800
  3897. :font-size 35px
  3898. :text-align center
  3899. :margin-bottom 30px
  3900.  
  3901. .newsletter-form
  3902. :position relative
  3903. :width 100%
  3904.  
  3905. .newsletter-form-container
  3906. .confirm
  3907. :text-align center
  3908. :font-size 16px
  3909. :margin-bottom 30px
  3910.  
  3911. .input-newsletter
  3912. :width 100%
  3913. :height 120px
  3914. :border-radius 0
  3915. :border 1px solid #16162f
  3916. :padding-left 30px
  3917.  
  3918. .submit-newsletter
  3919. :position absolute
  3920. :right 32px
  3921. :top 32px
  3922. :background-color #156274
  3923. :color #FFF
  3924. :font-weight 800
  3925. :font-size 16px
  3926. :text-align center
  3927. :border 0
  3928. :padding 20px 50px
  3929.  
  3930. &:hover
  3931. :background-color $hover-buttons-color
  3932.  
  3933. .social-bar-container
  3934. :height 175px
  3935.  
  3936. .social-bar-box
  3937. :height 100%
  3938. :width 50%
  3939. :float left
  3940. :display flex
  3941. :align-items center
  3942.  
  3943. .facebook-box
  3944. :padding-right 70px
  3945. :color #FFF
  3946. :background-color #156274
  3947. :justify-content flex-end
  3948.  
  3949. &:hover, &:visited, &:link
  3950. :text-decoration none
  3951. :color #FFF
  3952.  
  3953. .social-box-text
  3954. :margin-right 70px
  3955.  
  3956. .instagram-box
  3957. :padding-left 70px
  3958. :color #FFF
  3959. :background-color #ec671a
  3960.  
  3961. &:hover, &:visited, &:link
  3962. :text-decoration none
  3963. :color #FFF
  3964.  
  3965. .social-box-text
  3966. :margin-left 70px
  3967.  
  3968. .social-box-text
  3969. :text-transform uppercase
  3970. :font-weight 800
  3971. :font-size 30px
  3972.  
  3973. .social-bar-icon
  3974. :font-size 40px
  3975.  
  3976. #news
  3977. :background-color #156274
  3978. :display flex
  3979. :align-items center
  3980. :position relative
  3981.  
  3982. .title-container
  3983. :bottom -324px
  3984. :z-index 2
  3985.  
  3986. .title-text
  3987. :color #FFF
  3988. :background-color #156274
  3989.  
  3990. .bar
  3991. :background-color #FFF
  3992.  
  3993. .news-carousel
  3994. :margin-top 145px
  3995.  
  3996. .news-ball-right-top-white
  3997. :position absolute
  3998. :right 122px
  3999. :top 98px
  4000.  
  4001. .news-ball-left-bottom
  4002. :position absolute
  4003. :left 80px
  4004. :bottom 245px
  4005.  
  4006. .news-ball-left-bottom-white
  4007. :position absolute
  4008. :left -73px
  4009. :bottom 4px
  4010.  
  4011. .article-container
  4012. :float left
  4013. :width 100%
  4014. :margin-top 50px
  4015.  
  4016. .new-title
  4017. :font-size 30px
  4018. :margin-bottom 35px
  4019. :font-weight bold
  4020.  
  4021. .new-content
  4022. :margin 50px 0
  4023. :line-height 35px
  4024.  
  4025. .title-article-internal
  4026. :margin-top 30px
  4027. :font-size 16px
  4028. :font-weight bold
  4029. :min-height 40px
  4030. :color #000
  4031.  
  4032. &:hover
  4033. :color #000
  4034.  
  4035. .title-article-page
  4036. :color #0a6276
  4037. :font-size 32px
  4038. :font-weight bold
  4039.  
  4040. .subtitle-article-page
  4041. :display block
  4042. :margin 10px 0 20px 0
  4043.  
  4044. .article-item
  4045. :margin-bottom 50px
  4046.  
  4047. .arrow-news-right
  4048. :cursor pointer
  4049. :background image-url('arrow-team.png') no-repeat center center
  4050. :width 13px
  4051. :height 22px
  4052.  
  4053. .arrow-news-left
  4054. :cursor pointer
  4055. :background image-url('arrow-team.png') no-repeat center center
  4056. :width 13px
  4057. :height 22px
  4058. :transform rotate(-180deg)
  4059. :margin-right 20px
  4060.  
  4061. .new-item
  4062. :height 380px
  4063.  
  4064. .news-title
  4065. :display block
  4066. :color #FFF
  4067. :font-weight 700
  4068. :font-size 15px
  4069. :padding-top 25px
  4070.  
  4071. .news-carousel-controls
  4072. :display flex
  4073. :justify-content center
  4074. :align-items center
  4075. :margin-top 60px
  4076.  
  4077. #contact
  4078. .title-container
  4079. :left -8%
  4080. :bottom 360px
  4081. :z-index 2
  4082.  
  4083. .title-text
  4084. :color #156274
  4085.  
  4086. input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder
  4087. :font-weight 700
  4088. :font-size 18px
  4089. :color #16162f
  4090.  
  4091. input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder
  4092. :font-weight 700
  4093. :font-size 18px
  4094. :color #16162f
  4095.  
  4096. .contact-form-content
  4097. :background image-url('contact-bg.jpg') no-repeat center center/cover
  4098. :height 772px
  4099. :padding 0
  4100.  
  4101. .contact-container
  4102. :padding 0
  4103. :position relative
  4104.  
  4105. .contact-ball
  4106. :position absolute
  4107. :bottom 35px
  4108. :left 35px
  4109.  
  4110. .contact-form
  4111. :padding-top 140px
  4112. :width 43%
  4113. :margin-left 20%
  4114.  
  4115. .contact-input
  4116. :height 55px
  4117. :border 1px solid #156274
  4118. :background-color transparent
  4119. :width 85%
  4120. :margin-top 20px
  4121. :padding-left 20px
  4122.  
  4123. .contact-textarea
  4124. :height 180px
  4125.  
  4126. .contact-submit
  4127. :width 85%
  4128. :height 55px
  4129. :background-color #156274
  4130. :color #FFF
  4131. :text-align center
  4132. :font-weight 700
  4133. :font-size 18px
  4134. :margin-top 20px
  4135.  
  4136. &:hover
  4137. :background-color $hover-buttons-color
  4138.  
  4139. .footer-container
  4140. :background-color #ec671a
  4141. :float left
  4142. :width 100%
  4143.  
  4144. .logo-acerte
  4145. :width 100px
  4146.  
  4147. .footer-content
  4148. :height 70px
  4149. :display flex
  4150. :align-items center
  4151. :justify-content space-between
  4152.  
  4153. .footer-contact
  4154. color: #FFF
  4155. font-size: 17px
  4156. font-weight: bold
  4157. display: flex
  4158. flex-direction: column
  4159. align-items: center
  4160.  
  4161. .footer-contact-info
  4162. display: block
  4163. float: left
  4164. margin-right: 5px
  4165. border-right: 2px solid #FFF
  4166. padding-right: 5px
  4167.  
  4168. &:last-child
  4169. border-right: 0
  4170.  
  4171. .student-form-container
  4172. :margin-bottom 50px
  4173. :display flex
  4174. :justify-content center
  4175.  
  4176. .student-form-login
  4177. :width 100%
  4178.  
  4179. .student-form-login-button
  4180. :width 100%
  4181. :height 50px
  4182. :background-color #156274
  4183. :color #FFF
  4184. :text-transform uppercase
  4185. :margin-top 15px
  4186. :border none
  4187. :border-radius 0
  4188.  
  4189. &:hover
  4190. :background-color #156274
  4191. :color #FFF
  4192.  
  4193. .student-form
  4194. :color #156274
  4195. :text-transform uppercase
  4196. :text-align center
  4197. :font-weight bold
  4198.  
  4199. .student-form-login-input
  4200. :height 50px
  4201. :border 1px solid #000
  4202. :padding-left 10px
  4203. :margin-top 15px
  4204. :border-radius 0
  4205. :width 100%
  4206.  
  4207. .student-form-wrapper
  4208. :width 100%
  4209. :float left
  4210. :margin-top 100px
  4211.  
  4212. .student-form-forget-password
  4213. :margin-top 10px
  4214. :float right
  4215.  
  4216. .form-actions
  4217. :padding 0
  4218.  
  4219. .form-inputs
  4220. .col-sm-8
  4221. :padding 0
  4222. :width 100%
  4223.  
  4224. @media (max-width: 1199px)
  4225.  
  4226. .plan-item-price-section
  4227. .plan-item-price
  4228. font-size: 15px
  4229.  
  4230. .plan-item-price-container
  4231. width: 30%
  4232.  
  4233. .plange-stage-menu-container
  4234. width: 80%
  4235. margin-bottom: 20px
  4236.  
  4237. .second-stage-item
  4238. width: 48%
  4239. margin-bottom: 20px
  4240.  
  4241. .team-member-item-image
  4242. :left 0
  4243. :width 50%
  4244.  
  4245. .team-member-item-info
  4246. :width 50%
  4247.  
  4248. .scroll-arrow
  4249. :width 700px
  4250.  
  4251. .title-container
  4252. :bottom 317px
  4253.  
  4254. #schedules
  4255. .title-container
  4256. :bottom 192px
  4257.  
  4258. #contact
  4259. .title-container
  4260. :left -21%
  4261.  
  4262. #gallery
  4263. .title-container
  4264. :bottom 178px
  4265.  
  4266. .link-founders
  4267. :width 40%
  4268.  
  4269. .plan-model
  4270. :left 50px
  4271.  
  4272. h2.subtitle
  4273. :font-size 120px
  4274.  
  4275. .team-member-item
  4276. :width 100%
  4277.  
  4278. .gallery-image-content
  4279. :width 28%
  4280.  
  4281. .menu-toggle
  4282. :width 5%
  4283. :right 0
  4284.  
  4285. .login-click
  4286. :width 8%
  4287.  
  4288. #menu
  4289. :padding 0 38% 3% 20%
  4290.  
  4291. .menu-link
  4292. :margin-top 30px
  4293.  
  4294. @media (max-width: 991px)
  4295.  
  4296. .plan-item-price-section
  4297. .plan-item-price-container
  4298. width: 75%
  4299.  
  4300. .second-stage-item
  4301. :width 48%
  4302. :margin-bottom 50px
  4303.  
  4304. .scroll-arrow
  4305. :width 640px
  4306.  
  4307. .rotate-ball
  4308. :display none
  4309.  
  4310. .plans-container
  4311. :padding-top 0
  4312. :height unset
  4313.  
  4314. .weare-container
  4315. :height unset
  4316.  
  4317. .link-founders
  4318. :width 40%
  4319.  
  4320. .weare-text-content-description
  4321. :margin-bottom 30px
  4322.  
  4323. .plange-stage-menu-container
  4324. :width 100%
  4325. :padding 0 28%
  4326. :margin-bottom 50px
  4327.  
  4328. .plan-item-name
  4329. :width 100%
  4330. :display block
  4331. :text-align center
  4332.  
  4333. .plan-item-description
  4334. :text-align center
  4335.  
  4336. .plan-item-price-container
  4337. :width 50%
  4338. :display flex
  4339. :justify-content center
  4340.  
  4341. .plan-item-button
  4342. :right 0
  4343.  
  4344. .plan-model
  4345. :position relative
  4346. :bottom -104px
  4347.  
  4348. .login-area-session
  4349. :margin 30px 0 0 0
  4350. :padding 0
  4351. :border 0
  4352.  
  4353. h2.subtitle
  4354. :font-size 90px
  4355.  
  4356. .contact-form
  4357. :width 70%
  4358. :margin-left 15%
  4359.  
  4360. .title-container
  4361. :position initial
  4362. :transform initial
  4363. :width inherit
  4364. :margin 30px 0
  4365.  
  4366. .bar
  4367. :top 50px
  4368.  
  4369. #contact
  4370. .title-container
  4371. :left -40%
  4372.  
  4373. .gallery-image-content
  4374. :width 27%
  4375.  
  4376. .contact-input, .contact-submit
  4377. :width 100%
  4378.  
  4379. .login-click
  4380. :width 11%
  4381.  
  4382. .menu-toggle
  4383. :width 7%
  4384.  
  4385. #menu
  4386. :padding 0 28% 3% 20%
  4387.  
  4388. #gallery
  4389. :padding-bottom 30px
  4390. :padding-top 0
  4391. :background #FFF
  4392.  
  4393. .login-area-box
  4394. :display flex
  4395. :flex-direction column
  4396. :align-items center
  4397.  
  4398. .title-container
  4399. :width unset
  4400.  
  4401. .bar
  4402. :background-color #FFF
  4403.  
  4404. .container-section
  4405. :height unset
  4406.  
  4407. #news
  4408. :padding-bottom 30px
  4409.  
  4410. #schedules
  4411. :padding-bottom 30px
  4412.  
  4413. #team-member
  4414. :padding-bottom 30px
  4415.  
  4416. #plans
  4417. :padding-top 0
  4418.  
  4419. .testimony-container
  4420. :padding-bottom 35px
  4421.  
  4422. #plans
  4423. :background #ec671a
  4424.  
  4425. #methodology
  4426. :padding-top 0
  4427.  
  4428. #newsletter
  4429. .title-container
  4430. :display none
  4431.  
  4432. .team-members-carousel-container
  4433. :margin-top 0
  4434.  
  4435. #weare-video
  4436. :padding 75px 0
  4437.  
  4438. .header-container
  4439. :padding-right 6%
  4440.  
  4441. .footer-content
  4442. height: unset
  4443. flex-direction: column
  4444. padding: 20px 0
  4445.  
  4446. .footer-contact
  4447. margin: 20px 0
  4448.  
  4449. @media (max-width: 767px)
  4450.  
  4451. .plan-item-price-section
  4452. align-items: center
  4453.  
  4454. .plan-item-price-container
  4455. width: 100%
  4456.  
  4457. .plan-show-container
  4458. .plan-item-price
  4459. width: 100%
  4460. margin-top: 0
  4461.  
  4462. .plan-item-button
  4463. :display none
  4464.  
  4465. .sign-in-box
  4466. :padding 0
  4467.  
  4468. .student-form
  4469. :font-size 26px
  4470.  
  4471. .plan-item-price
  4472. :width 100%
  4473.  
  4474. .plan-show-description
  4475. :margin-top 25px
  4476.  
  4477. .plan-model
  4478. :left -10px
  4479. :width 100%
  4480.  
  4481. .second-stage-item
  4482. :width 100%
  4483.  
  4484. .login-area-registration
  4485. :margin 30px 0
  4486.  
  4487. .testimony-image-content
  4488. :display flex
  4489. :flex-direction column
  4490. :align-items center
  4491.  
  4492. .testimony-video
  4493. :margin-top 0
  4494.  
  4495. .testimony-info
  4496. :display none
  4497.  
  4498. .schedule-date
  4499. :margin-bottom 10px
  4500.  
  4501. .schedules-carousel-controls, .news-carousel-controls, .gallery-carousel-controls
  4502. :margin-top 10px
  4503.  
  4504. #newsletter
  4505. :padding 30px 0
  4506.  
  4507. .weare-container
  4508. :padding 0 0 75px 0
  4509.  
  4510. .plan-buttons
  4511. :padding 0
  4512.  
  4513. .students-menu
  4514. :top 70px
  4515. :right 35px
  4516.  
  4517. .scroll-arrow
  4518. :display none
  4519.  
  4520. .news-carousel
  4521. :margin-top 0
  4522.  
  4523. .plan-ball-bottom
  4524. :display none
  4525.  
  4526. .plange-stage-menu-container
  4527. :padding 0
  4528.  
  4529. .plan-item-price-container
  4530. :justify-content space-between
  4531. :width 100%
  4532.  
  4533. .plans-container
  4534. :height unset
  4535.  
  4536. .contact-form
  4537. :width 84%
  4538. :margin-left 8%
  4539.  
  4540. .login-area-box
  4541. :padding 0
  4542. :margin-top 30px
  4543.  
  4544. .login-area-session
  4545. :margin 30px 0
  4546.  
  4547. h2.subtitle
  4548. :display none
  4549.  
  4550. .title-container
  4551. h1.title
  4552. .title-text
  4553. :font-size 18px
  4554. .bar
  4555. :display none
  4556.  
  4557. .video-image-content, .gallery-image-content
  4558. :width 100%
  4559.  
  4560. .gallery-image-content
  4561. :margin 15px 0 15px 0
  4562. :display flex
  4563. :justify-content center
  4564.  
  4565. .submit-newsletter
  4566. :position initial
  4567. :width 100%
  4568.  
  4569. .input-newsletter
  4570. :height 50px
  4571.  
  4572. .social-bar-box
  4573. :height 70%
  4574. :flex-direction column
  4575.  
  4576. #news
  4577. :display block
  4578.  
  4579. .contact-form
  4580. :padding-top 0
  4581.  
  4582. .contact-textarea
  4583. :padding-top 10px
  4584.  
  4585. .contact-form-content
  4586. :height 580px
  4587. :background #FFF
  4588.  
  4589. .social-bar-container
  4590. :height 130px
  4591.  
  4592. .instagram-box, .facebook-box
  4593. :padding 0
  4594. :justify-content center
  4595.  
  4596. .social-box-text
  4597. :display none
  4598.  
  4599. .gallery-line
  4600. :display none
  4601.  
  4602. .gallery-container
  4603. :margin-top 0
  4604.  
  4605. .testimony-info-description
  4606. :height 410px
  4607.  
  4608. .gallery-carousel-controls
  4609. :display none
  4610.  
  4611. .testimony-info-name
  4612. :width 100%
  4613. :margin 30px 0
  4614. :text-align center
  4615.  
  4616. .testimony-video
  4617. :width 100%
  4618.  
  4619. .team-members-carousel-container
  4620. :padding 0
  4621.  
  4622. .team-members-carousel-controls
  4623. :height unset
  4624. :margin-top 30px
  4625. :flex-direction row-reverse
  4626.  
  4627. .arrow-member-right
  4628. :margin-bottom 0
  4629. :margin-left 20px
  4630.  
  4631. .team-member-item-info-name, .team-member-item-info-specialty
  4632. :text-align center
  4633.  
  4634. .team-member-item-info-name
  4635. :font-size 20px
  4636.  
  4637. .team-member-item-info-specialty
  4638. :font-size 18px
  4639. :margin-bottom 0
  4640.  
  4641. .plus-button-team-member
  4642. :display flex !important
  4643. :justify-content center
  4644. :margin-top 10px
  4645.  
  4646. .team-member-icon
  4647. :font-size 25px
  4648. :color #ec671a
  4649.  
  4650. &:hover
  4651. :color #ec671a
  4652.  
  4653. .methodology-line
  4654. :display block
  4655. :float left
  4656. :margin-top 0
  4657. :margin-bottom 30px
  4658.  
  4659. .line, .ball
  4660. :display none
  4661.  
  4662. .methodology-icon
  4663. :margin-bottom 15px
  4664.  
  4665. .methodology-box
  4666. :float left
  4667. :padding 0
  4668.  
  4669. .methodology-item
  4670. :margin-bottom 0
  4671. :width 28%
  4672. :margin-right 5%
  4673. :float left
  4674.  
  4675. .methodology-name
  4676. :font-size 13px
  4677.  
  4678. .new-item
  4679. :display flex
  4680. :justify-content center
  4681. :align-items center
  4682. :flex-direction column
  4683.  
  4684. .link-founders
  4685. :width 80%
  4686. :margin-top 0
  4687.  
  4688. .login-click
  4689. :width 25%
  4690. :justify-content center
  4691.  
  4692. .menu-toggle
  4693. :width 48px
  4694. :right 10px
  4695. :top 15px
  4696.  
  4697. .menu-container
  4698. :width 100%
  4699.  
  4700. .testimonies-carousel-controls
  4701. :height unset
  4702.  
  4703. .testimony-container
  4704. :padding 10px 0 30px 0
  4705.  
  4706. .team-member-item-image
  4707. :float left
  4708. :left 0
  4709. :width 50%
  4710. :position inherit
  4711.  
  4712. .team-member-item-info
  4713. :float left
  4714. :width 50%
  4715. :height unset
  4716. :padding-top 50px
  4717.  
  4718. .weare-abstract
  4719. :height 0
  4720. :overflow hidden
  4721. :margin-top 0
  4722.  
  4723. .team-member-item
  4724. :height unset
  4725.  
  4726. #team-member
  4727. :height unset
  4728.  
  4729. .video-image-content
  4730. :display none
  4731.  
  4732. .team-member-item-info
  4733. :overflow unset
  4734.  
  4735. .login-click-text-user, .login-click-text-greeting
  4736. :display none
  4737.  
  4738. .login-user
  4739. :margin 12px 5px 20px 0
  4740.  
  4741. .students-menu-button
  4742. :margin-right 20px
  4743.  
  4744. .header-container
  4745. :margin-top 10px
  4746.  
  4747. .banner-top
  4748. :margin-top 15px
  4749.  
  4750. h1.title
  4751. :letter-spacing 5px
  4752.  
  4753. #methodology
  4754. .container
  4755. :padding 0
  4756. .header-container
  4757. :margin-top 40px
  4758. :padding-left 0
  4759. :display flex
  4760. :align-items center
  4761. :justify-content space-between
  4762. :color #156274
  4763.  
  4764. .header-ball
  4765. :position absolute
  4766. :right 50px
  4767. :top -35px
  4768.  
  4769. .rotate-ball
  4770. :z-index 99
  4771.  
  4772. &.in-view
  4773. :animation spin 16s linear, fall-right 16s linear
  4774.  
  4775. &.in-view.left
  4776. :animation spin 16s linear, fall-left 16s linear
  4777.  
  4778. @keyframes spin
  4779. 100%
  4780. :transform rotate(360deg)
  4781.  
  4782. @keyframes fall-right
  4783. 100%
  4784. :top -1100px
  4785.  
  4786. @keyframes fall-left
  4787. 100%
  4788. :bottom 1100px
  4789.  
  4790. #menu
  4791. :display flex
  4792. :flex-direction column
  4793. :justify-content center
  4794. :padding 0 53% 3% 20%
  4795.  
  4796. .menu-container
  4797. :background-color rgba(21, 98, 116, 0.9)
  4798. :position fixed
  4799. :z-index 998
  4800. :top 0
  4801. :right -634px
  4802. :width 35%
  4803. :transition 1.3s right ease
  4804. :padding-bottom 53px
  4805.  
  4806. .menu-link
  4807. :color #FFF
  4808. :text-transform uppercase
  4809. :font-weight 800
  4810. :font-size 22px
  4811. :margin-top 50px
  4812. :text-align right
  4813. :text-decoration none
  4814.  
  4815. &:hover, &:link, &:visited
  4816. :color #FFF
  4817.  
  4818. .students-menu
  4819. :position absolute
  4820. :display flex
  4821. :flex-direction column
  4822. :right 0
  4823. :top 60px
  4824. :padding 10px
  4825. :border 1px solid #0a6276
  4826. :z-index 99
  4827. :background-color #FFF
  4828.  
  4829. .students-menu-button
  4830. :cursor pointer
  4831. :display flex
  4832. :align-items center
  4833. :justify-content center
  4834.  
  4835. .login-click
  4836. :display flex
  4837. :align-items center
  4838. :justify-content space-between
  4839. :color #156274
  4840. :position relative
  4841. :z-index 998
  4842.  
  4843. &:hover, &:visited, &:link
  4844. :color #156274
  4845.  
  4846. .login-click-text
  4847. :display flex
  4848. :flex-direction column
  4849. :align-items flex-end
  4850. :font-size 14px
  4851.  
  4852. .login-user
  4853. :font-size 20px
  4854. :display flex
  4855. :align-items center
  4856.  
  4857. .login-user-logo
  4858. :font-size 30px
  4859. :margin-left 10px
  4860. :color #156274
  4861.  
  4862. .login-click-text-user
  4863. :font-size 14px
  4864. :font-weight bold
  4865. :color #156274
  4866.  
  4867. .login-click-text-greeting
  4868. :font-size 14px
  4869.  
  4870. .login-area-box
  4871. :float left
  4872. :padding 100px 25px
  4873. :overflow hidden
  4874.  
  4875. .title-container
  4876. :bottom 575px
  4877. :width 1250px
  4878. :left -49%
  4879.  
  4880. .title-text
  4881. :color #0a6276
  4882. :background-color #FFF
  4883.  
  4884. .bar
  4885. :background-color #0a6276
  4886.  
  4887. .students-menu-link
  4888. :color #156274
  4889. :margin-bottom 10px
  4890. :font-size 15px
  4891.  
  4892. &:hover
  4893. :text-decoration none
  4894.  
  4895. .new-student-input
  4896. :height 45px
  4897. :width 100%
  4898. :border 1px solid #156274
  4899. :margin-top 20px
  4900. :border-radius 0
  4901.  
  4902. .new-student-submit
  4903. :background-color #156274
  4904. :color #FFF
  4905. :text-transform uppercase
  4906. :font-weight bold
  4907. :height 45px
  4908. :width 100%
  4909. :margin-top 20px
  4910.  
  4911. .login-area-form
  4912. .col-sm-8
  4913. :width 100%
  4914.  
  4915. .login-area-title
  4916. :text-align center
  4917. :text-transform uppercase
  4918. :color #156274
  4919. :font-weight bold
  4920. :margin-top 0
  4921.  
  4922. .fancybox-content
  4923. :height 850px !important
  4924. :padding 35px
  4925.  
  4926. .login-subtitle
  4927. :text-transform uppercase
  4928. :color #156274
  4929. :display block
  4930. :width 100%
  4931. :text-align center
  4932.  
  4933. .login-area-session
  4934. :padding-left 5%
  4935. :margin-left 5%
  4936. :border-left 1px solid #dcdcdc
  4937.  
  4938. .login-area-session-link
  4939. :display flex
  4940. :flex-direction column
  4941. :align-items center
  4942. :margin-top 100px
  4943.  
  4944. .login-area-session-text
  4945. :text-transform uppercase
  4946. :font-weight bold
  4947. :font-size 20px
  4948. :letter-spacing 7px
  4949. :color #156274
  4950. :display block
  4951. :text-align center
  4952. :width 50%
  4953.  
  4954. .login-area-registration-text
  4955. :line-height 40px
  4956.  
  4957. .login-area-registration
  4958. .form-group
  4959. :width 100%
  4960. :float left
  4961. :margin-bottom 0
  4962.  
  4963. .login-registration-link
  4964. :color #FFF
  4965. :background-color #156274
  4966. :height 40px
  4967. :width 100%
  4968. :display flex
  4969. :justify-content center
  4970. :align-items center
  4971. :text-transform uppercase
  4972. :margin-top 20px
  4973.  
  4974. &:hover
  4975. :color #FFF
  4976.  
  4977. h1.title
  4978. :text-transform uppercase
  4979. :font-weight 800
  4980. :letter-spacing 15px
  4981. :margin 0
  4982.  
  4983. .banner-top
  4984. :border-bottom 4px solid #156274
  4985. :width 100%
  4986. :float left
  4987. :position relative
  4988. :z-index 3
  4989. :margin-top 30px
  4990.  
  4991. .lSAction > .lSPrev
  4992. :background image-url('banner-arrow.png') no-repeat center center
  4993.  
  4994. .lSAction > .lSNext
  4995. :background image-url('banner-arrow.png') no-repeat center center
  4996. :transform rotate(180deg)
  4997.  
  4998. .banner-ball
  4999. :position absolute
  5000. :left -103px
  5001. :top 700px
  5002. :z-index 2
  5003.  
  5004. .container-fluid
  5005. :padding 0
  5006.  
  5007. #weare
  5008. :float left
  5009. :width 100%
  5010.  
  5011. .weare-container
  5012. :padding 75px 0
  5013. :float left
  5014. :width 100%
  5015.  
  5016. .title-text
  5017. :text-align center
  5018. :color #156274
  5019.  
  5020. .weare-text-content-description
  5021. :margin-top 80px
  5022.  
  5023. .weare-video
  5024. :margin-bottom 60px
  5025. :float left
  5026. :width 100%
  5027.  
  5028. .weare-abstract
  5029. :font-size 16px
  5030. :margin-top 50px
  5031. :text-align center
  5032. :line-height 40px
  5033. :font-family 'Montserrat', sans-serif
  5034. :letter-spacing 2px
  5035.  
  5036. .weare-content
  5037. :margin-top 60px
  5038. :text-align center
  5039. :line-height 30px
  5040. :font-size 16px
  5041. :font-family 'Montserrat', sans-serif
  5042. :letter-spacing 2px
  5043.  
  5044. .link-founders-container
  5045. :display flex
  5046. :align-items center
  5047. :justify-content center
  5048.  
  5049. .link-founders
  5050. :display flex
  5051. :align-items center
  5052. :justify-content center
  5053. :color #FFF
  5054. :background linear-gradient(to bottom, #ce6511, #fd7101)
  5055. :margin-top 50px
  5056. :width 18%
  5057. :height 60px
  5058. :border-radius 10px
  5059. :font-weight 800
  5060. :font-size 18px
  5061. :text-decoration none
  5062.  
  5063. &:hover, &:visited, &:link
  5064. :color #FFF
  5065. :background-color #da5d09
  5066.  
  5067. .title-container
  5068. :position absolute
  5069. :bottom 272px
  5070. :left -31%
  5071. :transform rotate(-90deg)
  5072. :width 775px
  5073.  
  5074. h1.title
  5075. :display flex
  5076. :justify-content center
  5077.  
  5078. .title-text
  5079. :position relative
  5080. :z-index 2
  5081. :padding 0 10px 0 14px
  5082.  
  5083. .bar
  5084. :height 2px
  5085. :width 100%
  5086. :position absolute
  5087. :top 20px
  5088.  
  5089. .container-section
  5090. :height 772px
  5091. :width 100%
  5092. :float left
  5093.  
  5094. #plans
  5095. :background-color #ec671a
  5096. :padding-top 40px
  5097. :position relative
  5098.  
  5099. .title-container
  5100. :bottom 408px
  5101.  
  5102. .title-text
  5103. :color #FFF
  5104. :background-color #ec671a
  5105.  
  5106. .bar
  5107. :background-color #FFF
  5108.  
  5109. .plan-ball-bottom
  5110. :position absolute
  5111. :bottom -50px
  5112. :left -87px
  5113.  
  5114. .plan-ball-top
  5115. :position absolute
  5116. :right 200px
  5117. :top -25px
  5118.  
  5119. .plan-ball-middle
  5120. :position absolute
  5121. :bottom 203px
  5122. :left 61px
  5123.  
  5124. .plans-container
  5125. :position relative
  5126. :padding-top 65px
  5127. :height 775px
  5128.  
  5129. .plan-model
  5130. :position absolute
  5131. :left 0
  5132. :top 74px
  5133.  
  5134. .second-stage-item
  5135. :display flex
  5136. :flex-direction column
  5137. :justify-content space-between
  5138. :margin-bottom 50px
  5139. :width 30%
  5140. :float left
  5141. :margin-right 1%
  5142. :min-height 130px
  5143.  
  5144. .plan-item-price-container
  5145. :width 100%
  5146.  
  5147. .plan-item-description
  5148. :margin-top 0
  5149.  
  5150. .first-stage-item
  5151. :width 48%
  5152. :margin-right 2%
  5153. :min-height 160px
  5154.  
  5155. .plan-item-name
  5156. :color #FFF
  5157. :font-weight bold
  5158. :font-size 18px
  5159. :text-transform uppercase
  5160.  
  5161. .plange-stage-menu-container
  5162. :margin-bottom 60px
  5163. :display flex
  5164. :justify-content space-between
  5165. :width 48%
  5166.  
  5167. .plan-stage-menu
  5168. :display flex
  5169. :align-items center
  5170. :height 50px
  5171. :color #FFF
  5172. :text-transform uppercase
  5173. :text-align center
  5174. :font-weight bold
  5175. :font-size 16px
  5176. :background-color transparent
  5177. :border 1px solid #156274
  5178. :padding 10px
  5179. :text-decoration none
  5180.  
  5181. &:hover, &.selected
  5182. :color #FFF
  5183. :background-color #156274
  5184. :text-decoration none
  5185.  
  5186. .plan-stage-menu-disabled
  5187. :background-color #ccc
  5188. :border #ccc
  5189.  
  5190. &:hover
  5191. :background-color #ccc
  5192.  
  5193. .plan-item-description
  5194. :color #FFF
  5195. :font-weight 200
  5196. :font-size 16px
  5197. :margin-top 10px
  5198. :width 93%
  5199.  
  5200. .plan-item-price-container
  5201. :height 45px
  5202. :position relative
  5203. :width 25%
  5204.  
  5205. .plan-item-price
  5206. :display flex
  5207. :align-items center
  5208. :justify-content center
  5209. :float left
  5210. :color #FFF
  5211. :font-weight 700
  5212. :font-size 20px
  5213. :text-align center
  5214. :background linear-gradient(to bottom, #156376, #0a8cab)
  5215. :height 100%
  5216. :width 70%
  5217. :border-radius 10px
  5218.  
  5219. &:hover
  5220. :color #FFF
  5221.  
  5222. .plan-item-button
  5223. :display flex
  5224. :align-items center
  5225. :justify-content center
  5226. :float left
  5227. :background linear-gradient(to bottom, #a6a5a5, #fcfcfc)
  5228. :height 100%
  5229. :width 30%
  5230. :border-radius 10px
  5231. :font-size 20px
  5232. :color #16182f
  5233. :position absolute
  5234. :right 25px
  5235.  
  5236. &:hover, &:target, &:link
  5237. :color #16182f
  5238.  
  5239. .plan-show
  5240. :float left
  5241. :width 100%
  5242.  
  5243. .plan-show-container
  5244. :padding 75px 0
  5245. :width 100%
  5246. :float left
  5247.  
  5248. .title
  5249. :text-align center
  5250. :color #156274
  5251. :margin-bottom 35px
  5252.  
  5253. .plan-item-price-container
  5254. :margin-top 20px
  5255.  
  5256. .plan-show-description
  5257. :font-size 15px
  5258. :line-height 41px
  5259. :overflow hidden
  5260.  
  5261. .plan-item-price-section
  5262. display: flex
  5263. justify-content: center
  5264. flex-direction: column
  5265. float: right
  5266.  
  5267. .plan-item-price-container
  5268. width: 50%
  5269. margin: 20px 0
  5270.  
  5271. .plan-item-button
  5272. width: 12%
  5273. right: 0
  5274.  
  5275. .plan-item-price
  5276. width: 92%
  5277. font-size: 18px
  5278.  
  5279. .plan-item-text
  5280. display: block
  5281. color: #0b88a6
  5282. font-weight: bold
  5283.  
  5284. .plan-item-dowload-text
  5285. margin-left: 5px
  5286. color: #0b88a6
  5287.  
  5288. .plan-item-download-link
  5289. display: flex
  5290. align-items: center
  5291. font-weight: bold
  5292. text-decoration: none
  5293.  
  5294. .plan-item-price-text
  5295. color: #FFF
  5296.  
  5297. #methodology
  5298. :background-color #ec671a
  5299. :padding-top 170px
  5300. :position relative
  5301.  
  5302. .title-container
  5303. .title-text
  5304. :color #FFF
  5305. :background-color #ec671a
  5306.  
  5307. .bar
  5308. :background-color #FFF
  5309.  
  5310. .methodology-ball-left-bottom
  5311. :position absolute
  5312. :left -85px
  5313. :bottom -30px
  5314. :z-index 2
  5315.  
  5316. .metodology-ball-right-top
  5317. :position absolute
  5318. :right 100px
  5319. :top -65px
  5320.  
  5321. .methodology-ball-middle-white
  5322. :position absolute
  5323. :left 86px
  5324. :bottom 244px
  5325.  
  5326. .methodology-container, .team-members-container
  5327. :position relative
  5328.  
  5329. .methodology-line
  5330. :position relative
  5331. :display flex
  5332. :justify-content space-between
  5333. :margin-bottom 95px
  5334.  
  5335. .line
  5336. :position absolute
  5337. :left 58px
  5338. :top 82px
  5339. :background-color #FFF
  5340. :height 1px
  5341. :width 80%
  5342.  
  5343. .methodology-item
  5344. :width 20%
  5345. :cursor pointer
  5346. :display flex
  5347. :align-items center
  5348. :justify-content center
  5349. :flex-direction column
  5350.  
  5351. &:hover
  5352. .ball
  5353. :position relative
  5354. :z-index 2
  5355. :background-color #156274
  5356.  
  5357. .methodology-icon
  5358. :display none
  5359.  
  5360. &.hover
  5361. :display block
  5362.  
  5363. .methodology-icon
  5364. :margin-bottom 30px
  5365.  
  5366. &.hover
  5367. :display none
  5368.  
  5369. .methodology-name
  5370. :color #FFF
  5371. :font-weight 700
  5372. :font-size 17px
  5373. :text-align center
  5374.  
  5375. .ball
  5376. :margin-bottom 20px
  5377. :display block
  5378. :width 15px
  5379. :height 15px
  5380. :border-radius 100%
  5381. :background-color #FFF
  5382.  
  5383. #team-member
  5384. :background-color #156274
  5385. :height 766px
  5386. :position relative
  5387.  
  5388. .title-container
  5389. .title-text
  5390. :color #FFF
  5391. :background-color #156274
  5392.  
  5393. .bar
  5394. :background-color #FFF
  5395.  
  5396. .team-member-ball
  5397. :position absolute
  5398. :left -50px
  5399. :bottom -50px
  5400.  
  5401. .team-member-ball-top-right-white
  5402. :position absolute
  5403. :top 2px
  5404. :right 98px
  5405.  
  5406. .team-member-ball-top-right
  5407. :position absolute
  5408. :top 252px
  5409. :right 155px
  5410.  
  5411. .team-member-ball-bottom-left
  5412. :position absolute
  5413. :bottom 38px
  5414. :left 129px
  5415.  
  5416. .scroll-arrow
  5417. :position absolute
  5418. :bottom 12px
  5419. :right 0
  5420. :width 442px
  5421. :height 22px
  5422. :z-index 99
  5423. :display flex
  5424. :justify-content center
  5425. :align-items center
  5426. :cursor pointer
  5427.  
  5428. .team-members-carousel-container
  5429. :margin-top 100px
  5430.  
  5431. .lslide
  5432. :position relative
  5433.  
  5434. .team-member-item
  5435. :background-color #FFF
  5436. :height 574px
  5437. :position relative
  5438. :width 77%
  5439. :float right
  5440.  
  5441. .team-member-item-info-name
  5442. :font-weight 700
  5443. :font-size 28px
  5444. :display block
  5445.  
  5446. .team-member-item-info-specialty
  5447. :margin-bottom 30px
  5448. :display block
  5449. :font-size 20px
  5450.  
  5451. .team-member-item-info-description
  5452. :line-height 33px
  5453.  
  5454. .team-member-item-info
  5455. :width 70%
  5456. :float right
  5457. :padding 5% 5% 0 5%
  5458. :height 530px
  5459. :overflow-y scroll
  5460.  
  5461. &::-webkit-scrollbar
  5462. :width 10px
  5463.  
  5464. &::-webkit-scrollbar-thumb
  5465. :background-color #ccc
  5466.  
  5467. &::-webkit-scrollbar-track
  5468. :background-color transparent
  5469.  
  5470. .team-member-item-image
  5471. :position absolute
  5472. :left -195px
  5473.  
  5474. .team-members-carousel-controls
  5475. :margin-top 100px
  5476. :height 574px
  5477. :display flex
  5478. :flex-direction column
  5479. :align-items center
  5480. :justify-content center
  5481.  
  5482. .team-members-container
  5483. .title-container
  5484. :bottom 267px
  5485.  
  5486. .arrow-member-right
  5487. :cursor pointer
  5488. :background image-url('arrow-team.png') no-repeat center center
  5489. :width 13px
  5490. :height 22px
  5491. :margin-bottom 20px
  5492.  
  5493. .arrow-member-left
  5494. :cursor pointer
  5495. :background image-url('arrow-team.png') no-repeat center center
  5496. :width 13px
  5497. :height 22px
  5498. :transform rotate(-180deg)
  5499.  
  5500. .testimony-container
  5501. :padding-top 95px
  5502.  
  5503. .title-container
  5504. :bottom 262px
  5505.  
  5506. .title-text
  5507. :color #FFF
  5508. :background-color #ec671a
  5509.  
  5510. .bar
  5511. :background-color #FFF
  5512.  
  5513. #testimony
  5514. :background-color #ec671a
  5515.  
  5516. .testimony-info-name
  5517. :display block
  5518. :color #FFF
  5519. :font-weight 800
  5520. :font-size 22px
  5521. :width 80%
  5522. :float left
  5523.  
  5524. .testimony-info-description
  5525. :line-height 24px
  5526. :height 200px
  5527. :color #FFF
  5528. :float left
  5529. :width 100%
  5530.  
  5531. .testimony-image
  5532. :border-radius 100%
  5533. :border 8px solid #FFF
  5534.  
  5535. .testimony-video
  5536. :color #FFF
  5537. :background-color #16162f
  5538. :font-weight 800
  5539. :text-align center
  5540. :padding 10px
  5541. :display block
  5542. :margin-top 30px
  5543.  
  5544. &:hover
  5545. :color #FFF
  5546.  
  5547. .arrow-testimony-top
  5548. :cursor pointer
  5549. :background image-url('arrow-team.png') no-repeat center center
  5550. :width 13px
  5551. :height 22px
  5552. :cursor pointer
  5553. :margin-bottom 20px
  5554. :transform rotate(-90deg)
  5555.  
  5556. .arrow-testimony-bottom
  5557. :cursor pointer
  5558. :background image-url('arrow-team.png') no-repeat center center
  5559. :width 13px
  5560. :height 22px
  5561. :cursor pointer
  5562. :transform rotate(90deg)
  5563.  
  5564. .testimonies-carousel-controls
  5565. :height 574px
  5566. :display flex
  5567. :flex-direction column
  5568. :align-items center
  5569. :justify-content center
  5570.  
  5571. #gallery
  5572. :padding-top 80px
  5573. :position relative
  5574.  
  5575. .title-container
  5576. :bottom 264px
  5577.  
  5578. .title-text
  5579. :color #156274
  5580. :background-color #FFF
  5581.  
  5582. .bar
  5583. :background-color #156274
  5584.  
  5585. .gallery-container
  5586. :margin-top 80px
  5587.  
  5588. .gallery-ball-right-top
  5589. :position absolute
  5590. :right 56px
  5591. :top -45px
  5592.  
  5593. .gallery-ball-right-top-2
  5594. :position absolute
  5595. :right 26px
  5596. :top 127px
  5597.  
  5598. .gallery-line
  5599. :margin-bottom 30px
  5600. :float left
  5601. :width 100%
  5602.  
  5603. &:nth-child(odd)
  5604. .gallery-image-content
  5605. :margin-left 25px
  5606.  
  5607. &:nth-child(even)
  5608. .gallery-image-content
  5609. :margin-right 25px
  5610.  
  5611. .gallery-image-content
  5612. :float left
  5613. :width 29%
  5614.  
  5615. .gallery-carousel-controls
  5616. :display flex
  5617. :align-items center
  5618. :justify-content center
  5619. :margin-top 40px
  5620.  
  5621. .video-image-content
  5622. :float left
  5623. :width 36%
  5624. :position relative
  5625.  
  5626. .play-video
  5627. :background image-url('play-video.png') no-repeat center center
  5628. :width 59px
  5629. :height 58px
  5630. :position absolute
  5631. :top 37%
  5632. :left 37%
  5633.  
  5634. .arrow-gallery-right
  5635. :cursor pointer
  5636. :background image-url('gallery-arrow.png') no-repeat center center
  5637. :width 13px
  5638. :height 22px
  5639. :margin-left 20px
  5640.  
  5641. .arrow-gallery-left
  5642. :cursor pointer
  5643. :background image-url('gallery-arrow.png') no-repeat center center
  5644. :width 13px
  5645. :height 22px
  5646. :transform rotate(-180deg)
  5647.  
  5648. #schedules
  5649. :position relative
  5650. :background-color #156274
  5651.  
  5652. .title-container
  5653. :bottom 192px
  5654.  
  5655. .title-text
  5656. :color #FFF
  5657. :background-color #156274
  5658.  
  5659. .bar
  5660. :background-color #FFF
  5661.  
  5662. .schedule-ball-top-right
  5663. :position absolute
  5664. :top -7px
  5665. :right 9px
  5666.  
  5667. .schedule-ball-top-right-white
  5668. :position absolute
  5669. :top 222px
  5670. :right 145px
  5671.  
  5672. .schedule-ball-bottom-left-white
  5673. :position absolute
  5674. :bottom 68px
  5675. :left 222px
  5676.  
  5677. .schedule-ball-bottom-left
  5678. :position absolute
  5679. :bottom -27px
  5680. :left 41px
  5681.  
  5682. .schedules-carousel-controls
  5683. :display flex
  5684. :align-items center
  5685. :justify-content center
  5686. :margin-top 75px
  5687.  
  5688. .arrow-schedule-right
  5689. :cursor pointer
  5690. :background image-url('arrow-team.png') no-repeat center center
  5691. :width 13px
  5692. :height 22px
  5693.  
  5694. .arrow-schedule-left
  5695. :cursor pointer
  5696. :background image-url('arrow-team.png') no-repeat center center
  5697. :width 13px
  5698. :height 22px
  5699. :margin-right 20px
  5700. :transform rotate(180deg)
  5701.  
  5702. h2.subtitle
  5703. :background image-url('naoesqueca.png') no-repeat center center/contain
  5704. :height 178px
  5705. :margin-bottom 130px
  5706.  
  5707. h3.subtitle
  5708. :text-align center
  5709. :color #0a6276
  5710. :font-size 20px
  5711. :font-weight 200
  5712.  
  5713. .schedule-date
  5714. :font-size 35px
  5715. :font-weight 700
  5716. :margin-bottom 30px
  5717.  
  5718. .schedule-name
  5719. :font-size 16px
  5720. :text-align center
  5721.  
  5722. .schedule-item
  5723. :width 50%
  5724. :display flex
  5725. :flex-direction column
  5726. :justify-content center
  5727. :align-items center
  5728. :margin 0 auto
  5729. :color #FFF
  5730.  
  5731. .schedule-date
  5732. :text-align center
  5733.  
  5734. #newsletter
  5735. :width 100%
  5736. :float left
  5737. :padding 90px 0
  5738.  
  5739. .title-container
  5740. :bottom 0
  5741.  
  5742. .title
  5743. :display block
  5744.  
  5745. .bar
  5746. :background-color #156274
  5747. :width 58%
  5748.  
  5749. .newsletter-title
  5750. :color #156274
  5751. :text-transform uppercase
  5752. :font-weight 800
  5753. :font-size 35px
  5754. :text-align center
  5755. :margin-bottom 30px
  5756.  
  5757. .newsletter-form
  5758. :position relative
  5759. :width 100%
  5760.  
  5761. .newsletter-form-container
  5762. .confirm
  5763. :text-align center
  5764. :font-size 16px
  5765. :margin-bottom 30px
  5766.  
  5767. .input-newsletter
  5768. :width 100%
  5769. :height 120px
  5770. :border-radius 0
  5771. :border 1px solid #16162f
  5772. :padding-left 30px
  5773.  
  5774. .submit-newsletter
  5775. :position absolute
  5776. :right 32px
  5777. :top 32px
  5778. :background-color #156274
  5779. :color #FFF
  5780. :font-weight 800
  5781. :font-size 16px
  5782. :text-align center
  5783. :border 0
  5784. :padding 20px 50px
  5785.  
  5786. &:hover
  5787. :background-color $hover-buttons-color
  5788.  
  5789. .social-bar-container
  5790. :height 175px
  5791.  
  5792. .social-bar-box
  5793. :height 100%
  5794. :width 50%
  5795. :float left
  5796. :display flex
  5797. :align-items center
  5798.  
  5799. .facebook-box
  5800. :padding-right 70px
  5801. :color #FFF
  5802. :background-color #156274
  5803. :justify-content flex-end
  5804.  
  5805. &:hover, &:visited, &:link
  5806. :text-decoration none
  5807. :color #FFF
  5808.  
  5809. .social-box-text
  5810. :margin-right 70px
  5811.  
  5812. .instagram-box
  5813. :padding-left 70px
  5814. :color #FFF
  5815. :background-color #ec671a
  5816.  
  5817. &:hover, &:visited, &:link
  5818. :text-decoration none
  5819. :color #FFF
  5820.  
  5821. .social-box-text
  5822. :margin-left 70px
  5823.  
  5824. .social-box-text
  5825. :text-transform uppercase
  5826. :font-weight 800
  5827. :font-size 30px
  5828.  
  5829. .social-bar-icon
  5830. :font-size 40px
  5831.  
  5832. #news
  5833. :background-color #156274
  5834. :display flex
  5835. :align-items center
  5836. :position relative
  5837.  
  5838. .title-container
  5839. :bottom -324px
  5840. :z-index 2
  5841.  
  5842. .title-text
  5843. :color #FFF
  5844. :background-color #156274
  5845.  
  5846. .bar
  5847. :background-color #FFF
  5848.  
  5849. .news-carousel
  5850. :margin-top 145px
  5851.  
  5852. .news-ball-right-top-white
  5853. :position absolute
  5854. :right 122px
  5855. :top 98px
  5856.  
  5857. .news-ball-left-bottom
  5858. :position absolute
  5859. :left 80px
  5860. :bottom 245px
  5861.  
  5862. .news-ball-left-bottom-white
  5863. :position absolute
  5864. :left -73px
  5865. :bottom 4px
  5866.  
  5867. .article-container
  5868. :float left
  5869. :width 100%
  5870. :margin-top 50px
  5871.  
  5872. .new-title
  5873. :font-size 30px
  5874. :margin-bottom 35px
  5875. :font-weight bold
  5876.  
  5877. .new-content
  5878. :margin 50px 0
  5879. :line-height 35px
  5880.  
  5881. .title-article-internal
  5882. :margin-top 30px
  5883. :font-size 16px
  5884. :font-weight bold
  5885. :min-height 40px
  5886. :color #000
  5887.  
  5888. &:hover
  5889. :color #000
  5890.  
  5891. .title-article-page
  5892. :color #0a6276
  5893. :font-size 32px
  5894. :font-weight bold
  5895.  
  5896. .subtitle-article-page
  5897. :display block
  5898. :margin 10px 0 20px 0
  5899.  
  5900. .article-item
  5901. :margin-bottom 50px
  5902.  
  5903. .arrow-news-right
  5904. :cursor pointer
  5905. :background image-url('arrow-team.png') no-repeat center center
  5906. :width 13px
  5907. :height 22px
  5908.  
  5909. .arrow-news-left
  5910. :cursor pointer
  5911. :background image-url('arrow-team.png') no-repeat center center
  5912. :width 13px
  5913. :height 22px
  5914. :transform rotate(-180deg)
  5915. :margin-right 20px
  5916.  
  5917. .new-item
  5918. :height 380px
  5919.  
  5920. .news-title
  5921. :display block
  5922. :color #FFF
  5923. :font-weight 700
  5924. :font-size 15px
  5925. :padding-top 25px
  5926.  
  5927. .news-carousel-controls
  5928. :display flex
  5929. :justify-content center
  5930. :align-items center
  5931. :margin-top 60px
  5932.  
  5933. #contact
  5934. .title-container
  5935. :left -8%
  5936. :bottom 360px
  5937. :z-index 2
  5938.  
  5939. .title-text
  5940. :color #156274
  5941.  
  5942. input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder
  5943. :font-weight 700
  5944. :font-size 18px
  5945. :color #16162f
  5946.  
  5947. input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder
  5948. :font-weight 700
  5949. :font-size 18px
  5950. :color #16162f
  5951.  
  5952. .contact-form-content
  5953. :background image-url('contact-bg.jpg') no-repeat center center/cover
  5954. :height 772px
  5955. :padding 0
  5956.  
  5957. .contact-container
  5958. :padding 0
  5959. :position relative
  5960.  
  5961. .contact-ball
  5962. :position absolute
  5963. :bottom 35px
  5964. :left 35px
  5965.  
  5966. .contact-form
  5967. :padding-top 140px
  5968. :width 43%
  5969. :margin-left 20%
  5970.  
  5971. .contact-input
  5972. :height 55px
  5973. :border 1px solid #156274
  5974. :background-color transparent
  5975. :width 85%
  5976. :margin-top 20px
  5977. :padding-left 20px
  5978.  
  5979. .contact-textarea
  5980. :height 180px
  5981.  
  5982. .contact-submit
  5983. :width 85%
  5984. :height 55px
  5985. :background-color #156274
  5986. :color #FFF
  5987. :text-align center
  5988. :font-weight 700
  5989. :font-size 18px
  5990. :margin-top 20px
  5991.  
  5992. &:hover
  5993. :background-color $hover-buttons-color
  5994.  
  5995. .footer-container
  5996. :background-color #ec671a
  5997. :float left
  5998. :width 100%
  5999.  
  6000. .logo-acerte
  6001. :width 100px
  6002.  
  6003. .footer-content
  6004. :height 70px
  6005. :display flex
  6006. :align-items center
  6007. :justify-content space-between
  6008.  
  6009. .footer-contact
  6010. color: #FFF
  6011. font-size: 17px
  6012. font-weight: bold
  6013. display: flex
  6014. flex-direction: column
  6015. align-items: center
  6016.  
  6017. .footer-contact-info
  6018. display: block
  6019. float: left
  6020. margin-right: 5px
  6021. border-right: 2px solid #FFF
  6022. padding-right: 5px
  6023.  
  6024. &:last-child
  6025. border-right: 0
  6026.  
  6027. .student-form-container
  6028. :margin-bottom 50px
  6029. :display flex
  6030. :justify-content center
  6031.  
  6032. .student-form-login
  6033. :width 100%
  6034.  
  6035. .student-form-login-button
  6036. :width 100%
  6037. :height 50px
  6038. :background-color #156274
  6039. :color #FFF
  6040. :text-transform uppercase
  6041. :margin-top 15px
  6042. :border none
  6043. :border-radius 0
  6044.  
  6045. &:hover
  6046. :background-color #156274
  6047. :color #FFF
  6048.  
  6049. .student-form
  6050. :color #156274
  6051. :text-transform uppercase
  6052. :text-align center
  6053. :font-weight bold
  6054.  
  6055. .student-form-login-input
  6056. :height 50px
  6057. :border 1px solid #000
  6058. :padding-left 10px
  6059. :margin-top 15px
  6060. :border-radius 0
  6061. :width 100%
  6062.  
  6063. .student-form-wrapper
  6064. :width 100%
  6065. :float left
  6066. :margin-top 100px
  6067.  
  6068. .student-form-forget-password
  6069. :margin-top 10px
  6070. :float right
  6071.  
  6072. .form-actions
  6073. :padding 0
  6074.  
  6075. .form-inputs
  6076. .col-sm-8
  6077. :padding 0
  6078. :width 100%
  6079.  
  6080. @media (max-width: 1199px)
  6081.  
  6082. .plan-item-price-section
  6083. .plan-item-price
  6084. font-size: 15px
  6085.  
  6086. .plan-item-price-container
  6087. width: 30%
  6088.  
  6089. .plange-stage-menu-container
  6090. width: 80%
  6091. margin-bottom: 20px
  6092.  
  6093. .second-stage-item
  6094. width: 48%
  6095. margin-bottom: 20px
  6096.  
  6097. .team-member-item-image
  6098. :left 0
  6099. :width 50%
  6100.  
  6101. .team-member-item-info
  6102. :width 50%
  6103.  
  6104. .scroll-arrow
  6105. :width 700px
  6106.  
  6107. .title-container
  6108. :bottom 317px
  6109.  
  6110. #schedules
  6111. .title-container
  6112. :bottom 192px
  6113.  
  6114. #contact
  6115. .title-container
  6116. :left -21%
  6117.  
  6118. #gallery
  6119. .title-container
  6120. :bottom 178px
  6121.  
  6122. .link-founders
  6123. :width 40%
  6124.  
  6125. .plan-model
  6126. :left 50px
  6127.  
  6128. h2.subtitle
  6129. :font-size 120px
  6130.  
  6131. .team-member-item
  6132. :width 100%
  6133.  
  6134. .gallery-image-content
  6135. :width 28%
  6136.  
  6137. .menu-toggle
  6138. :width 5%
  6139. :right 0
  6140.  
  6141. .login-click
  6142. :width 8%
  6143.  
  6144. #menu
  6145. :padding 0 38% 3% 20%
  6146.  
  6147. .menu-link
  6148. :margin-top 30px
  6149.  
  6150. @media (max-width: 991px)
  6151.  
  6152. .plan-item-price-section
  6153. .plan-item-price-container
  6154. width: 75%
  6155.  
  6156. .second-stage-item
  6157. :width 48%
  6158. :margin-bottom 50px
  6159.  
  6160. .scroll-arrow
  6161. :width 640px
  6162.  
  6163. .rotate-ball
  6164. :display none
  6165.  
  6166. .plans-container
  6167. :padding-top 0
  6168. :height unset
  6169.  
  6170. .weare-container
  6171. :height unset
  6172.  
  6173. .link-founders
  6174. :width 40%
  6175.  
  6176. .weare-text-content-description
  6177. :margin-bottom 30px
  6178.  
  6179. .plange-stage-menu-container
  6180. :width 100%
  6181. :padding 0 28%
  6182. :margin-bottom 50px
  6183.  
  6184. .plan-item-name
  6185. :width 100%
  6186. :display block
  6187. :text-align center
  6188.  
  6189. .plan-item-description
  6190. :text-align center
  6191.  
  6192. .plan-item-price-container
  6193. :width 50%
  6194. :display flex
  6195. :justify-content center
  6196.  
  6197. .plan-item-button
  6198. :right 0
  6199.  
  6200. .plan-model
  6201. :position relative
  6202. :bottom -104px
  6203.  
  6204. .login-area-session
  6205. :margin 30px 0 0 0
  6206. :padding 0
  6207. :border 0
  6208.  
  6209. h2.subtitle
  6210. :font-size 90px
  6211.  
  6212. .contact-form
  6213. :width 70%
  6214. :margin-left 15%
  6215.  
  6216. .title-container
  6217. :position initial
  6218. :transform initial
  6219. :width inherit
  6220. :margin 30px 0
  6221.  
  6222. .bar
  6223. :top 50px
  6224.  
  6225. #contact
  6226. .title-container
  6227. :left -40%
  6228.  
  6229. .gallery-image-content
  6230. :width 27%
  6231.  
  6232. .contact-input, .contact-submit
  6233. :width 100%
  6234.  
  6235. .login-click
  6236. :width 11%
  6237.  
  6238. .menu-toggle
  6239. :width 7%
  6240.  
  6241. #menu
  6242. :padding 0 28% 3% 20%
  6243.  
  6244. #gallery
  6245. :padding-bottom 30px
  6246. :padding-top 0
  6247. :background #FFF
  6248.  
  6249. .login-area-box
  6250. :display flex
  6251. :flex-direction column
  6252. :align-items center
  6253.  
  6254. .title-container
  6255. :width unset
  6256.  
  6257. .bar
  6258. :background-color #FFF
  6259.  
  6260. .container-section
  6261. :height unset
  6262.  
  6263. #news
  6264. :padding-bottom 30px
  6265.  
  6266. #schedules
  6267. :padding-bottom 30px
  6268.  
  6269. #team-member
  6270. :padding-bottom 30px
  6271.  
  6272. #plans
  6273. :padding-top 0
  6274.  
  6275. .testimony-container
  6276. :padding-bottom 35px
  6277.  
  6278. #plans
  6279. :background #ec671a
  6280.  
  6281. #methodology
  6282. :padding-top 0
  6283.  
  6284. #newsletter
  6285. .title-container
  6286. :display none
  6287.  
  6288. .team-members-carousel-container
  6289. :margin-top 0
  6290.  
  6291. #weare-video
  6292. :padding 75px 0
  6293.  
  6294. .header-container
  6295. :padding-right 6%
  6296.  
  6297. .footer-content
  6298. height: unset
  6299. flex-direction: column
  6300. padding: 20px 0
  6301.  
  6302. .footer-contact
  6303. margin: 20px 0
  6304.  
  6305. @media (max-width: 767px)
  6306.  
  6307. .plan-item-price-section
  6308. align-items: center
  6309.  
  6310. .plan-item-price-container
  6311. width: 100%
  6312.  
  6313. .plan-show-container
  6314. p.header-container, p.plan-item-price
  6315. width: 100%
  6316. margin-top: 0
  6317.  
  6318. .plan-item-button
  6319. :display none
  6320.  
  6321. .sign-in-box
  6322. p.header-container
  6323. :padding 0
  6324.  
  6325. .student-form
  6326. :font-size 26px
  6327.  
  6328. .plan-item-price
  6329. :width 100%
  6330.  
  6331. .plan-show-description
  6332. :margin-top 25px
  6333.  
  6334. .plan-model
  6335. :left -10px
  6336. :width 100%
  6337.  
  6338. .second-stage-item
  6339. :width 100%
  6340.  
  6341. .login-area-registration
  6342. :margin 30px 0
  6343.  
  6344. .testimony-image-content
  6345. :display flex
  6346. :flex-direction column
  6347. :align-items center
  6348.  
  6349. .testimony-video
  6350. :margin-top 0
  6351.  
  6352. .testimony-info
  6353. :display none
  6354.  
  6355. .schedule-date
  6356. :margin-bottom 10px
  6357.  
  6358. .schedules-carousel-controls, .news-carousel-controls, .gallery-carousel-controls
  6359. :margin-top 10px
  6360.  
  6361. #newsletter
  6362. :padding 30px 0
  6363.  
  6364. .weare-container
  6365. :padding 0 0 75px 0
  6366.  
  6367. .plan-buttons
  6368. :padding 0
  6369.  
  6370. .students-menu
  6371. :top 70px
  6372. :right 35px
  6373.  
  6374. .scroll-arrow
  6375. :display none
  6376.  
  6377. .news-carousel
  6378. :margin-top 0
  6379.  
  6380. .plan-ball-bottom
  6381. :display none
  6382.  
  6383. .plange-stage-menu-container
  6384. :padding 0
  6385.  
  6386. .plan-item-price-container
  6387. :justify-content space-between
  6388. :width 100%
  6389.  
  6390. .plans-container
  6391. :height unset
  6392.  
  6393. .contact-form
  6394. :width 84%
  6395. :margin-left 8%
  6396.  
  6397. .login-area-box
  6398. :padding 0
  6399. :margin-top 30px
  6400.  
  6401. .login-area-session
  6402. :margin 30px 0
  6403.  
  6404. h2.subtitle
  6405. :display none
  6406.  
  6407. .title-container
  6408. h1.title
  6409. .title-text
  6410. :font-size 18px
  6411. .bar
  6412. :display none
  6413.  
  6414. .video-image-content, .gallery-image-content
  6415. :width 100%
  6416.  
  6417. .gallery-image-content
  6418. :margin 15px 0 15px 0
  6419. :display flex
  6420. :justify-content center
  6421.  
  6422. .submit-newsletter
  6423. :position initial
  6424. :width 100%
  6425.  
  6426. .input-newsletter
  6427. :height 50px
  6428.  
  6429. .social-bar-box
  6430. :height 70%
  6431. :flex-direction column
  6432.  
  6433. #news
  6434. :display block
  6435.  
  6436. .contact-form
  6437. :padding-top 0
  6438.  
  6439. .contact-textarea
  6440. :padding-top 10px
  6441.  
  6442. .contact-form-content
  6443. :height 580px
  6444. :background #FFF
  6445.  
  6446. .social-bar-container
  6447. :height 130px
  6448.  
  6449. .instagram-box, .facebook-box
  6450. :padding 0
  6451. :justify-content center
  6452.  
  6453. .social-box-text
  6454. :display none
  6455.  
  6456. .gallery-line
  6457. :display none
  6458.  
  6459. .gallery-container
  6460. :margin-top 0
  6461.  
  6462. .testimony-info-description
  6463. :height 410px
  6464.  
  6465. .gallery-carousel-controls
  6466. :display none
  6467.  
  6468. .testimony-info-name
  6469. :width 100%
  6470. :margin 30px 0
  6471. :text-align center
  6472.  
  6473. .testimony-video
  6474. :width 100%
  6475.  
  6476. .team-members-carousel-container
  6477. :padding 0
  6478.  
  6479. .team-members-carousel-controls
  6480. :height unset
  6481. :margin-top 30px
  6482. :flex-direction row-reverse
  6483.  
  6484. .arrow-member-right
  6485. :margin-bottom 0
  6486. :margin-left 20px
  6487.  
  6488. .team-member-item-info-name, .team-member-item-info-specialty
  6489. :text-align center
  6490.  
  6491. .team-member-item-info-name
  6492. :font-size 20px
  6493.  
  6494. .team-member-item-info-specialty
  6495. :font-size 18px
  6496. :margin-bottom 0
  6497.  
  6498. .plus-button-team-member
  6499. :display flex !important
  6500. :justify-content center
  6501. :margin-top 10px
  6502.  
  6503. .team-member-icon
  6504. :font-size 25px
  6505. :color #ec671a
  6506.  
  6507. &:hover
  6508. :color #ec671a
  6509.  
  6510. .methodology-line
  6511. :display block
  6512. :float left
  6513. :margin-top 0
  6514. :margin-bottom 30px
  6515.  
  6516. .line, .ball
  6517. :display none
  6518.  
  6519. .methodology-icon
  6520. :margin-bottom 15px
  6521.  
  6522. .methodology-box
  6523. :float left
  6524. :padding 0
  6525.  
  6526. .methodology-item
  6527. :margin-bottom 0
  6528. :width 28%
  6529. :margin-right 5%
  6530. :float left
  6531.  
  6532. .methodology-name
  6533. :font-size 13px
  6534.  
  6535. .new-item
  6536. :display flex
  6537. :justify-content center
  6538. :align-items center
  6539. :flex-direction column
  6540.  
  6541. .link-founders
  6542. :width 80%
  6543. :margin-top 0
  6544.  
  6545. .login-click
  6546. :width 25%
  6547. :justify-content center
  6548.  
  6549. .menu-toggle
  6550. :width 48px
  6551. :right 10px
  6552. :top 15px
  6553.  
  6554. .menu-container
  6555. :width 100%
  6556.  
  6557. .testimonies-carousel-controls
  6558. :height unset
  6559.  
  6560. .testimony-container
  6561. :padding 10px 0 30px 0
  6562.  
  6563. .team-member-item-image
  6564. :float left
  6565. :left 0
  6566. :width 50%
  6567. :margin-top 40px
  6568. :padding-left 0
  6569. :display flex
  6570. :align-items center
  6571. :justify-content space-between
  6572. :color #156274
  6573.  
  6574. .header-ball
  6575. :position absolute
  6576. :right 50px
  6577. :top -35px
  6578.  
  6579. .rotate-ball
  6580. :z-index 99
  6581.  
  6582. &.in-view
  6583. :animation spin 16s linear, fall-right 16s linear
  6584.  
  6585. &.in-view.left
  6586. :animation spin 16s linear, fall-left 16s linear
  6587.  
  6588. @keyframes spin
  6589. 100%
  6590. :transform rotate(360deg)
  6591.  
  6592. @keyframes fall-right
  6593. 100%
  6594. :top -1100px
  6595.  
  6596. @keyframes fall-left
  6597. 100%
  6598. :bottom 1100px
  6599.  
  6600. #menu
  6601. :display flex
  6602. :flex-direction column
  6603. :justify-content center
  6604. :padding 0 53% 3% 20%
  6605.  
  6606. .menu-container
  6607. :background-color rgba(21, 98, 116, 0.9)
  6608. :position fixed
  6609. :z-index 998
  6610. :top 0
  6611. :right -634px
  6612. :width 35%
  6613. :transition 1.3s right ease
  6614. :padding-bottom 53px
  6615.  
  6616. .menu-link
  6617. :color #FFF
  6618. :text-transform uppercase
  6619. :font-weight 800
  6620. :font-size 22px
  6621. :margin-top 50px
  6622. :text-align right
  6623. :text-decoration none
  6624.  
  6625. &:hover, &:link, &:visited
  6626. :color #FFF
  6627.  
  6628. .students-menu
  6629. :position absolute
  6630. :display flex
  6631. :flex-direction column
  6632. :right 0
  6633. :top 60px
  6634. :padding 10px
  6635. :border 1px solid #0a6276
  6636. :z-index 99
  6637. :background-color #FFF
  6638.  
  6639. .students-menu-button
  6640. :cursor pointer
  6641. :display flex
  6642. :align-items center
  6643. :justify-content center
  6644.  
  6645. .login-click
  6646. :display flex
  6647. :align-items center
  6648. :justify-content space-between
  6649. :color #156274
  6650. :position relative
  6651. :z-index 998
  6652.  
  6653. &:hover, &:visited, &:link
  6654. :color #156274
  6655.  
  6656. .login-click-text
  6657. :display flex
  6658. :flex-direction column
  6659. :align-items flex-end
  6660. :font-size 14px
  6661.  
  6662. .login-user
  6663. :font-size 20px
  6664. :display flex
  6665. :align-items center
  6666.  
  6667. .login-user-logo
  6668. :font-size 30px
  6669. :margin-left 10px
  6670. :color #156274
  6671.  
  6672. .login-click-text-user
  6673. :font-size 14px
  6674. :font-weight bold
  6675. :color #156274
  6676.  
  6677. .login-click-text-greeting
  6678. :font-size 14px
  6679.  
  6680. .login-area-box
  6681. :float left
  6682. :padding 100px 25px
  6683. :overflow hidden
  6684.  
  6685. .title-container
  6686. :bottom 575px
  6687. :width 1250px
  6688. :left -49%
  6689.  
  6690. .title-text
  6691. :color #0a6276
  6692. :background-color #FFF
  6693.  
  6694. .bar
  6695. :background-color #0a6276
  6696.  
  6697. .students-menu-link
  6698. :color #156274
  6699. :margin-bottom 10px
  6700. :font-size 15px
  6701.  
  6702. &:hover
  6703. :text-decoration none
  6704.  
  6705. .new-student-input
  6706. :height 45px
  6707. :width 100%
  6708. :border 1px solid #156274
  6709. :margin-top 20px
  6710. :border-radius 0
  6711.  
  6712. .new-student-submit
  6713. :background-color #156274
  6714. :color #FFF
  6715. :text-transform uppercase
  6716. :font-weight bold
  6717. :height 45px
  6718. :width 100%
  6719. :margin-top 20px
  6720.  
  6721. .login-area-form
  6722. .col-sm-8
  6723. :width 100%
  6724.  
  6725. .login-area-title
  6726. :text-align center
  6727. :text-transform uppercase
  6728. :color #156274
  6729. :font-weight bold
  6730. :margin-top 0
  6731.  
  6732. .fancybox-content
  6733. :height 850px !important
  6734. :padding 35px
  6735.  
  6736. .login-subtitle
  6737. :text-transform uppercase
  6738. :color #156274
  6739. :display block
  6740. :width 100%
  6741. :text-align center
  6742.  
  6743. .login-area-session
  6744. :padding-left 5%
  6745. :margin-left 5%
  6746. :border-left 1px solid #dcdcdc
  6747.  
  6748. .login-area-session-link
  6749. :display flex
  6750. :flex-direction column
  6751. :align-items center
  6752. :margin-top 100px
  6753.  
  6754. .login-area-session-text
  6755. :text-transform uppercase
  6756. :font-weight bold
  6757. :font-size 20px
  6758. :letter-spacing 7px
  6759. :color #156274
  6760. :display block
  6761. :text-align center
  6762. :width 50%
  6763.  
  6764. .login-area-registration-text
  6765. :line-height 40px
  6766.  
  6767. .login-area-registration
  6768. .form-group
  6769. :width 100%
  6770. :float left
  6771. :margin-bottom 0
  6772.  
  6773. .login-registration-link
  6774. :color #FFF
  6775. :background-color #156274
  6776. :height 40px
  6777. :width 100%
  6778. :display flex
  6779. :justify-content center
  6780. :align-items center
  6781. :text-transform uppercase
  6782. :margin-top 20px
  6783.  
  6784. &:hover
  6785. :color #FFF
  6786.  
  6787. h1.title
  6788. :text-transform uppercase
  6789. :font-weight 800
  6790. :letter-spacing 15px
  6791. :margin 0
  6792.  
  6793. .banner-top
  6794. :border-bottom 4px solid #156274
  6795. :width 100%
  6796. :float left
  6797. :position relative
  6798. :z-index 3
  6799. :margin-top 30px
  6800.  
  6801. .lSAction > .lSPrev
  6802. :background image-url('banner-arrow.png') no-repeat center center
  6803.  
  6804. .lSAction > .lSNext
  6805. :background image-url('banner-arrow.png') no-repeat center center
  6806. :transform rotate(180deg)
  6807.  
  6808. .banner-ball
  6809. :position absolute
  6810. :left -103px
  6811. :top 700px
  6812. :z-index 2
  6813.  
  6814. .container-fluid
  6815. :padding 0
  6816.  
  6817. #weare
  6818. :float left
  6819. :width 100%
  6820.  
  6821. .weare-container
  6822. :padding 75px 0
  6823. :float left
  6824. :width 100%
  6825.  
  6826. .title-text
  6827. :text-align center
  6828. :color #156274
  6829.  
  6830. .weare-text-content-description
  6831. :margin-top 80px
  6832.  
  6833. .weare-video
  6834. :margin-bottom 60px
  6835. :float left
  6836. :width 100%
  6837.  
  6838. .weare-abstract
  6839. :font-size 16px
  6840. :margin-top 50px
  6841. :text-align center
  6842. :line-height 40px
  6843. :font-family 'Montserrat', sans-serif
  6844. :letter-spacing 2px
  6845.  
  6846. .weare-content
  6847. :margin-top 60px
  6848. :text-align center
  6849. :line-height 30px
  6850. :font-size 16px
  6851. :font-family 'Montserrat', sans-serif
  6852. :letter-spacing 2px
  6853.  
  6854. .link-founders-container
  6855. :display flex
  6856. :align-items center
  6857. :justify-content center
  6858.  
  6859. .link-founders
  6860. :display flex
  6861. :align-items center
  6862. :justify-content center
  6863. :color #FFF
  6864. :background linear-gradient(to bottom, #ce6511, #fd7101)
  6865. :margin-top 50px
  6866. :width 18%
  6867. :height 60px
  6868. :border-radius 10px
  6869. :font-weight 800
  6870. :font-size 18px
  6871. :text-decoration none
  6872.  
  6873. &:hover, &:visited, &:link
  6874. :color #FFF
  6875. :background-color #da5d09
  6876.  
  6877. .title-container
  6878. :position absolute
  6879. :bottom 272px
  6880. :left -31%
  6881. :transform rotate(-90deg)
  6882. :width 775px
  6883.  
  6884. h1.title
  6885. :display flex
  6886. :justify-content center
  6887.  
  6888. .title-text
  6889. :position relative
  6890. :z-index 2
  6891. :padding 0 10px 0 14px
  6892.  
  6893. .bar
  6894. :height 2px
  6895. :width 100%
  6896. :position absolute
  6897. :top 20px
  6898.  
  6899. .container-section
  6900. :height 772px
  6901. :width 100%
  6902. :float left
  6903.  
  6904. #plans
  6905. :background-color #ec671a
  6906. :padding-top 40px
  6907. :position relative
  6908.  
  6909. .title-container
  6910. :bottom 408px
  6911.  
  6912. .title-text
  6913. :color #FFF
  6914. :background-color #ec671a
  6915.  
  6916. .bar
  6917. :background-color #FFF
  6918.  
  6919. .plan-ball-bottom
  6920. :position absolute
  6921. :bottom -50px
  6922. :left -87px
  6923.  
  6924. .plan-ball-top
  6925. :position absolute
  6926. :right 200px
  6927. :top -25px
  6928.  
  6929. .plan-ball-middle
  6930. :position absolute
  6931. :bottom 203px
  6932. :left 61px
  6933.  
  6934. .plans-container
  6935. :position relative
  6936. :padding-top 65px
  6937. :height 775px
  6938.  
  6939. .plan-model
  6940. :position absolute
  6941. :left 0
  6942. :top 74px
  6943.  
  6944. .second-stage-item
  6945. :display flex
  6946. :flex-direction column
  6947. :justify-content space-between
  6948. :margin-bottom 50px
  6949. :width 30%
  6950. :float left
  6951. :margin-right 1%
  6952. :min-height 130px
  6953.  
  6954. .plan-item-price-container
  6955. :width 100%
  6956.  
  6957. .plan-item-description
  6958. :margin-top 0
  6959.  
  6960. .first-stage-item
  6961. :width 48%
  6962. :margin-right 2%
  6963. :min-height 160px
  6964.  
  6965. .plan-item-name
  6966. :color #FFF
  6967. :font-weight bold
  6968. :font-size 18px
  6969. :text-transform uppercase
  6970.  
  6971. .plange-stage-menu-container
  6972. :margin-bottom 60px
  6973. :display flex
  6974. :justify-content space-between
  6975. :width 48%
  6976.  
  6977. .plan-stage-menu
  6978. :display flex
  6979. :align-items center
  6980. :height 50px
  6981. :color #FFF
  6982. :text-transform uppercase
  6983. :text-align center
  6984. :font-weight bold
  6985. :font-size 16px
  6986. :background-color transparent
  6987. :border 1px solid #156274
  6988. :padding 10px
  6989. :text-decoration none
  6990.  
  6991. &:hover, &.selected
  6992. :color #FFF
  6993. :background-color #156274
  6994. :text-decoration none
  6995.  
  6996. .plan-stage-menu-disabled
  6997. :background-color #ccc
  6998. :border #ccc
  6999.  
  7000. &:hover
  7001. :background-color #ccc
  7002.  
  7003. .plan-item-description
  7004. :color #FFF
  7005. :font-weight 200
  7006. :font-size 16px
  7007. :margin-top 10px
  7008. :width 93%
  7009.  
  7010. .plan-item-price-container
  7011. :height 45px
  7012. :position relative
  7013. :width 25%
  7014.  
  7015. .plan-item-price
  7016. :display flex
  7017. :align-items center
  7018. :justify-content center
  7019. :float left
  7020. :color #FFF
  7021. :font-weight 700
  7022. :font-size 20px
  7023. :text-align center
  7024. :background linear-gradient(to bottom, #156376, #0a8cab)
  7025. :height 100%
  7026. :width 70%
  7027. :border-radius 10px
  7028.  
  7029. &:hover
  7030. :color #FFF
  7031.  
  7032. .plan-item-button
  7033. :display flex
  7034. :align-items center
  7035. :justify-content center
  7036. :float left
  7037. :background linear-gradient(to bottom, #a6a5a5, #fcfcfc)
  7038. :height 100%
  7039. :width 30%
  7040. :border-radius 10px
  7041. :font-size 20px
  7042. :color #16182f
  7043. :position absolute
  7044. :right 25px
  7045.  
  7046. &:hover, &:target, &:link
  7047. :color #16182f
  7048.  
  7049. .plan-show
  7050. :float left
  7051. :width 100%
  7052.  
  7053. .plan-show-container
  7054. :padding 75px 0
  7055. :width 100%
  7056. :float left
  7057.  
  7058. .title
  7059. :text-align center
  7060. :color #156274
  7061. :margin-bottom 35px
  7062.  
  7063. .plan-item-price-container
  7064. :margin-top 20px
  7065.  
  7066. .plan-show-description
  7067. :font-size 15px
  7068. :line-height 41px
  7069. :overflow hidden
  7070.  
  7071. .plan-item-price-section
  7072. :display flex
  7073. :justify-content center
  7074. flex-direction: column
  7075. float: right
  7076.  
  7077. .plan-item-price-container
  7078. width: 50%
  7079. margin: 20px 0
  7080.  
  7081. .plan-item-button
  7082. width: 12%
  7083. right: 0
  7084.  
  7085. .plan-item-price
  7086. width: 92%
  7087. font-size: 18px
  7088.  
  7089. .plan-item-text
  7090. display: block
  7091. color: #0b88a6
  7092. font-weight: bold
  7093.  
  7094. .plan-item-dowload-text
  7095. margin-left: 5px
  7096. color: #0b88a6
  7097.  
  7098. .plan-item-download-link
  7099. display: flex
  7100. align-items: center
  7101. font-weight: bold
  7102. text-decoration: none
  7103.  
  7104. .plan-item-price-text
  7105. color: #FFF
  7106.  
  7107. #methodology
  7108. :background-color #ec671a
  7109. :padding-top 170px
  7110. :position relative
  7111.  
  7112. .title-container
  7113. .title-text
  7114. :color #FFF
  7115. :background-color #ec671a
  7116.  
  7117. .bar
  7118. :background-color #FFF
  7119.  
  7120. .methodology-ball-left-bottom
  7121. :position absolute
  7122. :left -85px
  7123. :bottom -30px
  7124. :z-index 2
  7125.  
  7126. .metodology-ball-right-top
  7127. :position absolute
  7128. :right 100px
  7129. :top -65px
  7130.  
  7131. .methodology-ball-middle-white
  7132. :position absolute
  7133. :left 86px
  7134. :bottom 244px
  7135.  
  7136. .methodology-container, .team-members-container
  7137. :position relative
  7138.  
  7139. .methodology-line
  7140. :position relative
  7141. :display flex
  7142. :justify-content space-between
  7143. :margin-bottom 95px
  7144.  
  7145. .line
  7146. :position absolute
  7147. :left 58px
  7148. :top 82px
  7149. :background-color #FFF
  7150. :height 1px
  7151. :width 80%
  7152.  
  7153. .methodology-item
  7154. :width 20%
  7155. :cursor pointer
  7156. :display flex
  7157. :align-items center
  7158. :justify-content center
  7159. :flex-direction column
  7160.  
  7161. &:hover
  7162. .ball
  7163. :position relative
  7164. :z-index 2
  7165. :background-color #156274
  7166.  
  7167. .methodology-icon
  7168. :display none
  7169.  
  7170. &.hover
  7171. :display block
  7172.  
  7173. .methodology-icon
  7174. :margin-bottom 30px
  7175.  
  7176. &.hover
  7177. :display none
  7178.  
  7179. .methodology-name
  7180. :color #FFF
  7181. :font-weight 700
  7182. :font-size 17px
  7183. :text-align center
  7184.  
  7185. .ball
  7186. :margin-bottom 20px
  7187. :display block
  7188. :width 15px
  7189. :height 15px
  7190. :border-radius 100%
  7191. :background-color #FFF
  7192.  
  7193. #team-member
  7194. :background-color #156274
  7195. :height 766px
  7196. :position relative
  7197.  
  7198. .title-container
  7199. .title-text
  7200. :color #FFF
  7201. :background-color #156274
  7202.  
  7203. .bar
  7204. :background-color #FFF
  7205.  
  7206. .team-member-ball
  7207. :position absolute
  7208. :left -50px
  7209. :bottom -50px
  7210.  
  7211. .team-member-ball-top-right-white
  7212. :position absolute
  7213. :top 2px
  7214. :right 98px
  7215.  
  7216. .team-member-ball-top-right
  7217. :position absolute
  7218. :top 252px
  7219. :right 155px
  7220.  
  7221. .team-member-ball-bottom-left
  7222. :position absolute
  7223. :bottom 38px
  7224. :left 129px
  7225.  
  7226. .scroll-arrow
  7227. :position absolute
  7228. :bottom 12px
  7229. :right 0
  7230. :width 442px
  7231. :height 22px
  7232. :z-index 99
  7233. :display flex
  7234. :justify-content center
  7235. :align-items center
  7236. :cursor pointer
  7237.  
  7238. .team-members-carousel-container
  7239. :margin-top 100px
  7240.  
  7241. .lslide
  7242. :position relative
  7243.  
  7244. .team-member-item
  7245. :background-color #FFF
  7246. :height 574px
  7247. :position relative
  7248. :width 77%
  7249. :float right
  7250.  
  7251. .team-member-item-info-name
  7252. :font-weight 700
  7253. :font-size 28px
  7254. :display block
  7255.  
  7256. .team-member-item-info-specialty
  7257. :margin-bottom 30px
  7258. :display block
  7259. :font-size 20px
  7260.  
  7261. .team-member-item-info-description
  7262. :line-height 33px
  7263.  
  7264. .team-member-item-info
  7265. :width 70%
  7266. :float right
  7267. :padding 5% 5% 0 5%
  7268. :height 530px
  7269. :overflow-y scroll
  7270.  
  7271. &::-webkit-scrollbar
  7272. :width 10px
  7273.  
  7274. &::-webkit-scrollbar-thumb
  7275. :background-color #ccc
  7276.  
  7277. &::-webkit-scrollbar-track
  7278. :background-color transparent
  7279.  
  7280. .team-member-item-image
  7281. :position absolute
  7282. :left -195px
  7283.  
  7284. .team-members-carousel-controls
  7285. :margin-top 100px
  7286. :height 574px
  7287. :display flex
  7288. :flex-direction column
  7289. :align-items center
  7290. :justify-content center
  7291.  
  7292. .team-members-container
  7293. .title-container
  7294. :bottom 267px
  7295.  
  7296. .arrow-member-right
  7297. :cursor pointer
  7298. :background image-url('arrow-team.png') no-repeat center center
  7299. :width 13px
  7300. :height 22px
  7301. :margin-bottom 20px
  7302.  
  7303. .arrow-member-left
  7304. :cursor pointer
  7305. :background image-url('arrow-team.png') no-repeat center center
  7306. :width 13px
  7307. :height 22px
  7308. :transform rotate(-180deg)
  7309.  
  7310. .testimony-container
  7311. :padding-top 95px
  7312.  
  7313. .title-container
  7314. :bottom 262px
  7315.  
  7316. .title-text
  7317. :color #FFF
  7318. :background-color #ec671a
  7319.  
  7320. .bar
  7321. :background-color #FFF
  7322.  
  7323. #testimony
  7324. :background-color #ec671a
  7325.  
  7326. .testimony-info-name
  7327. :display block
  7328. :color #FFF
  7329. :font-weight 800
  7330. :font-size 22px
  7331. :width 80%
  7332. :float left
  7333.  
  7334. .testimony-info-description
  7335. :line-height 24px
  7336. :height 200px
  7337. :color #FFF
  7338. :float left
  7339. :width 100%
  7340.  
  7341. .testimony-image
  7342. :border-radius 100%
  7343. :border 8px solid #FFF
  7344.  
  7345. .testimony-video
  7346. :color #FFF
  7347. :background-color #16162f
  7348. :font-weight 800
  7349. :text-align center
  7350. :padding 10px
  7351. :display block
  7352. :margin-top 30px
  7353.  
  7354. &:hover
  7355. :color #FFF
  7356.  
  7357. .arrow-testimony-top
  7358. :cursor pointer
  7359. :background image-url('arrow-team.png') no-repeat center center
  7360. :width 13px
  7361. :height 22px
  7362. :cursor pointer
  7363. :margin-bottom 20px
  7364. :transform rotate(-90deg)
  7365.  
  7366. .arrow-testimony-bottom
  7367. :cursor pointer
  7368. :background image-url('arrow-team.png') no-repeat center center
  7369. :width 13px
  7370. :height 22px
  7371. :cursor pointer
  7372. :transform rotate(90deg)
  7373.  
  7374. .testimonies-carousel-controls
  7375. :height 574px
  7376. :display flex
  7377. :flex-direction column
  7378. :align-items center
  7379. :justify-content center
  7380.  
  7381. #gallery
  7382. :padding-top 80px
  7383. :position relative
  7384.  
  7385. .title-container
  7386. :bottom 264px
  7387.  
  7388. .title-text
  7389. :color #156274
  7390. :background-color #FFF
  7391.  
  7392. .bar
  7393. :background-color #156274
  7394.  
  7395. .gallery-container
  7396. :margin-top 80px
  7397.  
  7398. .gallery-ball-right-top
  7399. :position absolute
  7400. :right 56px
  7401. :top -45px
  7402.  
  7403. .gallery-ball-right-top-2
  7404. :position absolute
  7405. :right 26px
  7406. :top 127px
  7407.  
  7408. .gallery-line
  7409. :margin-bottom 30px
  7410. :float left
  7411. :width 100%
  7412.  
  7413. &:nth-child(odd)
  7414. .gallery-image-content
  7415. :margin-left 25px
  7416.  
  7417. &:nth-child(even)
  7418. .gallery-image-content
  7419. :margin-right 25px
  7420.  
  7421. .gallery-image-content
  7422. :float left
  7423. :width 29%
  7424.  
  7425. .gallery-carousel-controls
  7426. :display flex
  7427. :align-items center
  7428. :justify-content center
  7429. :margin-top 40px
  7430.  
  7431. .video-image-content
  7432. :float left
  7433. :width 36%
  7434. :position relative
  7435.  
  7436. .play-video
  7437. :background image-url('play-video.png') no-repeat center center
  7438. :width 59px
  7439. :height 58px
  7440. :position absolute
  7441. :top 37%
  7442. :left 37%
  7443.  
  7444. .arrow-gallery-right
  7445. :cursor pointer
  7446. :background image-url('gallery-arrow.png') no-repeat center center
  7447. :width 13px
  7448. :height 22px
  7449. :margin-left 20px
  7450.  
  7451. .arrow-gallery-left
  7452. :cursor pointer
  7453. :background image-url('gallery-arrow.png') no-repeat center center
  7454. :width 13px
  7455. :height 22px
  7456. :transform rotate(-180deg)
  7457.  
  7458. #schedules
  7459. :position relative
  7460. :background-color #156274
  7461.  
  7462. .title-container
  7463. :bottom 192px
  7464.  
  7465. .title-text
  7466. :color #FFF
  7467. :background-color #156274
  7468.  
  7469. .bar
  7470. :background-color #FFF
  7471.  
  7472. .schedule-ball-top-right
  7473. :position absolute
  7474. :top -7px
  7475. :right 9px
  7476.  
  7477. .schedule-ball-top-right-white
  7478. :position absolute
  7479. :top 222px
  7480. :right 145px
  7481.  
  7482. .schedule-ball-bottom-left-white
  7483. :position absolute
  7484. :bottom 68px
  7485. :left 222px
  7486.  
  7487. .schedule-ball-bottom-left
  7488. :position absolute
  7489. :bottom -27px
  7490. :left 41px
  7491.  
  7492. .schedules-carousel-controls
  7493. :display flex
  7494. :align-items center
  7495. :justify-content center
  7496. :margin-top 75px
  7497.  
  7498. .arrow-schedule-right
  7499. :cursor pointer
  7500. :background image-url('arrow-team.png') no-repeat center center
  7501. :width 13px
  7502. :height 22px
  7503.  
  7504. .arrow-schedule-left
  7505. :cursor pointer
  7506. :background image-url('arrow-team.png') no-repeat center center
  7507. :width 13px
  7508. :height 22px
  7509. :margin-right 20px
  7510. :transform rotate(180deg)
  7511.  
  7512. h2.subtitle
  7513. :background image-url('naoesqueca.png') no-repeat center center/contain
  7514. :height 178px
  7515. :margin-bottom 130px
  7516.  
  7517. h3.subtitle
  7518. :text-align center
  7519. :color #0a6276
  7520. :font-size 20px
  7521. :font-weight 200
  7522.  
  7523. .schedule-date
  7524. :font-size 35px
  7525. :font-weight 700
  7526. :margin-bottom 30px
  7527.  
  7528. .schedule-name
  7529. :font-size 16px
  7530. :text-align center
  7531.  
  7532. .schedule-item
  7533. :width 50%
  7534. :display flex
  7535. :flex-direction column
  7536. :justify-content center
  7537. :align-items center
  7538. :margin 0 auto
  7539. :color #FFF
  7540.  
  7541. .schedule-date
  7542. :text-align center
  7543.  
  7544. #newsletter
  7545. :width 100%
  7546. :float left
  7547. :padding 90px 0
  7548.  
  7549. .title-container
  7550. :bottom 0
  7551.  
  7552. .title
  7553. :display block
  7554.  
  7555. .bar
  7556. :background-color #156274
  7557. :width 58%
  7558.  
  7559. .newsletter-title
  7560. :color #156274
  7561. :text-transform uppercase
  7562. :font-weight 800
  7563. :font-size 35px
  7564. :text-align center
  7565. :margin-bottom 30px
  7566.  
  7567. .newsletter-form
  7568. :position relative
  7569. :width 100%
  7570.  
  7571. .newsletter-form-container
  7572. .confirm
  7573. :text-align center
  7574. :font-size 16px
  7575. :margin-bottom 30px
  7576.  
  7577. .input-newsletter
  7578. :width 100%
  7579. :height 120px
  7580. :border-radius 0
  7581. :border 1px solid #16162f
  7582. :padding-left 30px
  7583.  
  7584. .submit-newsletter
  7585. :position absolute
  7586. :right 32px
  7587. :top 32px
  7588. :background-color #156274
  7589. :color #FFF
  7590. :font-weight 800
  7591. :font-size 16px
  7592. :text-align center
  7593. :border 0
  7594. :padding 20px 50px
  7595.  
  7596. &:hover
  7597. :background-color $hover-buttons-color
  7598.  
  7599. .social-bar-container
  7600. :height 175px
  7601.  
  7602. .social-bar-box
  7603. :height 100%
  7604. :width 50%
  7605. :float left
  7606. :display flex
  7607. :align-items center
  7608.  
  7609. .facebook-box
  7610. :padding-right 70px
  7611. :color #FFF
  7612. :background-color #156274
  7613. :justify-content flex-end
  7614.  
  7615. &:hover, &:visited, &:link
  7616. :text-decoration none
  7617. :color #FFF
  7618.  
  7619. .social-box-text
  7620. :margin-right 70px
  7621.  
  7622. .instagram-box
  7623. :padding-left 70px
  7624. :color #FFF
  7625. :background-color #ec671a
  7626.  
  7627. &:hover, &:visited, &:link
  7628. :text-decoration none
  7629. :color #FFF
  7630.  
  7631. .social-box-text
  7632. :margin-left 70px
  7633.  
  7634. .social-box-text
  7635. :text-transform uppercase
  7636. :font-weight 800
  7637. :font-size 30px
  7638.  
  7639. .social-bar-icon
  7640. :font-size 40px
  7641.  
  7642. #news
  7643. :background-color #156274
  7644. :display flex
  7645. :align-items center
  7646. :position relative
  7647.  
  7648. .title-container
  7649. :bottom -324px
  7650. :z-index 2
  7651.  
  7652. .title-text
  7653. :color #FFF
  7654. :background-color #156274
  7655.  
  7656. .bar
  7657. :background-color #FFF
  7658.  
  7659. .news-carousel
  7660. :margin-top 145px
  7661.  
  7662. .news-ball-right-top-white
  7663. :position absolute
  7664. :right 122px
  7665. :top 98px
  7666.  
  7667. .news-ball-left-bottom
  7668. :position absolute
  7669. :left 80px
  7670. :bottom 245px
  7671.  
  7672. .news-ball-left-bottom-white
  7673. :position absolute
  7674. :left -73px
  7675. :bottom 4px
  7676.  
  7677. .article-container
  7678. :float left
  7679. :width 100%
  7680. :margin-top 50px
  7681.  
  7682. .new-title
  7683. :font-size 30px
  7684. :margin-bottom 35px
  7685. :font-weight bold
  7686.  
  7687. .new-content
  7688. :margin 50px 0
  7689. :line-height 35px
  7690.  
  7691. .title-article-internal
  7692. :margin-top 30px
  7693. :font-size 16px
  7694. :font-weight bold
  7695. :min-height 40px
  7696. :color #000
  7697.  
  7698. &:hover
  7699. :color #000
  7700.  
  7701. .title-article-page
  7702. :color #0a6276
  7703. :font-size 32px
  7704. :font-weight bold
  7705.  
  7706. .subtitle-article-page
  7707. :display block
  7708. :margin 10px 0 20px 0
  7709.  
  7710. .article-item
  7711. :margin-bottom 50px
  7712.  
  7713. .arrow-news-right
  7714. :cursor pointer
  7715. :background image-url('arrow-team.png') no-repeat center center
  7716. :width 13px
  7717. :height 22px
  7718.  
  7719. .arrow-news-left
  7720. :cursor pointer
  7721. :background image-url('arrow-team.png') no-repeat center center
  7722. :width 13px
  7723. :height 22px
  7724. :transform rotate(-180deg)
  7725. :margin-right 20px
  7726.  
  7727. .new-item
  7728. :height 380px
  7729.  
  7730. .news-title
  7731. :display block
  7732. :color #FFF
  7733. :font-weight 700
  7734. :font-size 15px
  7735. :padding-top 25px
  7736.  
  7737. .news-carousel-controls
  7738. :display flex
  7739. :justify-content center
  7740. :align-items center
  7741. :margin-top 60px
  7742.  
  7743. #contact
  7744. .title-container
  7745. :left -8%
  7746. :bottom 360px
  7747. :z-index 2
  7748.  
  7749. .title-text
  7750. :color #156274
  7751.  
  7752. input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder
  7753. :font-weight 700
  7754. :font-size 18px
  7755. :color #16162f
  7756.  
  7757. input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder
  7758. :font-weight 700
  7759. :font-size 18px
  7760. :color #16162f
  7761.  
  7762. .contact-form-content
  7763. :background image-url('contact-bg.jpg') no-repeat center center/cover
  7764. :height 772px
  7765. :padding 0
  7766.  
  7767. .contact-container
  7768. :padding 0
  7769. :position relative
  7770.  
  7771. .contact-ball
  7772. :position absolute
  7773. :bottom 35px
  7774. :left 35px
  7775.  
  7776. .contact-form
  7777. :padding-top 140px
  7778. :width 43%
  7779. :margin-left 20%
  7780.  
  7781. .contact-input
  7782. :height 55px
  7783. :border 1px solid #156274
  7784. :background-color transparent
  7785. :width 85%
  7786. :margin-top 20px
  7787. :padding-left 20px
  7788.  
  7789. .contact-textarea
  7790. :height 180px
  7791.  
  7792. .contact-submit
  7793. :width 85%
  7794. :height 55px
  7795. :background-color #156274
  7796. :color #FFF
  7797. :text-align center
  7798. :font-weight 700
  7799. :font-size 18px
  7800. :margin-top 20px
  7801.  
  7802. &:hover
  7803. :background-color $hover-buttons-color
  7804.  
  7805. .footer-container
  7806. :background-color #ec671a
  7807. :float left
  7808. :width 100%
  7809.  
  7810. .logo-acerte
  7811. :width 100px
  7812.  
  7813. .footer-content
  7814. :height 70px
  7815. :display flex
  7816. :align-items center
  7817. :justify-content space-between
  7818.  
  7819. .footer-contact
  7820. color: #FFF
  7821. font-size: 17px
  7822. font-weight: bold
  7823. display: flex
  7824. flex-direction: column
  7825. align-items: center
  7826.  
  7827. .footer-contact-info
  7828. display: block
  7829. float: left
  7830. margin-right: 5px
  7831. border-right: 2px solid #FFF
  7832. padding-right: 5px
  7833.  
  7834. &:last-child
  7835. border-right: 0
  7836.  
  7837. .student-form-container
  7838. :margin-bottom 50px
  7839. :display flex
  7840. :justify-content center
  7841.  
  7842. .student-form-login
  7843. :width 100%
  7844.  
  7845. .student-form-login-button
  7846. :width 100%
  7847. :height 50px
  7848. :background-color #156274
  7849. :color #FFF
  7850. :text-transform uppercase
  7851. :margin-top 15px
  7852. :border none
  7853. :border-radius 0
  7854.  
  7855. &:hover
  7856. :background-color #156274
  7857. :color #FFF
  7858.  
  7859. .student-form
  7860. :color #156274
  7861. :text-transform uppercase
  7862. :text-align center
  7863. :font-weight bold
  7864.  
  7865. .student-form-login-input
  7866. :height 50px
  7867. :border 1px solid #000
  7868. :padding-left 10px
  7869. :margin-top 15px
  7870. :border-radius 0
  7871. :width 100%
  7872.  
  7873. .student-form-wrapper
  7874. :width 100%
  7875. :float left
  7876. :margin-top 100px
  7877.  
  7878. .student-form-forget-password
  7879. :margin-top 10px
  7880. :float right
  7881.  
  7882. .form-actions
  7883. :padding 0
  7884.  
  7885. .form-inputs
  7886. .col-sm-8
  7887. :padding 0
  7888. :width 100%
  7889.  
  7890. @media (max-width: 1199px)
  7891.  
  7892. .plan-item-price-section
  7893. .plan-item-price
  7894. font-size: 15px
  7895.  
  7896. .plan-item-price-container
  7897. width: 30%
  7898.  
  7899. .plange-stage-menu-container
  7900. width: 80%
  7901. margin-bottom: 20px
  7902.  
  7903. .second-stage-item
  7904. width: 48%
  7905. margin-bottom: 20px
  7906.  
  7907. .team-member-item-image
  7908. :left 0
  7909. :width 50%
  7910.  
  7911. .team-member-item-info
  7912. :width 50%
  7913.  
  7914. .scroll-arrow
  7915. :width 700px
  7916.  
  7917. .title-container
  7918. :bottom 317px
  7919.  
  7920. #schedules
  7921. .title-container
  7922. :bottom 192px
  7923.  
  7924. #contact
  7925. .title-container
  7926. :left -21%
  7927.  
  7928. #gallery
  7929. .title-container
  7930. :bottom 178px
  7931.  
  7932. .link-founders
  7933. :width 40%
  7934.  
  7935. .plan-model
  7936. :left 50px
  7937.  
  7938. h2.subtitle
  7939. :font-size 120px
  7940.  
  7941. .team-member-item
  7942. :width 100%
  7943.  
  7944. .gallery-image-content
  7945. :width 28%
  7946.  
  7947. .menu-toggle
  7948. :width 5%
  7949. :right 0
  7950.  
  7951. .login-click
  7952. :width 8%
  7953.  
  7954. #menu
  7955. :padding 0 38% 3% 20%
  7956.  
  7957. .menu-link
  7958. :margin-top 30px
  7959.  
  7960. @media (max-width: 991px)
  7961.  
  7962. .plan-item-price-section
  7963. .plan-item-price-container
  7964. width: 75%
  7965.  
  7966. .second-stage-item
  7967. :width 48%
  7968. :margin-bottom 50px
  7969.  
  7970. .scroll-arrow
  7971. :width 640px
  7972.  
  7973. .rotate-ball
  7974. :display none
  7975.  
  7976. .plans-container
  7977. :padding-top 0
  7978. :height unset
  7979.  
  7980. .weare-container
  7981. :height unset
  7982.  
  7983. .link-founders
  7984. :width 40%
  7985.  
  7986. .weare-text-content-description
  7987. :margin-bottom 30px
  7988.  
  7989. .plange-stage-menu-container
  7990. :width 100%
  7991. :padding 0 28%
  7992. :margin-bottom 50px
  7993.  
  7994. .plan-item-name
  7995. :width 100%
  7996. :display block
  7997. :text-align center
  7998.  
  7999. .plan-item-description
  8000. :text-align center
  8001.  
  8002. .plan-item-price-container
  8003. :width 50%
  8004. :display flex
  8005. :justify-content center
  8006.  
  8007. .plan-item-button
  8008. :right 0
  8009.  
  8010. .plan-model
  8011. :position relative
  8012. :bottom -104px
  8013.  
  8014. .login-area-session
  8015. :margin 30px 0 0 0
  8016. :padding 0
  8017. :border 0
  8018.  
  8019. h2.subtitle
  8020. :font-size 90px
  8021.  
  8022. .contact-form
  8023. :width 70%
  8024. :margin-left 15%
  8025.  
  8026. .title-container
  8027. :position initial
  8028. :transform initial
  8029. :width inherit
  8030. :margin 30px 0
  8031.  
  8032. .bar
  8033. :top 50px
  8034.  
  8035. #contact
  8036. .title-container
  8037. :left -40%
  8038.  
  8039. .gallery-image-content
  8040. :width 27%
  8041.  
  8042. .contact-input, .contact-submit
  8043. :width 100%
  8044.  
  8045. .login-click
  8046. :width 11%
  8047.  
  8048. .menu-toggle
  8049. :width 7%
  8050.  
  8051. #menu
  8052. :padding 0 28% 3% 20%
  8053.  
  8054. #gallery
  8055. :padding-bottom 30px
  8056. :padding-top 0
  8057. :background #FFF
  8058.  
  8059. .login-area-box
  8060. :display flex
  8061. :flex-direction column
  8062. :align-items center
  8063.  
  8064. .title-container
  8065. :width unset
  8066.  
  8067. .bar
  8068. :background-color #FFF
  8069.  
  8070. .container-section
  8071. :height unset
  8072.  
  8073. #news
  8074. :padding-bottom 30px
  8075.  
  8076. #schedules
  8077. :padding-bottom 30px
  8078.  
  8079. #team-member
  8080. :padding-bottom 30px
  8081.  
  8082. #plans
  8083. :padding-top 0
  8084.  
  8085. .testimony-container
  8086. :padding-bottom 35px
  8087.  
  8088. #plans
  8089. :background #ec671a
  8090.  
  8091. #methodology
  8092. :padding-top 0
  8093.  
  8094. #newsletter
  8095. .title-container
  8096. :display none
  8097.  
  8098. .team-members-carousel-container
  8099. :margin-top 0
  8100.  
  8101. #weare-video
  8102. :padding 75px 0
  8103.  
  8104. .header-container
  8105. :padding-right 6%
  8106.  
  8107. .footer-content
  8108. height: unset
  8109. flex-direction: column
  8110. padding: 20px 0
  8111.  
  8112. .footer-contact
  8113. margin: 20px 0
  8114.  
  8115. @media (max-width: 767px)
  8116.  
  8117. .plan-item-price-section
  8118. align-items: center
  8119.  
  8120. .plan-item-price-container
  8121. width: 100%
  8122.  
  8123. .plan-show-container
  8124. .plan-item-price
  8125. width: 100%
  8126. margin-top: 0
  8127.  
  8128. .plan-item-button
  8129. :display none
  8130.  
  8131. .sign-in-box
  8132. :padding 0
  8133.  
  8134. .student-form
  8135. :font-size 26px
  8136.  
  8137. .plan-item-price
  8138. :width 100%
  8139.  
  8140. .plan-show-description
  8141. :margin-top 25px
  8142.  
  8143. .plan-model
  8144. :left -10px
  8145. :width 100%
  8146.  
  8147. .second-stage-item
  8148. :width 100%
  8149.  
  8150. .login-area-registration
  8151. :margin 30px 0
  8152.  
  8153. .testimony-image-content
  8154. :display flex
  8155. :flex-direction column
  8156. :align-items center
  8157.  
  8158. .testimony-video
  8159. :margin-top 0
  8160.  
  8161. .testimony-info
  8162. :display none
  8163.  
  8164. .schedule-date
  8165. :margin-bottom 10px
  8166.  
  8167. .schedules-carousel-controls, .news-carousel-controls, .gallery-carousel-controls
  8168. :margin-top 10px
  8169.  
  8170. #newsletter
  8171. :padding 30px 0
  8172.  
  8173. .weare-container
  8174. :padding 0 0 75px 0
  8175.  
  8176. .plan-buttons
  8177. :padding 0
  8178.  
  8179. .students-menu
  8180. :top 70px
  8181. :right 35px
  8182.  
  8183. .scroll-arrow
  8184. :display none
  8185.  
  8186. .news-carousel
  8187. :margin-top 0
  8188.  
  8189. .plan-ball-bottom
  8190. :display none
  8191.  
  8192. .plange-stage-menu-container
  8193. :padding 0
  8194.  
  8195. .plan-item-price-container
  8196. :justify-content space-between
  8197. :width 100%
  8198.  
  8199. .plans-container
  8200. :height unset
  8201.  
  8202. .contact-form
  8203. :width 84%
  8204. :margin-left 8%
  8205.  
  8206. .login-area-box
  8207. :padding 0
  8208. :margin-top 30px
  8209.  
  8210. .login-area-session
  8211. :margin 30px 0
  8212.  
  8213. h2.subtitle
  8214. :display none
  8215.  
  8216. .title-container
  8217. h1.title
  8218. .title-text
  8219. :font-size 18px
  8220. .bar
  8221. :display none
  8222.  
  8223. .video-image-content, .gallery-image-content
  8224. :width 100%
  8225.  
  8226. .gallery-image-content
  8227. :margin 15px 0 15px 0
  8228. :display flex
  8229. :justify-content center
  8230.  
  8231. .submit-newsletter
  8232. :position initial
  8233. :width 100%
  8234.  
  8235. .input-newsletter
  8236. :height 50px
  8237.  
  8238. .social-bar-box
  8239. :height 70%
  8240. :flex-direction column
  8241.  
  8242. #news
  8243. :display block
  8244.  
  8245. .contact-form
  8246. :padding-top 0
  8247.  
  8248. .contact-textarea
  8249. :padding-top 10px
  8250.  
  8251. .contact-form-content
  8252. :height 580px
  8253. :background #FFF
  8254.  
  8255. .social-bar-container
  8256. :height 130px
  8257.  
  8258. .instagram-box, .facebook-box
  8259. :padding 0
  8260. :justify-content center
  8261.  
  8262. .social-box-text
  8263. :display none
  8264.  
  8265. .gallery-line
  8266. :display none
  8267.  
  8268. .gallery-container
  8269. :margin-top 0
  8270.  
  8271. .testimony-info-description
  8272. :height 410px
  8273.  
  8274. .gallery-carousel-controls
  8275. :display none
  8276.  
  8277. .testimony-info-name
  8278. :width 100%
  8279. :margin 30px 0
  8280. :text-align center
  8281.  
  8282. .testimony-video
  8283. :width 100%
  8284.  
  8285. .team-members-carousel-container
  8286. :padding 0
  8287.  
  8288. .team-members-carousel-controls
  8289. :height unset
  8290. :margin-top 30px
  8291. :flex-direction row-reverse
  8292.  
  8293. .arrow-member-right
  8294. :margin-bottom 0
  8295. :margin-left 20px
  8296.  
  8297. .team-member-item-info-name, .team-member-item-info-specialty
  8298. :text-align center
  8299.  
  8300. .team-member-item-info-name
  8301. :font-size 20px
  8302.  
  8303. .team-member-item-info-specialty
  8304. :font-size 18px
  8305. :margin-bottom 0
  8306.  
  8307. .plus-button-team-member
  8308. :display flex !important
  8309. :justify-content center
  8310. :margin-top 10px
  8311.  
  8312. .team-member-icon
  8313. :font-size 25px
  8314. :color #ec671a
  8315.  
  8316. &:hover
  8317. :color #ec671a
  8318.  
  8319. .methodology-line
  8320. :display block
  8321. :float left
  8322. :margin-top 0
  8323. :margin-bottom 30px
  8324.  
  8325. .line, .ball
  8326. :display none
  8327.  
  8328. .methodology-icon
  8329. :margin-bottom 15px
  8330.  
  8331. .methodology-box
  8332. :float left
  8333. :padding 0
  8334.  
  8335. .methodology-item
  8336. :margin-bottom 0
  8337. :width 28%
  8338. :margin-right 5%
  8339. :float left
  8340.  
  8341. .methodology-name
  8342. :font-size 13px
  8343.  
  8344. .new-item
  8345. :display flex
  8346. :justify-content center
  8347. :align-items center
  8348. :flex-direction column
  8349.  
  8350. .link-founders
  8351. :width 80%
  8352. :margin-top 0
  8353.  
  8354. .login-click
  8355. :width 25%
  8356. :justify-content center
  8357.  
  8358. .menu-toggle
  8359. :width 48px
  8360. :right 10px
  8361. :top 15px
  8362.  
  8363. .menu-container
  8364. :width 100%
  8365.  
  8366. .testimonies-carousel-controls
  8367. :height unset
  8368.  
  8369. .testimony-container
  8370. :padding 10px 0 30px 0
  8371.  
  8372. .team-member-item-image
  8373. :float left
  8374. :left 0
  8375. :width 50%
  8376. :position inherit
  8377.  
  8378. .team-member-item-info
  8379. :float left
  8380. :width 50%
  8381. :height unset
  8382. :padding-top 50px
  8383.  
  8384. .weare-abstract
  8385. :height 0
  8386. :overflow hidden
  8387. :margin-top 0
  8388.  
  8389. .team-member-item
  8390. :height unset
  8391.  
  8392. #team-member
  8393. :height unset
  8394.  
  8395. .video-image-content
  8396. :display none
  8397.  
  8398. .team-member-item-info
  8399. :overflow unset
  8400.  
  8401. .login-click-text-user, .login-click-text-greeting
  8402. :display none
  8403.  
  8404. .login-user
  8405. :margin 12px 5px 20px 0
  8406.  
  8407. .students-menu-button
  8408. :margin-right 20px
  8409.  
  8410. .header-container
  8411. :margin-top 10px
  8412.  
  8413. .banner-top
  8414. :margin-top 15px
  8415.  
  8416. h1.title
  8417. :letter-spacing 5px
  8418.  
  8419. #methodology
  8420. .container
  8421. :padding 0
  8422.  
  8423. .new-title
  8424. :margin-bottom 10px
  8425.  
  8426. .article-item
  8427. :margin-bottom 20px
  8428.  
  8429. .login-area-box .title-container
  8430. :margin-bottom 10px
  8431.  
  8432. .contact-info
  8433. display: flex
  8434. flex-direction: column
  8435. align-items: center
  8436.  
  8437. .footer-contact-info
  8438. border-right: 0
  8439. margin-top: 5px
  8440.  
  8441. .weare-container .title-text
  8442. margin-top: 60px
  8443. margin-bottom: 30px
  8444. width: 100%
  8445. float: left
  8446. osition inherit
  8447.  
  8448. .team-member-item-info
  8449. :float left
  8450. :width 50%
  8451. :height unset
  8452. :padding-top 50px
  8453.  
  8454. .weare-abstract
  8455. :height 0
  8456. :overflow hidden
  8457. :margin-top 0
  8458.  
  8459. .team-member-item
  8460. :height unset
  8461.  
  8462. #team-member
  8463. :height unset
  8464.  
  8465. .video-image-content
  8466. :display none
  8467.  
  8468. .team-member-item-info
  8469. :overflow unset
  8470.  
  8471. .login-click-text-user, .login-click-text-greeting
  8472. :display none
  8473.  
  8474. .login-user
  8475. :margin 12px 5px 20px 0
  8476.  
  8477. .students-menu-button
  8478. :margin-right 20px
  8479.  
  8480. .header-container
  8481. :margin-top 10px
  8482.  
  8483. .banner-top
  8484. :margin-top 15px
  8485.  
  8486. h1.title
  8487. :letter-spacing 5px
  8488.  
  8489. #methodology
  8490. .container
  8491. :padding 0
  8492.  
  8493. .new-title
  8494. :margin-bottom 10px
  8495.  
  8496. .article-item
  8497. :margin-bottom 20px
  8498.  
  8499. .login-area-box .title-container
  8500. :margin-bottom 10px
  8501.  
  8502. .contact-info
  8503. display: flex
  8504. flex-direction: column
  8505. align-items: center
  8506.  
  8507. .footer-contact-info
  8508. border-right: 0
  8509. margin-top: 5px
  8510.  
  8511. .weare-container .title-text
  8512. margin-top: 60px
  8513. margin-bottom: 30px
  8514. width: 100%
  8515. float: left
  8516.  
  8517. .new-title
  8518. :margin-bottom 10px
  8519.  
  8520. .article-item
  8521. :margin-bottom 20px
  8522.  
  8523. .login-area-box, .title-container
  8524. :margin-bottom 10px
  8525.  
  8526. .contact-info
  8527. display: flex
  8528. flex-direction: column
  8529. align-items: center
  8530.  
  8531. .footer-contact-info
  8532. border-right: 0
  8533. margin-top: 5px
  8534.  
  8535. .weare-container .title-text
  8536. margin-top: 60px
  8537. margin-bottom: 30px
  8538. width: 100%
  8539. float: left
  8540. h: 40%
  8541.  
  8542. .itens-oque h5
  8543. margin-top: 55px
  8544. margin-bottom: -10px
  8545.  
  8546. .itens-funciona
  8547. h5
  8548. margin-top: 45px
  8549. margin-bottom: 10px
  8550.  
  8551. p
  8552. font-size: 15px
  8553.  
  8554. .itens-oque p
  8555. font-size: 15px
  8556.  
  8557. .box-laranja
  8558. padding: 40px 20px
  8559. margin-top: 20px
  8560.  
  8561. .about-box1
  8562. margin-bottom: 0
  8563.  
  8564. .btn-link.collapsed
  8565. font-size: 15px
  8566.  
  8567. #accordion .card-body p
  8568. padding: 5px 0px
  8569. line-height: 25px
  8570.  
  8571. .title-about h3
  8572. line-height: 35px
  8573. letter-spacing: 3px
  8574.  
  8575. .btn-link
  8576. font-size: 15px
  8577.  
  8578. .doubts p, .primeira-fase p, .segunda-fase p
  8579. letter-spacing: 3px
  8580. line-height: 35px
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement