| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008 |
- @font-face {
- font-family: 'helvetica';
- src: url(../fonts/Helvetica400.ttf);
- }
- html,
- body {
- width: 100%;
- margin-left: -1px;
- overflow-x: hidden;
- }
- .main-padding {
- padding-top: 75px;
- }
- .custom-container {
- width: 60%;
- margin: 0px auto;
- }
- .big-green {
- color: rgb(0, 97, 0);
- font-family: 'helvetica';
- font-weight: 300;
- font-size: 90px;
- text-transform: uppercase;
- }
- .medium-green {
- color: rgb(50, 172, 50);
- font-family: 'helvetica';
- font-weight: 300;
- font-size: 56px;
- margin-top: 45px;
- text-transform: uppercase;
- }
- .small-green {
- color: rgb(11, 133, 11);
- font-family: 'helvetica';
- font-weight: 700;
- font-size: 18px;
- text-align: center;
- }
- .text-sustentability {
- text-align: justify;
- color: #888;
- font-family: 'helvetica';
- font-weight: 400;
- margin-top: 50px;
- }
- .light-content {
- margin-top: 75px;
- width: 100%;
- }
- .vertical {
- writing-mode: vertical-lr;
- transform: rotate(180deg);
- -ms-transform: rotate(270deg);
- float: left;
- }
- .flex-box {
- display: flex;
- flex-wrap: wrap;
- }
- .graph {
- width: 60%;
- /* padding-right: 30px; */
- box-sizing: border-box;
- }
- .light-slide {
- width: 40%;
- padding-left: 30px;
- box-sizing: border-box;
- }
- .light-content-inside {
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .separator {
- margin: 100px 0 20px 0;
- border: none;
- height: 30px;
- background: rgb(11, 133, 11);
- background: linear-gradient(90deg, rgba(11, 133, 11, 1) 0%, rgba(77, 178, 131, 1) 50%, rgba(11, 133, 11, 1) 100%);
- width: 100%;
- box-shadow: 5px 5px 15px #888;
- box-sizing: border-box;
- }
- .floor {
- background: rgb(77, 178, 131);
- background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(77, 178, 131, 1) 10%, rgba(77, 178, 131, 1) 30%, rgba(70, 161, 119, 1) 30%, rgba(70, 161, 119, 1) 100%, rgba(77, 178, 131, 1) 100%);
- margin-top: -10px;
- margin-bottom: 25px;
- }
- .padding-floor {
- border: 30px solid rgb(77, 178, 131);
- width: 100%;
- box-sizing: border-box;
- }
- .floor-title {
- color: #fff;
- text-align: justify;
- font-family: 'helvetica';
- font-weight: 500;
- font-size: 44px;
- margin-top: 50px;
- text-transform: uppercase;
- }
- .floor-subtitle {
- color: #fff;
- text-align: justify;
- font-family: 'helvetica';
- font-weight: 300;
- font-size: 28px;
- margin-top: 10px;
- }
- .floor-text-container {
- padding-left: 25px;
- width: 40%;
- box-sizing: border-box;
- }
- .floor-slider-container {
- padding-right: 25px;
- width: 60%;
- box-sizing: border-box;
- }
- .floor-text {
- text-align: justify;
- color: #fff;
- font-family: 'helvetica';
- font-weight: 400;
- font-size: 18px;
- margin-top: 30px;
- }
- .title {
- width: 100%;
- }
- .img-little-slider {
- height: 213px;
- margin-bottom: 100px;
- }
- .img-footer {
- text-align: center;
- font-family: 'helvetica';
- font-size: 18px;
- font-weight: 600;
- color: #888;
- }
- .img-title {
- margin-bottom: 75px;
- text-transform: uppercase;
- }
- .light-graph {
- width: 80em;
- height: 30em;
- }
- /* Slider 1 starts */
- .display-left {
- position: absolute;
- top: 50%;
- left: 0%;
- transform: translate(0%, -50%);
- -ms-transform: translate(-0%, -50%);
- }
- .display-right {
- position: absolute;
- top: 50%;
- right: 0%;
- transform: translate(0%, -50%);
- -ms-transform: translate(0%, -50%);
- }
- .slider-content {
- margin-left: auto;
- margin-right: auto
- }
- .display-container {
- position: relative;
- }
- .display-container:hover {
- display: block
- }
- .slider-control {
- border: none;
- display: inline-block;
- padding: 8px 16px;
- vertical-align: middle;
- overflow: hidden;
- text-decoration: none;
- color: inherit;
- background-color: rgb(77, 178, 131);
- text-align: center;
- cursor: pointer;
- white-space: nowrap;
- color: #fff;
- border-radius: 50%;
- width: 3em;
- height: 3em;
- transition: width 0.25s, height 0.25s;
- }
- .slider-control:hover {
- background-color: rgba(70, 161, 119, 1);
- width: 3.5em;
- height: 3.5em;
- box-shadow: 0 0 5px #888;
- }
- .slider-control {
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: non
- }
- .slider-control:active {
- width: 3.2em;
- height: 3.2em;
- }
- *:focus {
- outline: none !important
- }
- .slideLeft {
- animation-name: slideLeft;
- -webkit-animation-name: slideLeft;
- animation-duration: 1s;
- -webkit-animation-duration: 1s;
- animation-timing-function: ease-in-out;
- -webkit-animation-timing-function: ease-in-out;
- visibility: visible !important;
- }
- @keyframes slideLeft {
- 0% {
- zoom: 1;
- filter: alpha(opacity=50);
- opacity: 0;
- -webkit-transition: opacity .15s ease-in-out;
- -moz-transition: opactiy .15s ease-in-out;
- -ms-transition: opacity .15s ease-in-out;
- -o-transition: opacity .15s ease-in-out;
- transition: opacity .15s ease-in-out;
- transform: translateX(50%);
- }
- 50% {
- transform: translateX(-8%);
- }
- 65% {
- transform: translateX(4%);
- }
- 80% {
- transform: translateX(-4%);
- }
- 95% {
- transform: translateX(2%);
- }
- 100% {
- transform: translateX(0%);
- }
- }
- @-webkit-keyframes slideLeft {
- 0% {
- zoom: 1;
- filter: alpha(opacity=50);
- opacity: 0;
- -webkit-transition: opacity .15s ease-in-out;
- -moz-transition: opactiy .15s ease-in-out;
- -ms-transition: opacity .15s ease-in-out;
- -o-transition: opacity .15s ease-in-out;
- transition: opacity .15s ease-in-out;
- -webkit-transform: translateX(50%);
- }
- 50% {
- -webkit-transform: translateX(-8%);
- }
- 65% {
- -webkit-transform: translateX(4%);
- }
- 80% {
- -webkit-transform: translateX(-4%);
- }
- 95% {
- -webkit-transform: translateX(2%);
- }
- 100% {
- -webkit-transform: translateX(0%);
- }
- }
- .slideRight {
- animation-name: slideRight;
- -webkit-animation-name: slideRight;
- animation-duration: 1s;
- -webkit-animation-duration: 1s;
- animation-timing-function: ease-in-out;
- -webkit-animation-timing-function: ease-in-out;
- visibility: visible !important;
- }
- @keyframes slideRight {
- 0% {
- zoom: 1;
- filter: alpha(opacity=50);
- opacity: 0;
- -webkit-transition: opacity .15s ease-in-out;
- -moz-transition: opactiy .15s ease-in-out;
- -ms-transition: opacity .15s ease-in-out;
- -o-transition: opacity .15s ease-in-out;
- transition: opacity .15s ease-in-out;
- transform: translateX(-50%);
- }
- 50% {
- transform: translateX(8%);
- }
- 65% {
- transform: translateX(-4%);
- }
- 80% {
- transform: translateX(4%);
- }
- 95% {
- transform: translateX(-2%);
- }
- 100% {
- transform: translateX(0%);
- }
- }
- @-webkit-keyframes slideRight {
- 0% {
- zoom: 1;
- filter: alpha(opacity=50);
- opacity: 0;
- -webkit-transition: opacity .15s ease-in-out;
- -moz-transition: opactiy .15s ease-in-out;
- -ms-transition: opacity .15s ease-in-out;
- -o-transition: opacity .15s ease-in-out;
- transition: opacity .15s ease-in-out;
- -webkit-transform: translateX(-50%);
- }
- 50% {
- -webkit-transform: translateX(8%);
- }
- 65% {
- -webkit-transform: translateX(-4%);
- }
- 80% {
- -webkit-transform: translateX(4%);
- }
- 95% {
- -webkit-transform: translateX(-2%);
- }
- 100% {
- -webkit-transform: translateX(0%);
- }
- }
- /* Slider 1 ends */
- /*slider 3 starts*/
- .floor-content {
- margin-left: auto;
- margin-right: auto;
- box-shadow: 0 10px 15px #333;
- }
- .floor-display-container {
- position: relative
- }
- .center {
- display: inline-block;
- width: auto;
- text-align: center!important
- }
- .floor-container {
- padding: 0.01em 16px
- }
- .floor-container::after,
- .floor-container::before {
- content: "";
- display: table;
- clear: both
- }
- .floor-section {
- margin-top: 16px!important;
- margin-bottom: 16px!important
- }
- .floor-large {
- font-size: 18px!important
- }
- .floor-bottommiddle {
- position: absolute;
- left: 50%;
- bottom: 40%;
- transform: translate(-50%, 0%);
- -ms-transform: translate(-50%, 0%)
- }
- .left {
- padding: 15px 0;
- width: 50px;
- border-radius: 50%;
- text-align: center!important;
- float: left!important;
- background: rgb(255, 255, 255);
- color: #333;
- transition: width 0.25s, height 0.25s;
- margin-left: -25px;
- font-size: 28px;
- box-shadow: 0 0 10px #333;
- }
- .right {
- padding: 15px 0px;
- width: 50px;
- border-radius: 50%;
- text-align: center!important;
- float: right!important;
- background: rgb(255, 255, 255);
- color: #333;
- transition: width 0.25s, height 0.25s;
- margin-right: -25px;
- font-size: 28px;
- box-shadow: 0 0 10px #333;
- }
- .badge {
- display: inline-block;
- text-align: center;
- height: 8px;
- width: 12px;
- box-shadow: 0 0 1px rgb(77, 178, 131);
- transition: width 0.25s, height 0.25s;
- }
- .border {
- border: 2px solid #333!important
- }
- .transparent {
- background-color: transparent!important
- }
- .badge-background {
- background-color: #333;
- }
- .badge-hover:hover {
- background-color: #333;
- height: 10px;
- width: 14px;
- cursor: pointer;
- }
- .badge-container {
- margin-top: 15px;
- }
- .left-hover:hover {
- background: rgba(255, 255, 255, 0.5);
- box-shadow: 0 0 15px #333;
- cursor: pointer;
- }
- .right-hover:hover {
- background: rgba(255, 255, 255, 0.5);
- box-shadow: 0 0 15px #333;
- cursor: pointer;
- }
- .left-hover:active {
- padding: 15px 0;
- width: 40px;
- }
- .right-hover:active {
- padding: 15px 0;
- width: 40px;
- }
- .item-slider-three {
- height: 480px;
- }
- /*slider 3 ends*/
- @media (max-width: 1900px) {
- .img-title {
- margin-bottom: 100px;
- }
- .custom-container {
- width: 70%;
- }
- .img-little-slider {
- height: 213px;
- margin-bottom: 75px;
- }
- }
- @media (max-width: 1800px) {
- .img-title {
- margin-bottom: 35px;
- }
- .custom-container {
- width: 80%;
- }
- .img-little-slider {
- margin-top: 65px;
- height: 213px;
- margin-bottom: 65px;
- }
- }
- @media (max-width: 1450px) {
- .custom-container {
- width: 90%;
- }
- .img-little-slider {
- margin-top: 60px;
- height: 213px;
- margin-bottom: 80px;
- }
- }
- @media (max-width: 1300px) {
- .img-little-slider {
- margin-top: 30px;
- height: 180px;
- margin-bottom: 50px;
- }
- .floor-slider-container {
- width: 100%;
- padding-right: 0;
- }
- .floor-text-container {
- margin-top: 150px;
- padding-left: 0;
- padding-bottom: 10px;
- width: 100%;
- }
- .padding-floor {
- border: 10px solid rgb(255, 255, 255);
- }
- .floor {
- padding-bottom: 50px;
- background: rgb(77, 178, 131);
- background: linear-gradient(0deg, rgba(77, 178, 131, 1) 0%, rgba(77, 178, 131, 1) 5%, rgba(70, 161, 119, 1) 5%, rgba(70, 161, 119, 1) 20%, rgba(77, 178, 131, 1) 20%, rgba(77, 178, 131, 1) 25%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
- }
- .item-slider-three {
- height: 640px;
- }
- .light-graph {
- width: 50em;
- height: 23.5em;
- }
- }
- @media (max-width: 1250px) {
- .floor-text-container {
- margin-top: 100px;
- padding-bottom: 30px;
- }
- .floor {
- background: rgb(77, 178, 131);
- background: linear-gradient(0deg, rgba(77, 178, 131, 1) 0%, rgba(77, 178, 131, 1) 5%, rgba(70, 161, 119, 1) 5%, rgba(70, 161, 119, 1) 25%, rgba(77, 178, 131, 1) 25%, rgba(77, 178, 131, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
- }
- }
- @media (max-width: 1100px) {
- .img-little-slider {
- margin-top: 25px;
- height: 160px;
- margin-bottom: 35px;
- }
- .floor-text-container {
- margin-top: 50px;
- }
- .img-footer {
- font-size: 14px;
- }
- .floor {
- background: rgb(77, 178, 131);
- background: linear-gradient(0deg, rgba(77, 178, 131, 1) 0%, rgba(77, 178, 131, 1) 5%, rgba(70, 161, 119, 1) 5%, rgba(70, 161, 119, 1) 27%, rgba(77, 178, 131, 1) 27%, rgba(77, 178, 131, 1) 32%, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
- }
- .item-slider-three {
- height: 500px;
- }
- .light-graph {
- width: 40em;
- height: 20.2em;
- }
- }
- @media (max-width: 930px) {
- .img-little-slider {
- margin-top: 10px;
- height: 140px;
- margin-bottom: 15px;
- }
- .img-footer {
- font-size: 12px;
- }
- .floor {
- background: rgb(77, 178, 131);
- background: linear-gradient(0deg, rgba(77, 178, 131, 1) 0%, rgba(77, 178, 131, 1) 5%, rgba(70, 161, 119, 1) 5%, rgba(70, 161, 119, 1) 30%, rgba(77, 178, 131, 1) 30%, rgba(77, 178, 131, 1) 35%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
- }
- .big-green {
- font-size: 80px;
- }
- .medium-green {
- font-size: 52px;
- margin-top: 35px;
- }
- .item-slider-three {
- height: 460px;
- }
- .light-graph {
- width: 35em;
- height: 17em;
- }
- }
- @media (max-width: 820px) {
- .img-little-slider {
- margin-top: 5px;
- height: 120px;
- margin-bottom: 25px;
- }
- .floor {
- background: rgb(77, 178, 131);
- background: linear-gradient(0deg, rgba(77, 178, 131, 1) 0%, rgba(77, 178, 131, 1) 5%, rgba(70, 161, 119, 1) 5%, rgba(70, 161, 119, 1) 33%, rgba(77, 178, 131, 1) 33%, rgba(77, 178, 131, 1) 38%, rgba(255, 255, 255, 1) 38%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
- }
- .big-green {
- font-size: 76px;
- }
- .medium-green {
- font-size: 48px;
- margin-top: 30px;
- }
- .item-slider-three {
- height: 420px;
- }
- }
- @media (max-width: 790px) {
- .img-little-slider {
- margin-top: 15px;
- height: 213px;
- margin-bottom: 15px;
- }
- .img-footer {
- font-size: 15px;
- }
- .big-green {
- font-size: 70px;
- }
- .medium-green {
- font-size: 42px;
- margin-top: 25px;
- }
- .graph {
- width: 100%;
- padding-right: 0;
- }
- .light-slide {
- margin-top: 25px;
- width: 100%;
- padding-left: 0;
- }
- .item-slider-three {
- height: 380px;
- }
- .floor-text-container {
- padding-bottom: 7.5px;
- }
- .light-graph {
- width: 45em;
- height: 24.6em;
- }
- }
- @media (max-width: 730px) {
- .floor {
- background: rgb(77, 178, 131);
- background: linear-gradient(0deg, rgba(77, 178, 131, 1) 0%, rgba(77, 178, 131, 1) 5%, rgba(70, 161, 119, 1) 5%, rgba(70, 161, 119, 1) 35%, rgba(77, 178, 131, 1) 35%, rgba(77, 178, 131, 1) 40%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
- }
- .big-green {
- font-size: 60px;
- }
- .medium-green {
- font-size: 36px;
- margin-top: 25px;
- }
- .item-slider-three {
- height: 340px;
- }
- .light-graph {
- width: 40em;
- height: 20em;
- }
- }
- @media (max-width: 650px) {
- .big-green {
- font-size: 54px;
- }
- .medium-green {
- font-size: 28px;
- margin-top: 15px;
- }
- .floor-title {
- font-size: 36px;
- }
- .floor-subtitle {
- font-size: 32px;
- }
- .floor-text-container {
- margin-top: 10px;
- padding-bottom: 15px;
- }
- .floor {
- background: rgb(77, 178, 131);
- background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 4%, rgba(77, 178, 131, 1) 4%, rgba(77, 178, 131, 1) 7%, rgba(70, 161, 119, 1) 7%, rgba(70, 161, 119, 1) 37%, rgba(77, 178, 131, 1) 37%, rgba(77, 178, 131, 1) 40%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
- margin-bottom: -5px;
- }
- .item-slider-three {
- height: 320px;
- }
- .floor-bottommiddle {
- bottom: 32%;
- }
- .light-graph {
- width: 40em;
- height: 20em;
- }
- }
- @media (max-width: 610px) {
- .floor {
- background: rgb(77, 178, 131);
- background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 6%, rgba(77, 178, 131, 1) 6%, rgba(77, 178, 131, 1) 9%, rgba(70, 161, 119, 1) 9%, rgba(70, 161, 119, 1) 39%, rgba(77, 178, 131, 1) 39%, rgba(77, 178, 131, 1) 42%, rgba(255, 255, 255, 1) 42%, rgba(255, 255, 255, 1) 100%);
- }
- .item-slider-three {
- height: 300px;
- }
- .floor-bottommiddle {
- bottom: 30%;
- }
- }
- @media (max-width: 570px) {
- .big-green {
- font-size: 44px;
- }
- .medium-green {
- font-size: 26px;
- margin-top: 15px;
- }
- .floor-title {
- font-size: 32px;
- }
- .floor-subtitle {
- font-size: 26px;
- margin-top: 5px;
- }
- .floor-text {
- margin-top: 15px;
- font-size: 16px;
- }
- .item-slider-three {
- height: 280px;
- }
- .floor-text-container {
- padding-bottom: 20px;
- }
- .right {
- padding: 10px 0;
- margin-right: -20px;
- width: 40px;
- }
- .left {
- padding: 10px 0;
- margin-left: -20px;
- width: 40px;
- }
- .floor-bottommiddle {
- bottom: 35%;
- }
- .right-hover:active {
- padding: 10px 0;
- width: 30px;
- }
- .left-hover:active {
- padding: 10px 0;
- width: 30px;
- }
- .light-graph {
- width: 39em;
- height: 19em;
- }
- }
- @media (max-width: 490px) {
- .big-green {
- font-size: 38px;
- text-align: center;
- }
- .medium-green {
- font-size: 24px;
- margin-top: 15px;
- text-align: center;
- }
- .small-green {
- font-size: 14px;
- }
- .floor-title {
- text-align: center;
- }
- .floor-subtitle {
- text-align: center;
- }
- .floor {
- background: rgb(77, 178, 131);
- background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 6%, rgba(77, 178, 131, 1) 6%, rgba(77, 178, 131, 1) 9%, rgba(70, 161, 119, 1) 9%, rgba(70, 161, 119, 1) 42%, rgba(77, 178, 131, 1) 42%, rgba(77, 178, 131, 1) 45%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 100%);
- }
- .item-slider-three {
- height: 260px;
- }
- .floor-text {
- margin-top: 25px;
- }
- .right {
- padding: 7.5px 0;
- margin-right: -15px;
- width: 35px;
- }
- .left {
- padding: 7.5px 0;
- margin-left: -15px;
- width: 35px;
- }
- .right-hover:active {
- padding: 7.5px 0;
- width: 30px;
- }
- .left-hover:active {
- padding: 7.5px 0;
- width: 30px;
- }
- .light-graph {
- width: 32em;
- height: 16em;
- }
- }
- @media (max-width: 460px) {
- .floor-title {
- font-size: 28px;
- }
- .floor-subtitle {
- font-size: 24px;
- margin-top: 5px;
- }
- .floor-text {
- font-size: 14px;
- }
- .floor {
- background: rgb(77, 178, 131);
- background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 6%, rgba(77, 178, 131, 1) 6%, rgba(77, 178, 131, 1) 9%, rgba(70, 161, 119, 1) 9%, rgba(70, 161, 119, 1) 40%, rgba(77, 178, 131, 1) 40%, rgba(77, 178, 131, 1) 43%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 100%);
- }
- .item-slider-three {
- height: 240px;
- }
- .floor-text-container {
- padding-bottom: 5px;
- }
- .floor-bottommiddle {
- bottom: 30%;
- }
- }
- @media (max-width: 440px) {
- .big-green {
- font-size: 34px;
- }
- .medium-green {
- font-size: 20px;
- margin-top: 5px;
- }
- .img-little-slider {
- height: 180px;
- }
- .item-slider-three {
- height: 220px;
- }
- .floor-subtitle {
- margin-top: 5px;
- font-size: 20px;
- }
- .floor-text {
- margin-top: 15px;
- }
- .floor-text-container {
- padding-bottom: 0;
- }
- .right {
- padding: 5px 0;
- width: 30px;
- }
- .left {
- padding: 5px 0;
- width: 30px;
- }
- .right-hover:active {
- padding: 5px 0;
- width: 25px;
- }
- .left-hover:active {
- padding: 5px 0;
- width: 25px;
- }
- }
- @media (max-width: 400px) {
- .floor-title {
- font-size: 26px;
- }
- .floor-subtitle {
- font-size: 18px;
- margin-top: 5px;
- }
- .floor-text {
- margin-top: 15px;
- }
- .floor {
- background: rgb(77, 178, 131);
- background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 6%, rgba(77, 178, 131, 1) 6%, rgba(77, 178, 131, 1) 9%, rgba(70, 161, 119, 1) 9%, rgba(70, 161, 119, 1) 42%, rgba(77, 178, 131, 1) 42%, rgba(77, 178, 131, 1) 45%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 100%);
- }
- .img-little-slider {
- height: 150px;
- }
- .item-slider-three {
- height: 200px;
- }
- }
- @media (max-width: 370px) {
- .big-green {
- font-size: 26px;
- }
- .medium-green {
- font-size: 16px;
- margin-top: 5px;
- }
- .img-little-slider {
- height: 120px;
- }
- .floor-subtitle {
- font-size: 16px;
- margin-top: 5px;
- }
- }
|