// HOME #slider { position: relative; .item { position: relative; height: calc(100vh - 191px); min-height: 600px; overflow: hidden; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; } .slogan { position: absolute; color: $white; font-family: $vbold; font-size: 30px; bottom: 100px; right: 50px; z-index: 3; span { color: red; position: relative; padding: 0 0 5px 0; &:before { content:""; width: 100%; height: 4px; background: red; position: absolute; bottom: 0; left: 0; } } } } // NOSOTROS #nosotros { padding: 80px 0; background: #fcfcfc; p { color: $gray; font-size: 18px; font-family: $lora; @include media-xs { font-size: 18px; } } em { color: $gray; font-style: italic; font-weight: 700; margin: 20px 0; display: block; } blockquote { font-family: $lora; font-style: italic; color: $gray; padding: 0; border: none; } } .parallax { display: block; width: 100%; height: 440px; background: url(../../img/bg.jpg) no-repeat center center; background-size: cover; @media (min-width: 768px) { background-attachment: fixed; } } // PERFIL #perfil { padding: 80px 0 0 0; p { color: $gray; font-family: $lora; font-size: 18px; max-width: 1060px; margin: 0 auto 10px auto; @include media-xs { font-size: 18px; } } em { font-style: italic; } } // SERVICIOS TASACIONES #servicios-tasaciones { padding: 80px 0; img { margin: 0 auto 60px auto; } } #servicios, #tasaciones { padding-top: 15px; padding-bottom: 15px; & > div { max-width: 700px; margin: 0 auto; } p { color: $gray; font-family: $lora; font-size: 18px; line-height: 22px; margin-bottom: 20px; strong { color: $black; } } } #tasaciones { @media (min-width: 768px) { //border-left: 1px solid $black; } } #servicios { ul { list-style: none; padding: 0; margin: 0; strong { color: $black; font-family: $lora; font-weight: 700; font-size: 20px; } li { font-family: $lora; color: $gray; font-size: 18px; margin: 15px 0; } } .slogan { font-family: $vbold; font-size: 22px; span { color: red; position: relative; padding: 0 0 5px 0; &:before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: red; } } } @include media-xs { margin-bottom: 30px; } } .copy { position: absolute; top: 40px; right: 55px; color: $white; font-family: $vbold; font-size: 20px; opacity: 0.7; }