Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Estilos Articulos Blog */
- .ov-slider-blog .et_pb_post {
- box-shadow: 0px 12px 20px -6px rgba(0,0,0,0.12);
- background-color: #fff;
- }
- .ov-slider-blog .et_pb_post {
- padding-bottom: 25px;
- }
- .ov-slider-blog .et_pb_post .entry-title,
- .ov-slider-blog .et_pb_post .post-meta,
- .ov-slider-blog .et_pb_post .post-content {
- padding-right: 20px;
- padding-left: 20px;
- }
- .ov-slider-blog .et_pb_post .entry-featured-image-url {
- margin-bottom: 20px;
- }
- .ov-slider-blog .et_pb_post .more-link {
- display: inline-block !important;
- text-transform: capitalize;
- background-color: rgba(0,0,0,0.08)!important;
- padding: 3px 12px;
- border-radius: 100px;
- margin-top: 20px;
- transition: all 300ms ease 0ms;
- }
- .ov-slider-blog .et_pb_post .more-link:hover {
- background-color: #000000 !important;
- transition: all 300ms ease 0ms;
- }
- .ov-slider-blog .et_pb_post .entry-featured-image-url {
- overflow: hidden;
- }
- .ov-slider-blog .et_pb_post .entry-featured-image-url img {
- transition-duration: 1s;
- }
- .ov-slider-blog .et_pb_post .entry-featured-image-url:hover img {
- transform: scale(1.2);
- transition-duration: 1s;
- }
- /* Estilos iconos de siguiente - anterior */
- .ov-swiper-button-next, .ov-swiper-button-prev {
- position: absolute;
- background: rgba(0,0,0,0.9);
- width: 30px;
- height: 30px;
- padding: 30px;
- border-radius: 0px;
- line-height: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- cursor: pointer;
- top: 35%;
- z-index: 10;
- }
- .ov-swiper-button-next {
- right: -110px;
- }
- .ov-swiper-button-prev {
- left: -110px;
- }
- .ov-swiper-button-next::after, .ov-swiper-button-prev::after {
- font-family: etmodules;
- color: #fff;
- font-size: 32px;
- }
- .ov-swiper-button-next::after {
- content: '\24';
- }
- .ov-swiper-button-prev::after {
- content: '\23';
- }
- /* Paginación bullets */
- .ov-swiper-pagination {
- text-align: center;
- }
- .swiper-pagination-bullet {
- margin: 0 5px;
- }
- .swiper-pagination-bullet-active {
- background: #000 !important;
- }
- @media only screen and (max-width: 980px) {
- .ov-swiper-button-next {
- right: -80px;
- }
- .ov-swiper-button-prev {
- left: -80px;
- }
- }
- @media only screen and (max-width: 768px) {
- .ov-swiper-button-next, .ov-swiper-button-prev {
- width: 20px;
- height: 20px;
- padding: 20px;
- }
- .ov-swiper-button-next {
- right: -30px;
- }
- .ov-swiper-button-prev {
- left: -30px;
- }
- .ov-swiper-button-next::after, .ov-swiper-button-prev::after {
- font-size: 28px;
- line-height: 0;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement