body,html{
    height: 100%;
}
.clear{
    clear:both;
    height:1px
}
.inv{
    display:none
}
ol{
    list-style:decimal inside;
    margin-bottom:5px
}
body{
    font:14px/1.5em "Ubuntu";
    color:#6a6a6a;
    background:#f7f7f3 no-repeat!important;
    display:block;
    z-index:-2;
    background-color:#fff;
    background:#fff url(/img/fondo.jpg) repeat-x !important;
    background-size:initial !important
}
.imgAlignLeft{
    float: left;margin-right: 10px;
}
.imgAlignRight{
    float: right;margin-right: 10px;
}
@media (max-width: 480px){
    .imgAlignLeft{
        float: none;margin-right: 0;
    }
    .imgAlignRight{
        float: none;margin-right: 0;
    }
}
#top-gap{
    height:10px
}
#logo{
    left:366px;
    position:absolute;
    top:-5px
}
p{
    margin-bottom:21px
}
a{
    color:#2b68b2;
    font-weight:600;
    text-decoration:none
}
#side-content{
    width:613px;
    float:left;
    margin-right:10px;
    min-height:500px
}
.alignright{
    display:inline;
    float:right;
    margin-left:24px;
    margin-top:4px
}
.alignleft{
    display:inline;
    float:left;
    margin-right:24px;
    margin-top:4px
}
.blockquote{
    background:url(/img/blockquote.png) no-repeat;
    display:block;
    font-display: swap;
    font:16px/1.5em 'Ubuntu',sans-serif
}
.popWindow{
    display:table;
    background:#f1f1f1 url(/img/icon-pop.png) no-repeat bottom right;
    padding:5px 5px 20px;
    border:1px solid #ccc
}
.popWindow:hover{
    background:#dedede url(/img/icon-pop.png) no-repeat bottom right
}
.blog-loop .post{
    position:relative
}
.single-post .post{
    position:relative;
    margin-bottom:0;
    padding-bottom:0
}
.blog-loop .post-feature-img,.single-post .post-feature-img{
    display:block;
    background:#f1f1f1;
    padding:7px;
    line-height:0;
    border:1px solid #e5e5e5;
    margin-bottom:0
}
.blog-loop .post h4,.single-post .post h4{
    margin-bottom:10px
}
.blog-loop .post .meta{
    margin-bottom:60px
}
.single-post .post .meta{
    margin-bottom:15px
}
.blog-loop .post .meta,.blog-loop .post .meta a,.single-post .post .meta,.single-post .post .meta a{
    font-style:italic;
    color:#8d8d8d;
    font-size:11px
}
.blog-loop .post .meta a:hover,.single-post .post .meta a:hover{
    color:#1c1c1c
}
.blog-loop .post .meta,.single-post .post .meta{
    font:12px/40px Georgia,arial;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:0px 0px 0px 5px;
    overflow:hidden
}
.blog-loop .read-more{
    float:right;
    padding:0px 10px;
    text-decoration:none
}
.blog-loop .post .meta .read-more:hover{
    background:#ccc
}
.blog-loop .post .meta a.read-more{
    color:#1c1c1c
}
.blog-loop .post .excerpt{
    margin-bottom:10px
}
.blog-loop .meta-date,.single-post .meta-date{
    position:absolute;
    top:20px;
    left:-63px;
    background:url(/img/meta-date.png) no-repeat;
    width:37px;
    height:65px;
    font-family:'Ubuntu',sans-serif;
    font-display: swap;
    padding:15px 13px;
    color:#F1F1F1
}
.meta-date .meta-day{
    font-size:20px;
    display:block;
    margin-bottom:5px
}
.meta-date .meta-month{
    font-size:20px;
    display:block;
    margin-bottom:3px
}
.meta-date .meta-year{
    font-size:10px;
    display:block
}
.link-button{
    opacity:1;
    color:#f1f1f1;
    background:#424242;
    text-decoration:none;
    font-size:11px;
    padding:2px 8px;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -webkit-box-shadow:0px 2px 0px rgba(56,7,7,1);
    -moz-box-shadow:0px 2px 0px rgba(56,7,7,1);
    box-shadow:0px 1px 0px rgba(0,0,0,.2)
}
.link-button:hover{
    color:#606060;
    background:#f1f1f1
}
.show-comments{
    cursor:pointer;
    display:table;
    padding:5px 15px;
    color:#eee;
    background:#363636;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    text-shadow:0 -1px rgba(0,0,0,0.7);
    -webkit-box-shadow:0px 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow:0px 1px 2px rgba(0,0,0,.5);
    box-shadow:0px 1px 2px rgba(0,0,0,.5)
}
.show-comments span{
    font-size:10px;
    font-style:italic;
    color:#ccc
}
.comments-switcher{
    display:none
}
.pager{
    overflow:hidden;
    display:block;
    margin-top:10px;
    margin-bottom:30px;
    font-size:12px
}
.pager li{
    display:block;
    margin-right:5px;
    float:left
}
.pager li a{
    display:block;
    width:100%;
    height:100%;
    text-align:center;
    text-decoration:none;
    color:#282D34;
    width:20px;
    border:1px solid #CCC;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    background:#F0F0F0
}
.pager li.active a{
    color:#fff;
    background:#282d34;
    border:1px solid transparent
}
.pager li:hover a{
    color:#606060;
    background:#ddd
}
#commentform,#contactForm{
    margin-bottom:18px
}
#contactForm input,#contactForm textarea,#commentform input,#commentform textarea{
    padding:10px 15px;
    border:1px solid #d6d6d6;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    overflow:auto;
    font:12px Arial,Helvetica,sans-serif
}
#contactForm input,#commentform input{
    width:200px;
    margin-bottom:20px
}
#contactForm textarea,#commentform textarea{
    width:570px;
    height:230px
}
#contactForm #submit:hover,#commentform input#submit:hover{
    opacity:0.8
}
#contactForm label,#commentform label{
    padding-left:7px
}
#respond{
    margin:25px 0 0px 0px;
    overflow:hidden
}
#respond .cancel-comment-reply a{
    color:#282d34;
    text-decoration:none;
    margin-bottom:20px;
    display:block
}
#error{
    margin-left:10px
}
#map{
    width:314px;
    height:400px;
    margin-bottom:20px
}
#sidebar{
    width:314px;
    float:left;
    font-size:12px
}
#sidebar .sideblock{
    background:url(/img/sidebar-header.png) no-repeat;
    margin-bottom:20px
}
#sidebar .sideblock a{
    text-decoration:none;
    color:#666
}
#sidebar .sideblock a:hover{
    color:#000
}
#sidebar .sideblock h6{
    margin-left:10px;
    padding-left:22px;
    padding-top:9px;
    color:#f1f1f1;
    font-size:12px;
    margin-bottom:10px
}
#sidebar .sideblock ul{
    margin:0px 35px
}
#sidebar .sideblock ul li{
    border-bottom:1px solid #e8e8e8;
    padding:5px 0px 5px 5px
}
#sidebar .sideblock ul li:hover{
    background-color:#4d4d4e
}
#sidebar .sideblock ul li.active{
    background-color:#4d4d4e
}
#sidebar .sideblock ul li.active >a{
    color:#fff!important
}
#sidebar .sideblock ul li:hover >a{
    color:#fff!important
}
#sidebar .sideblock ul li:last-child{
    border-bottom:0
}
#sidebar .project-info .date{
    background:url(/img/icon-date.png) no-repeat 0px 5px;
    padding-left:22px
}
#sidebar .project-info .client{
    background:url(/img/icon-client.png) no-repeat 0px 5px;
    padding-left:22px
}
#sidebar .project-info .link{
    background:url(/img/icon-link.png) no-repeat 0px 5px;
    padding-left:22px
}
#sidebar .project-info .info{
    background:url(/img/icon-info.png) no-repeat 0px 5px;
    padding-left:22px
}
#sidebar .sideblock .wp-tag-cloud{
    display:block;
    font-size:12px;
    margin-bottom:20px;
    overflow:hidden;
    padding-bottom:0;
    padding-left:0
}
#sidebar .sideblock .wp-tag-cloud li{
    display:block;
    float:left;
    border:0;
    margin:2px
}
#sidebar .sideblock .wp-tag-cloud li a{
    background:#F0F0F0;
    color:#282D34;
    display:block;
    line-height:14px;
    padding:3px 10px;
    text-decoration:none;
    border:1px solid #ccc;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px
}
#sidebar .sideblock .wp-tag-cloud li a:hover{
    background:#DDD
}
h1{
    font-size:30px
}
h2{
    font-size:28px
}
h3{
    font-size:26px
}
h4{
    font-size:24px
}
h5{
    font-size:22px
}
h6{
    font-size:20px
}
h1,h2,h3,h4,h5,h6{
    margin-bottom:21px;
    line-height:21px;
    font-family:'Ubuntu',sans-serif;
    font-display: swap;
    font-weight:400;
    line-height:1.2em
}
.page-title{
    background:url(/img/page-title.png) center bottom no-repeat;
    margin-bottom:30px
}
.page-title h1{
    display:inline;
    font-weight: bold;
    color: #235290;
    line-height:70px
}
.page-title span{
    color:#999;
    font:16px 'Ubuntu',sans-serif;
    font-display: swap;
    margin-left:20px
}
.headerimg{
    background:no-repeat top center;
    width:100%;
    height:100%;
    position:absolute
}
.btn{
    height:62px;
    width:40px;
    float:left;
    cursor:pointer
}
.btn:hover{
    background-position:0px -62px
}
#headernav{
    position:relative;
    top:60px;
    margin:0 auto;
    width:100%;
    display:none
}
#back{
    background-image:url("/img/slider/btn_back.png");
    position:absolute
}
#next{
    background-image:url("/img/slider/btn_next.png");
    position:absolute;
    right:0
}

#content-wrap{
    margin-left:20px;
    margin-right:20px;
    background:#fff;
    min-height:600px;
    margin-left:0!important;
    margin-right:0!important
}
#page-wrap{
    margin-left:20px;
    margin-right:20px;
    padding-bottom:40px
}
#nav-bar-holder{
    position:absolute;
    top:92px;
    right:40px;
    z-index:5000
}
#nav{
    float:left;
    display:block;
    font:14px Arial,Helvetica,sans-serif
}
#nav>li{
    display:block;
    float:left;
    line-height:36px;
    background:url(/img/nav-bullet.png) no-repeat center right
}
#nav li>a{
    border-radius:5px;
    color:#606060;
    display:block;
    font-size:16px;
    font-weight:bold;
    line-height:28px;
    margin-left:3px;
    padding:0 11px;
    text-decoration:none
}
#nav a>li{
    text-decoration:none;
    color:#606060;
    padding:0px 10px;
    display:block
}
#nav li:last-child{
    background:none
}
#nav>li:hover>a,#nav>li.current-menu-item>a{
    color:#eee;
    background:#363636;
    background:-webkit-gradient(linear,left top,left bottom,from(#626262),to(#353535));
    background:-moz-linear-gradient(top,#626262,#353535);
    text-shadow:0 -1px rgba(0,0,0,0.7);
    border-radius:3px;
    box-shadow:0px 1px 2px rgba(0,0,0,.5)
}
#nav>li ul{
    display:block;
    margin-top:5px;
    background:#4d4d4e;
    margin-left:0;
    font-size:12px;
    line-height:20px;
    border-radius:0px 5px 5px;
    -moz-border-radius:0px 5px 5px 5px;
    -webkit-border-radius:0px 5px 5px 5px;
    -webkit-box-shadow:0px 2px 2px rgba(0,0,0,.3);
    -moz-box-shadow:0px 2px 2px rgba(0,0,0,.3);
    box-shadow:0px 2px 2px rgba(0,0,0,.3)
}
.sf-menu ul li >ul li{
    width:150px
}
#nav>li ul li a{
    color:#b5b5b5;
    text-shadow:0 -1px rgba(0,0,0,0.8)
}
#nav>li ul a li{
    color:#b5b5b5;
    text-shadow:0 -1px rgba(0,0,0,0.8)
}
#nav>li ul li{
    border-top:1px solid #606060
}
#nav>li ul li:first-child{
    border-radius:5px 5px 0px 0px;
    -moz-border-radius:5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;
    border:0
}
#nav>li ul li:last-child{
    border-radius:0px 0px 5px 5px;
    -moz-border-radius:0px 0px 5px 5px;
    -webkit-border-radius:0px 0px 5px 5px
}
#nav>li ul li:hover{
    background:#252525
}
#nav>li ul li a:hover{
    color:#f1f1f1
}
#nav>li ul a li:hover{
    color:#f1f1f1
}
.social{
    display:block;
    overflow:hidden;
    float:left
}
.social li{
    display:block;
    width:32px;
    height:32px;
    float:left;
    margin-left:7px;
    padding:0;
    text-indent:-9000px
}
.social li a{
    display:block;
    height:100%;
    width:100%
}
#front-slides{
    height:100%;max-height:550px;
    position:relative
}
.slides_container iframe{
    margin-top:-2px
}
.slideBottom{
    position: absolute;bottom: 0;background: #3e82dc54;width: 100%;height: 50px;padding-top:20px;padding-bottom:20px
}
.stepSlider{
    display:inline-block; text-align: center; width:33%;height:40px
}
.stepSlider h3{
    color:white;display:inline-block;vertical-align: top;margin-left: 10px;margin-top: 10px;margin-bottom: 0;
}
.imagenSlider{
    margin-top: 10px;
}
#front-slides #front-slides-cover{
    position:absolute;
    top:0;
    left:0;
    width:940px;
    height:25px;
    background:url(/img/front-cover.png) no-repeat;
    z-index:4001
}
#front-slides .slides_container{
    width:940px
}
#front-slides .slides_container div{
    width:940px;
    display:block;
    overflow:hidden;
}
#front-slides .slides_container .caption{
    display:none
}
#front-slides .pagination{
    display:block;
    position:absolute;
    top:30px;
    right:10px;
    z-index:4002
}
#front-slides .pagination li{
    float:left;
    list-style:none outside none;
    margin:0 2px;
    display:block;
    width:10px;
    height:10px
}
#front-slides .pagination li a{
    display:block;
    width:100%;
    height:100%;
    text-indent:-9999px;
    background:#fff;
    opacity:0.6;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px
}
#front-slides .pagination li a:hover,#front-slides .pagination li.current a{
    opacity:1
}
#headline{
    position:absolute;
    bottom:0;
    left:55px;
    width:665px;
    padding:35px 70px 0px;
    background:url(/img/headline-bg.png) no-repeat top center;
    z-index:4000;
    text-align:center
}
.featured-title{
    background:url(/img/shadow-divider.png) no-repeat center center;
    margin-top: 40px;
    margin-bottom:5px
}
.featured-title .ribbon{
    margin:0px auto
}
.ribbon{
    display:table;
    font:20px/59px 'Ubuntu',sans-serif;
    font-display: swap;
    
    color:#f2f2f2;
    padding-left:49px;
    background:url(/img/ribbon.png) no-repeat top left;
    text-shadow:0 -1px rgba(0,0,0,0.9)
}
.ribbon span{
    background:url(/img/ribbon.png) no-repeat bottom right;
    display:block;
    line-height:59px;
    padding-right:49px
}
.featured-posts{
    display:block;
    overflow:hidden;
    margin:0 auto auto!important;
    width:960px
}
.featured-posts li{
    display:block;
    float:left;
    position:relative;
    width:300px;
    margin:10px
}
.featured-posts li .thumb{
    display:block;
    width:auto;
    margin-bottom:0;
    line-height:0;
    background:#f1f1f1 url(/img/plus.png) no-repeat center center;
    -webkit-box-shadow:0px 0px 2px rgba(0,0,0,.3);
    -moz-box-shadow:0px 0px 2px rgba(0,0,0,.3);
    box-shadow:0px 0px 2px rgba(0,0,0,.3)
}
.featured-posts li .thumb img{
    margin:5px
}
.featured-posts li .thumb span:hover img{
    opacity:0.4
}
.featured-posts .link-button{
    opacity:0
}
.featured-posts li:hover .link-button{
    opacity:1
}
.featured-posts li .link-button:hover{
    background:#f1f1f1;
    padding:2px 8px;
    -webkit-box-shadow:0px 2px 0px rgba(56,7,7,1);
    -moz-box-shadow:0px 2px 0px rgba(56,7,7,1);
    box-shadow:0px 1px 0px rgba(0,0,0,.2)
}
.featured-posts .excerpt-arrow{
    position:absolute;
    top:-10px;
    left:20px;
    background:url(/img/excerpt-arrow.png) no-repeat top left
}
.featured-posts .excerpt{
    position:relative;
    padding:15px 15px 0px;
    margin-bottom:0
}
.featured-posts .excerpt .heading{
    font-weight:bold;
    font-size:14px;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
    margin-bottom:5px
}
#content-wrap .featured-posts .excerpt .heading a{
    text-decoration:none;
    color:#606060
}
#content-wrap .featured-posts .excerpt .heading a:hover{
    color:#000
}
#reel{
    position:relative;
    width:980px;
    height:300px;
    margin-left:-20px;
    margin-bottom:30px;
    background-color:#f8f8f8;
    padding-top:30px
}
#reel .prev{
    position:absolute;
    top:85px;
    left:0;
    display:block;
    width:45px;
    height:40px;
    background:url(/img/reel-left.png) no-repeat
}
#reel .next{
    position:absolute;
    top:85px;
    right:0;
    display:block;
    width:45px;
    height:40px;
    background:url(/img/reel-right.png) no-repeat
}
#reel .prev:hover,#reel .next:hover{
    background-position:0px -40px
}

#reel .slides_container .slide-box{
    
    height:200px;
    padding-left:10px;
    padding-right:10px
}
#reel .slides_container .box-container{
    overflow:hidden;
    float:left;
    width:273px;
    margin:0px 10px
}
#reel .slides_container .box-container h6{
    color:#484848;
    margin-top:5px;
    margin-bottom:7px
}
#reel .box-icon{
    float:left;
    margin-right:10px
}
#reel .slides_container .box-divider{
    clear:both;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
    margin-bottom:5px
}
.gallery-thumbs a,.work-thumbs a{
    text-decoration:none;
    color:#333
}
.gallery-thumbs,.work-thumbs{
    overflow:hidden;
    margin:10px 0px 10px -10px;
    line-height:0;
    width:980px
}
.gallery-thumbs>li,.work-thumbs>li{
    float:left;
    margin:10px;
    width:300px
}
.gallery-thumbs>li a.plusbg,.work-thumbs>li a.plusbg{
    display:block;
    background:#f1f1f1 url(/img/plus.png) no-repeat center center;
    -webkit-box-shadow:0px 0px 2px rgba(0,0,0,.3);
    -moz-box-shadow:0px 0px 2px rgba(0,0,0,.3);
    box-shadow:0px 0px 2px rgba(0,0,0,.3)
}
.gallery-thumbs>li img,.work-thumbs>li img{
    margin:8px
}
.gallery-thumbs>li .thumb-description,.work-thumbs>li .thumb-description{
    line-height:1.5em;
    margin-top:15px
}
.gallery-thumbs>li .thumb-description p,.work-thumbs>li .thumb-description p{
    margin-bottom:0
}
.gallery-thumbs>li .thumb-description .thumb-title,.work-thumbs>li .thumb-description .thumb-title{
    display:block;
    font-size:16px;
    font-weight:bold;
    color:#333;
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
    padding-bottom:10px
}
.gallery-filter li{
    display:block;
    float:left;
    height:100%;
    line-height:33px;
    padding:0px 5px;
    font-weight:bold;
    margin-bottom:10px
}
.gallery-filter a{
    text-decoration:none;
    color:#606060;
    padding:0px 10px;
    display:block;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background:#e9e9e9;
    background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e9e9e9));
    background:-moz-linear-gradient(top,#fff,#e9e9e9);
    -webkit-box-shadow:0px 0px 2px rgba(0,0,0,.5);
    -moz-box-shadow:0px 0px 2px rgba(0,0,0,.5);
    box-shadow:0px 0px 2px rgba(0,0,0,.5)
}
.gallery-filter a:hover{
    color:#f1f1f1;
    text-shadow:0 -1px rgba(0,0,0,0.7);
    background:-webkit-gradient(linear,left top,left bottom,from(#626262),to(#353535));
    background:-moz-linear-gradient(top,#626262,#353535)
}
.gallery-filter li.layout-label{
    float:right
}
.gallery-filter li.layout-text,.gallery-filter li.layout-notext{
    display:block;
    float:right;
    width:33px;
    height:33px;
    padding:0;
    margin-right:5px;
    background:url(/img/layout-buttons.png) no-repeat;
    cursor:pointer
}
.gallery-filter li.layout-text{
    background-position:-33px 0px
}
.gallery-filter li.layout-text:hover,.gallery-filter li.layout-text.active{
    background-position:-33px -33px
}
.gallery-filter li.layout-notext:hover,.gallery-filter li.layout-notext.active{
    background-position:0px -33px
}
#footer{
    position:relative;
 
    padding-bottom:10px;
    background: #235290 ;
    border-bottom:1px solid #383838;
    border-top:2px solid #ccc;
    margin:0 auto;
    clear:both
}
.footer-wrapper{
    overflow:hidden;

    margin:0 auto;
    background:url(/img/footer-glare.png) no-repeat top center
}
#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6{
    color:#fff;
    text-shadow:0 -1px rgba(0,0,0,0.8);
    margin-bottom:10px
}
#footer-cols{
    display:block;
    overflow:hidden;
    margin-top:20px;
    padding:0px 10px
}
#footer-cols>li{
    display:block;
    float:left;
    width:295px;
    margin:0px 10px
}
#footer-cols>li p,#footer-cols>li{
    font-size:14px!important
}
#footer-cols > li > ul > li{
    
    padding-bottom:5px;
    border-bottom: 1px solid #1a457f;
    margin-bottom:5px
}
#footer-cols > li > ul > li:last-child{
    background:none
}
#footer-cols > li a{
    text-decoration:none;
    color:#e8e8e8!important
}
#footer-cols > li a:hover{
    color:#fff
}
#footer ul,#footer ol{
    list-style:none!important;
    padding-left:0!important
}
#footer ul li a,#footer ol li a{
    font-size:13px
}
#footer-bottom{
    overflow:hidden;
    background:#0e0e0e;
    font-size:12px;
    padding-top:15px;
    padding-bottom:15px
}
.bottom-wrapper{
    overflow:hidden;
    width:940px;
    margin:0 auto
}
#footer-bottom #bottom-left{
    float:left
}
#footer-bottom #bottom-right{
    float:right
}
#footer-bottom a{
    text-decoration:none;
    color:#787878
}
#footer-bottom a:hover{
    color:#fff
}
#footer-nav{
    display:block;
    overflow:hidden
}
#footer-nav li{
    display:block;
    float:left;
    margin-left:10px
}
#page-wrap table td{
    text-align:center;
    padding:5px
}
#page-wrap table td:hover{
    opacity:0.5
}
#side-content a img:hover{
    opacity:0.5
}
.item{
    float:left;
    width:150px;
    border:1px solid #eee;
    position: relative;
    padding:25px
}
.logoWrapper h4{
    display: inline-block;
}
.logoWrapper .paginador{
    float: right;    
    margin-right: 12px;
}
.logoWrapper .paginador ul{
    display: inline;
}
.logoWrapper .item{
    width:135px;
    margin-right: 6px;
    margin-top: 6px;
}
.logoWrapper .item:nth-of-type(6n){
    margin-right: 0;
}
.item .wrapperLogo{
    position: absolute;
    background: white;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0
}
@keyframes fade {
  0% {opacity: 0} 
  100% {opacity: 0.9}
}
.item .wrapperOpciones{
    padding-top: 45%;

}
.item .wrapperLogo{
    text-align: center
}
@media (pointer: fine) {
    .item:hover .wrapperLogo{
        display: block;
        opacity: 0.9;
        animation: fade 1s;
        
    }
}
.fpd-container{
    z-index: 999999;
}
body .fpd-context-dialog{
    z-index: 999999;   
}
body .select2-container{
    z-index: 999999;
}
.item:hover .wrapperOpciones{
    display: block;
}
.item:hover .wrapperLogo, .item:active .wrapperLogo{
    display: block;
    opacity: 0.9;
    animation: fade 1s;
    text-align: center
}
.item .wrapperLogo a,
.item .wrapperLogo input[type="submit"]{
    padding: 10px 10px 10px 30px;
    background-color: #eee !important;
    background-position: 5px center !important;
    width: 95px;
    display: inline-block
}
.item .wrapperLogo .editarOnline{
    background: url(/img/diseno-logos-gratis.png) no-repeat;
    margin-bottom: 10px;
}
.item .wrapperLogo .descargarLogo{
    background: url(/img/mis-disenos.png) no-repeat;

}
.valoracion{
    padding-left:11px
}
.hoverNegocio{
    background:#fff;
    min-height:200px;
    left:23%;
    padding:10px;
    position:absolute;
    top:100px;
    width:650px;
    z-index:10000;
    display:none
}
#etiquetas_chosen{
    width:400px!important
}
.overlay{
    width:100%;
    position:absolute;
    height:1000%;
    background:rgba(0,0,0,0.7);
    z-index:9999;
    display:none
}
#etiquetas{
    display:block!important;
    visibility:hidden;
    width:1px;
    height:1px
}
.ppt{
    display:none!important
}
#descarga{
    width:95%;
    margin:0 auto;
    padding:10px 10px 3px
}
.cerrar{
    float:right;
    width:25px;
    cursor:pointer
}
.boton{
    float:right;
    cursor:pointer;
    padding:8px;
    background-color:#2b68b2;
    color:#fff;
    border:1px solid #1260cc;
    border-radius:3px;
    box-shadow:0 0 2px #21508a,0 -3px 0 #21508a inset
}
.boton:hover{
    background-color:#2b68b2
}
.boton:active{
    position:relative;
    top:1px
}
.webAnuncio{
    padding:10px 10px 10px 20px;
    position:relative;
    background:#F6F6F6;
    margin-bottom:20px
}
.webAnuncio h1,.webAnuncio h2,.webAnuncio h3,.webAnuncio h4{
    padding-left:55px;
    font:22px "Trebuchet MS",Helvetica,sans-serif
}
.ribbonDestacado{
    position:absolute;
    left:-7px;
    top:-5px;
    width:100px
}
.webAnuncio p{
    font-size:14px;
    margin-bottom:10px
}
.infoWeb{
    padding:20px 20px 20px 65px;
    background:#d53c3c url('/img/icons/PNG/onebit_25.png') no-repeat 0 5px;
    border-radius:4px;
    color:#fff;
    font-weight:bold;
    font-size:16px;
    text-decoration:none;
    display:block;
    width:56%;
    margin-left:12%
}
.infoWeb img{
    margin-left:30px;
    margin-top:-15px;
    position:absolute
}
.ribbonLateral{
    position:absolute;
    right:8px;
    z-index:4003;
    top:unset!important;
    display:block;
    position:relative
}
.ribbonLateral.dos{
    margin-top:57px
}
.ribbonLateral.tres{
    margin-top:114px
}
#footer p{
    color:#dcdcdc
}
.fpd-menu-bar .fpd-download-image.fpd-tooltip,.fpd-menu-bar .fpd-save-pdf.fpd-tooltip{
    display:none!important
}
.api-buttons.col-md-7.botones a,.api-buttons.col-md-7.botones a:visited,.api-buttons.col-md-7.botones a:hover{
    padding:5px;
    background-color:#2c3e50;
    color:#fff
}
.fpd-move-down,.fpd-move-up{
    display:block!important
}
.destacadosInicio{
    display:block;
    overflow:hidden;
    margin:0 auto;
    width:960px
}
.destacadosInicio li{
    display:block;
    float:left;
    position:relative;
    width:170px;
    margin:10px
}
.destacadosInicio li .thumb{
    display:block;
    width:170px;
    margin-bottom:0;
    line-height:0;
    -webkit-box-shadow:0px 0px 2px rgba(0,0,0,.3);
    -moz-box-shadow:0px 0px 2px rgba(0,0,0,.3);
    box-shadow:0px 0px 2px rgba(0,0,0,.3)
}
.destacadosInicio li .thumb img{
    margin:5px
}
.sectoresInicio{
  width: 100%;
  margin: 0 auto;
}
.sectoresInicio li a{
    display: table;
    width: 100%;
    line-height: normal;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    overflow: hidden;
}
.sectoresInicio li a p{
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
}
.sectoresInicio li{
    width:190px
}

.sectoresInicio li{
    width: 192px;
    height: 65px;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    position: relative;
}
li.sector.automocin-logo-descarga-gratis{
    background-image: url(/img/automocin-logo-descarga-gratis.jpg);
}
li.sector.abogado-logo-descarga-gratis{
    background-image: url(/img/abogado-logo-descarga-gratis.jpg);
}
li.sector.artculos-deportivos-actividades-al-aire-libre-logo-descarga-gratis{
    background-image: url(/img/artculos-deportivos-actividades-al-aire-libre-logo-descarga-gratis.jpg);
}
li.sector.atracciones-actividades-logo-descarga-gratis{
    background-image: url(/img/atracciones-actividades-logo-descarga-gratis.jpg);
}
li.sector.bar-logo-descarga-gratis{
    background-image: url(/img/bar-logo-descarga-gratis.jpg);
}
li.sector.deportes-logo-descarga-gratis{
    background-image: url(/img/deportes-logo-descarga-gratis.jpg);
}
li.belleza-cuidado-personal-logo-descarga-gratis{
    background-image: url(/img/belleza-logo-descarga-gratis.jpg);
}
li.biblioteca-logo-descarga-gratis, li.librera-logo-descarga-gratis{
    background-image: url(/img/biblioteca-logo-descarga-gratis.jpg);
}
li.centro-comercial-tienda-logo-descarga-gratis{
    background-image: url(/img/tienda-logo-descarga-gratis.jpg);
}
li.centro-mdico-clnica-logo-descarga-gratis, li.mdico-logo-descarga-gratis{
    background-image: url(/img/clinica-logo-descarga-gratis.jpg);    
}
li.cine-logo-descarga-gratis{
    background-image: url(/img/cine-logo-descarga-gratis.jpg);    
}
li.club-logo-descarga-gratis{
    background-image: url(/img/club-logo-descarga-gratis.jpg);    
}
li.comida-logo-descarga-gratis{
    background-image: url(/img/comida-logo-descarga-gratis.jpg);    
}
li.comunidad-asociacin-logo-descarga-gratis{
    background-image: url(/img/comunidad-logo-descarga-gratis.jpg);    
}
li.deportes-actividades-logo-descarga-gratis{
    background-image: url(/img/deportes2-logo-descarga-gratis.jpg);    
}
li.educacin-logo-descarga-gratis{
    background-image: url(/img/educacion-logo-descarga-gratis.jpg);    
}
li.entretenimiento-vida-nocturna-logo-descarga-gratis{
    background-image: url(/img/vidanocturna-logo-descarga-gratis.jpg);
}
li.farmacia-salud-logo-descarga-gratis{
    background-image: url(/img/farmacia-logo-descarga-gratis.jpg);
}
li.hotel-logo-descarga-gratis{
    background-image: url(/img/hotel-logo-descarga-gratis.jpg);
}
li.iglesia-organizacin-religiosa-logo-descarga-gratis{
    background-image: url(/img/iglesia-logo-descarga-gratis.jpg);
}
li.inmobiliaria-logo-descarga-gratis{
    background-image: url(/img/inmobiliaria-logo-descarga-gratis.jpg);
}
li.planificacin-de-eventos-actividades-logo-descarga-gratis{
    background-image: url(/img/eventos-logo-descarga-gratis.jpg);    
}
li.reformas-logo-descarga-gratis{
    background-image: url(/img/obras-logo-descarga-gratis.jpg);    
}
li.restaurante-cafetera-logo-descarga-gratis{
    background-image: url(/img/cafeteria-logo-descarga-gratis.jpg);       
}
li.sala-de-conciertos-logo-descarga-gratis{
    background-image: url(/img/conciertos-logo-descarga-gratis.jpg);       
}
li.servicios-bancarios-financieros-logo-descarga-gratis{
    background-image: url(/img/servicios-financieros-logo-descarga-gratis.jpg);       
}
li.servicios-empresariales-logo-descarga-gratis{
    background-image: url(/img/servicios-empresariales-logo-descarga-gratis.jpg);       
}
li.servicios-para-mascotas-logo-descarga-gratis{
    background-image: url(/img/mascotas-logo-descarga-gratis.jpg);       
}
li.servicios-profesionales-logo-descarga-gratis{
    background-image: url(/img/servicios-profesionales-logo-descarga-gratis.jpg);       
}
li.transporte-logo-descarga-gratis{
    background-image: url(/img/transporte-logo-descarga-gratis.jpg);       
}
li.turismo-excursiones-logo-descarga-gratis{
    background-image: url(/img/turismo-logo-descarga-gratis.jpg);       
}
li.universidad-logo-descarga-gratis{
    background-image: url(/img/universidad-logo-descarga-gratis.jpg);       
}
.sectoresInicio li:nth-of-type(5n){
    margin-right: 0;
}

.navegacion{
    display:inline-block;
    position:relative;
    cursor:default;
    z-index:500;
    margin-bottom:0!important
}
.navegacion *:before,.navegacion *:after{
    box-sizing:unset!important
}
.navegacion > li{
    display:block;
    float:left
}
.navegacion > li > a{
    position:relative;
    display:block;
    z-index:510;
    height:45px;
    padding:0 9px;
    font:700 14px/45px "Ubuntu";
    text-decoration:none;
    color:#575757!important;
    background:#372f2b;
    border-left:1px solid #4b4441;
    border-right:1px solid #312a27;

    font-size: 14px;
}
.navegacion > li:hover > a{
    background:#4b4441
}
.navegacion > li > div{
    position:absolute;
    display:block;
    
    min-width:300px;
    top:45px;
    margin-left:-10px;
    padding:1px;
    opacity:0;
    visibility:hidden;
    overflow:hidden;
    border:1px solid #dfdfdf;
    background:#ededed;
    border-radius:0 0 3px 3px;
    z-index:999999;
    -webkit-transition:all .3s ease .15s;
    -moz-transition:all .3s ease .15s;
    -o-transition:all .3s ease .15s;
    -ms-transition:all .3s ease .15s;
    transition:all .3s ease .15s
}
.navegacion > li:hover > div{
    opacity:1;
    visibility:visible;
    overflow:visible;
    background-color:#000
}
.navegacion .nav-column{
    float:left;
    
     padding:2.5%
}
.navegacion .nav-column li{
    margin-bottom:10px
}
.navegacion .nav-column h3{
    margin:20px 0 10px;
    font:700 14px/18px Helvetica,Arial,sans-serif;
    color:#fff;
    text-transform:uppercase
}
.navegacion .nav-column h3.orange{
    color:#ff722b
}
.navegacion .nav-column li a{
    display:block;
    font:700 13px/14px Helvetica,Arial,sans-serif;
    text-decoration:none;
    color:#888
}
.navegacion .nav-column li a:hover{
    color:#666
}
.publiArriba{
    text-align:left;
    padding-top:10px
}
.publiMedio{
    float:left;
    margin-top:20px;
    margin-bottom:20px
}
.socialLink{
    position:absolute;
    top:11px;
    top:-36px!important
}
.socialLink.facebook{
    right:186px
}
.socialLink.twitter{
    right:143px;
    top:14px
}
.socialLink.googleplus{
    right:100px;
    top:16px
}
.wizzard h1,.wizzard h2{
    text-align:center;
    margin-bottom:20px;

}
.wizzard h1.tituloPaso{
    display: block;
    margin: 20px auto;
    color:#235290;
}

.api-buttons.col-md-7.botones{
    width:auto;
    float:right;
    margin-top:22px
}
.clothing-designer{
    display:none;
    /*width:100%!important */
}
.wizzard{
    background:#fff;
    z-index:10000;
    display:none
}
.botonWrapper{
    width:300px;
    margin:25px auto;
    text-align:center
}
.wizzard .opcion .boton{
    min-width: 260px; 
}
.wizzard .boton{    
    float:none; 
    display:inline-block;   
    min-width: 100px;   
    left: 0;    
    right: 0;   
    margin: 0 auto !important;  
    bottom: 15px;   
}
.wizzard .boton:first-of-type{
    margin-right:20px
}
#wizzarContent .wizzardWrapper{
    width:90%;
    margin:0 auto;
    text-align:center
}
.opcion{
    background:#f9f9f9 none repeat scroll 0 0;
    border:1px solid #d5d5d5;
    border-radius:3px;
    box-shadow:0 0 2px #dadada,0 -3px 0 #e6e6e6 inset;
    display:block;
    margin:0;
    width:45%;
    max-width: 480px;
    height:240px;
    position:relative
}
.opcion .ribbonImagen{
    position:absolute;
    top:-4px;
    left:-4px
}
.opcion h2{
    border-bottom:1px solid #eee;
    font-size:20px;
    padding-bottom:15px;
    margin-top:10px;
    color: #275a91; 
    font-weight: bold;
    margin-bottom:10px
}
p.descripcion{
    font-size:14px;
    padding:2px 12px 12px;
    text-align:justify;
    color:#606060;
    height:115px
}
#wizzarContent .wizzardWrapper .opcion1,#wizzarContent .wizzardWrapper .opcion2,#formatoTarjeta .opcion{
    float:left
}
#wizzarContent .wizzardWrapper .opcion1{
    margin-right:55px;
    margin-left:30px
}
.diseniosTemplates{
    padding: 10px 0 10px;
}
.diseniosTemplates .diseniosTemplatesWrapper.sin-resultados{
    display: block;
    text-align: center;
}
.diseniosTemplates .diseniosTemplatesWrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.diseniosTemplates .tagCloudWrapper{
    /*
    max-width: 100%;
    overflow: scroll;
    */
}
.diseniosTemplates .tagCloudWrapper .etiqueta{
    font-size: 12px;
    padding:5px;
    /* background-color: #1260cc;
    color:white;*/
    width: 70px;
    text-align: center;
    border-radius: 3px;
}
.diseniosTemplates .diseniosTemplateNavigation{
    text-align: center;
}

.logoWizzard{
    width:258px;
    height:130px;
    display:inline-block;
    padding:5px;
    border:1px solid #eee;
    text-align:center;
    overflow:hidden;
    position:relative;
    cursor:pointer;
    margin-top:10px;
    margin-left: 10px;
    vertical-align: top;
    background-color: #f9f9f9;
    line-height: 130px;
    border-radius: 10px;
}
.wizzardPaso2Wrapper.disenios{
    /*background-color: #f9f9f9; */
}
.wizzardPaso2Wrapper.disenioElegido .logoWizzard{
    cursor: unset;
    line-height: 110px;
}
.disenioElegidoWrapper .logoWizzard:hover{
    box-shadow: none !important;
}
.wizzardPaso2Wrapper.disenioElegido .botonWrapper{
    width: auto;
    margin: 25px auto 0px;
}
.boton.verMasDisenos{
    margin-right: 20px;
}
.wizzardPaso2Wrapper.disenioElegido{
    background-image: url(/img/fondo-disenos.jpg);
    background-size: cover;
    text-align:center;
    min-height:300px;
    padding-bottom: 5px;
    border-bottom: 5px solid #ececec;
    padding-bottom: 20px;
    border-top: 5px solid #ececec;

}
.wizzardPaso2Wrapper.disenioElegido .disenioElegidoWrapper{
    white-space: nowrap;
    overflow: scroll;
    padding-bottom: 20px;
    margin-right: 10px;
}
.wizzardPaso2Wrapper.disenioElegido .disenioElegidoWrapper .logoWizzard{
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px -8px;
    background-color: white;
}
.wizzardPaso2Wrapper.disenioElegido .disenioElegidoWrapper .logoWizzard img{
    max-height: 80px;
}
.wizzardPaso2Wrapper.disenioElegido h4{
    font-weight: bold;
    color:#235290;
    line-height: 30px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.wizzardPaso2Wrapper.disenioElegido .logoWizzard {
    opacity: 0;
}
.logoWizzard .primero .texto{
    font-weight: bold;
    color: #2b2b2b;
}
.logoWizzard .segundo .texto{
    font-weight: bold;
    color: #4f77c4;
}
.logoWizzard .tercero .texto{
    font-weight: bold;
    color: #4c9f35;
}
.logoWizzard .cuarto .texto{
    font-weight: bold;
    color: #a40f0f;
    font-size: 34px;
}
.logoWizzard .quinto .texto{
    font-weight: bold;
    color: #429912;
    font-size: 24px;
}
.logoWizzardHorizontal{
    max-height: 100px;
    line-height: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 96%;
    margin: auto;
}
.logoWizzard .logoWizzardHorizontal .logoWizzardHorizontalIzquierda{
    display: inline-block;
    max-width: 50%;
    width: 34%;
    position: absolute;
    left: 0;
}
.logoWizzard .logoWizzardHorizontal .logoWizzardHorizontalDerecha{

    width: 66%;
    position: absolute;
    right: 0;
}
.logoWizzard .logoWizzardHorizontal img{
    max-height: 90%;
    max-width: 90%;
    margin-top: 0;
}
.logoWizzard .logoWizzardHorizontal .texto{
    position: relative;
    font-size: 30px;
    line-height: 22px;
    vertical-align: middle;
    text-align: left;
    display: inline-block;
    margin-top: 10px
}
/*
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
*/
.logoWizzard .logoWizzardHorizontalDerecha .texto{
    height:80px;
    /*line-height: 75px;*/
    width: 170px
}
.logoWizzard .logoWizzardHorizontal.rotado img{
    transform:rotate(6deg);
}
.logoWizzard:hover{
    -webkit-box-shadow:0px 0px 5px 0px rgba(50,50,50,0.3);
    -moz-box-shadow:0px 0px 5px 0px rgba(50,50,50,0.3);
    box-shadow:0px 0px 5px 0px rgba(50,50,50,0.3)
}
.logoWizzard .logoWizzardCuadrado.conSombra .texto,
.logoWizzard .logoWizzardCuadrado.conSombra img{
    
    -webkit-filter: drop-shadow(0px 5px 4px rgb(157, 157, 157, 0.6)); 
    filter: drop-shadow(0px 5px 4px rgb(157, 157, 157, 0.6))
}
.texto .primerTexto{
    font-size: 55px;
    color:#25ae88;
    width: 170px;
    height: 40px;
    display: inline-block;
}
.dosLineas .texto {
    line-height: 15px !important;
}
.texto .segundoTexto{
    width: 170px;
    height: 50px;
    display: inline-block;
}
.logoWizzard .logoWizzardCuadrado .texto{
    font-size: 30px;
    line-height: 34px;
    bottom: 5px;
    height: 35px;
}
.logoWizzard img{
    max-height: 100px;
    max-width: 80%;
}
.logoWizzard .texto{
    bottom:0;
    font-size: 18px;
    left:0;
    position:absolute;
    white-space: initial;
    width:100%
}
.inputWizzard{
    padding:5px;
    border:0;
    background-color:#eee;
    font-size:22px;
    width:90%;
    margin:0 auto;
    display:block;
    text-align:center
}
#busquedaCadena::placeholder{
    color: #b1b1b1;
    font-size: 16px;
}
#busquedaCadena.inputWizzard{
    max-width: 400px;
    margin-top: 10px;
    border-radius: 10px;
    padding: 14px;
}
#mailWizzard{
    width:100%;
    margin-bottom:20px
}
.wizzardPaso1 .preview{
    overflow-x:hidden;
    display:block;
    float:left;
    font-size:55px;
    height:100%;
    text-align:center;
    width:45%;
    line-height:55px;
    padding:15px;
    background:url(/img/fondoPreview.jpg) repeat-x
}
.wizzardPaso1 .data{
    float:right;
    width:49%
}
.wizzardPaso2,.wizzardPaso2 .wizzardPaso2Wrapper{
    position:relative
}
.disenadorpub{
    border-bottom:1px solid #eee;
    width:100%
}
.tipo{
    margin:20px auto;
    max-width:90%
}
.tipo .tipoIzq{
    margin-bottom:10px
}
.tipo .tipoIzq span,.tipo .negocioDer span{
    display:inline-block;
    width:62%
}
.tipo select{
    width:150px;
    border:1px solid #eee;
    padding:4px
}
.botonSiguienteAnterior{
    margin-top: 10px;
    margin-right: 2px;
    background-color: #f2f2f2;
    border: 0;
    cursor: pointer;
    color: grey;
    font-size: 14px;
    padding: 8px;
    margin-left: 5px;
}
.botonSiguienteAnterior:hover{
    background-color:#eee
}
.botonSiguientes{
    right:0
}
.botonAnteriores{
    left:0
}
.pasosWrapper{
    background-color:#eee;
    padding:18px 0 5px 0;
    margin-bottom:20px
}
.pasos{
    margin:0 auto 20px;
    max-width:1000px; 
    width:83%
}
ol.circles-list{
    list-style:none;
    list-style-type:decimal!ie;
    margin:0 0 0 14%;
    padding:10px 0 0;
    counter-reset:li-counter
}
ol.circles-list > li{
    display:inline-block;
    max-width:39%;
    min-height:3em;
    padding-left:0.5em;
    padding-right:45px;
    position:relative;
    text-align:justify;
    vertical-align:top;
    line-height:18px;
    color:#E3E3E3
}
ol.circles-list > li:last-child{
    padding-right:0!important
}
ol.circles-list > li span{
    display:block;
    font-size:12px
}
ol.circles-list > li.activo{
    font-weight: bold;
    color:#6B6B6B
}
ol.circles-list > li:before{
    position:absolute;
    top:0;
    left:-1.33em;
    width:1.2em;
    height:1.2em;
    font-size:2em;
    line-height:1em;
    text-align:center;
    border:3px solid #c5c5c5;
    border-radius:50%;
    background-color:#D1D1D1;
    content:counter(li-counter);
    counter-increment:li-counter
}
ol.circles-list > li.activo::before{
    color:#f5f5f5;
    background-color:#464646
}
.terminos{
    font-size:11px
}
.terminosWrapper{
    max-width:100%;
    margin:10px auto
}
.comenzarWizzard{
    display:none
}
.terminosWrapper span{
    cursor:pointer
}
.atrasBoton,.delanteBoton{
    font-size:22px;
    line-height:10px
}
.tituloslide,.botonSlide.absolute{
    position:absolute;
}
.tituloslide,.botonSlide{
    
    font-display: swap;
    font-weight:400;
    color:#585858
}
.botonInicio{
    -webkit-box-shadow:0px 1px 3px #7a7a7a;
    -moz-box-shadow:0px 1px 3px #7a7a7a;
    box-shadow:0px 1px 3px #7a7a7a;
    font-display: swap;
    background:#2b68b2;
    padding:16px 14px 18px 15px;
    text-decoration:none;
    color:#585858;
    float:right
}
.botonInicio a,.botonInicio a:hover,.botonInicio a:visited{
    color:#fff;
    text-decoration:none
}
.slideTitulo{
    font-size:50px;
    left:390px;
    line-height:50px;
    top:24px;
    color:white;
    text-shadow:0px 0px 5px rgb(21, 44, 74)
}
.slideSubTitulo{
    font-size:18px;
    color:white;
    left:395px;
    line-height:25px;
    top:83px
}
.videoTitulo{
    left:575px;
    font-size:34px;
    top:4px
}
.videoSubTitulo{
    left:575px;
    max-width:275px
}
.botonSlide a,.botonSlide a:hover,.botonSlide a:visited{
    color:#fff;
    text-decoration:none;
    padding:18px;
    display:block
}
.botonSlide.boton1{
    top:290px
}
.botonSlide.boton2{
    top:370px
}
.botonSlide.boton1.botonVideo{
    top:186px
}
.botonSlide.boton2.botonVideo{
    top:254px
}
.botonSlide{
    left:568px;
    -webkit-box-shadow:0px 3px 1px #4a82d9;
    -moz-box-shadow:0px 3px 1px #4a82d9;
    box-shadow:0px 3px 1px #4a82d9;
    color:#fff;
    font-size:24px;
    background:#2b68b2;
    text-decoration:none
}
.botonSlide:hover{
    background:#407fcd;
    text-decoration:none;
    box-shadow:none
}
.wizzardPaso3 form{
    width:50%;
    margin:10px auto
}
.wizzardPaso3 .chosen-container.chosen-container-single{
    width:100%!important
}
.cambioIdioma{
    background:url("/img/traducir.png") no-repeat;
    background-size:100px auto;
    display:block;
    font:12px/57px "Ubuntu",sans-serif;
    height:45px;
    left:34px;
    position:absolute;
    text-align:center;
    text-decoration:none;
    top:21px;
    width:97px
}
#formatoTarjeta{
  max-width: 1000px;
  margin:20px auto
}
#formatoTarjeta .opcion{
    text-align:center
}
#formatoTarjeta .opcion1{
    margin-right:20px
}
#formatoTarjeta p.descripcion{
    height:auto;
    text-align:center
}
#formatoTarjeta .opcion .opcionLabel{
    position:absolute;
    top:-5px;
    left:-5px;
    padding:4px;
    background-color:red;
    color:#fff;
    font-weight:bold
}
#main-container{
    margin-bottom:0!important
}
#formatoTarjeta .opcion span{
    cursor:pointer
}
.formasRapidas{
    background-color:#f5f5f5;
    padding:8px;
    margin-top:-15px;
    display:none
}
.formasRapidas strong{
    font-family:Arial,​Helvetica,​sans-serif;
    display:block;
    padding-bottom:10px
}
.formasRapidas .formaRapidaWrapper:hover{
    opacity:0.5
}
.formasRapidas .formaRapidaWrapper{
    display:inline-block;
    padding:15px 10px;
    max-width:150px;
    cursor:pointer;
    background-color:#fff;
    width:45px;
    height:30px;
    text-align:center;
    line-height:33px;
    margin-right:25px
}
.formasRapidas .formaRapidaWrapper:last-child{
    margin-right:0!important
}
.formasRapidas img{
    max-width:150px
}
.formasRapidas img.linea{
    max-width:45px
}
.formasRapidas img.cuadrado{
    max-width:35px
}
.one-column #content{
    margin:0 1%
}
#colophon{
    display:none
}
.concurso{
    height:auto;
    margin-bottom:10px;
    border-bottom:1px solid #E3E3E3;
    border:1px solid #eee
}
.concurso .concursoWrapper{
    padding:20px 60px;
    position:relative
}
.infoDisenador .concurso .concursoWrapper{
    padding-left: 25px;
}
.concurso .concursoWrapper ul{
    padding-left:20px;
    list-style:circle
}
.cabeceraInicio h1{
    margin-bottom: 25px;
    margin-top: 25px;
    text-align:center
}
.cabeceraInicio{
    margin-top:30px;
    text-align: center;
}
.primeraMitad{
    float:left;
    width:60%
}
.segundaMitad{
    float:right;
    width:39%
}
.infoDisenador .inicio-destacado-vert h3, .infoDisenador h2.tituloIzq{
    color: #235290;
}
h2.tituloIzq{
    margin-top: 14px;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
    line-height: 30px;
    padding-bottom: 10px;
    
}
.ribbonNuevo{
    position:absolute;
    left:-4px;
    top:-4px
}
.ventanaLogos{
    background:rgba(255,255,255,1);
    height:90%;
    padding:10px;
    position:fixed;
    width:90%;
    z-index:999999 !important;
    display:none;
    border:3px solid #eee;
    top:1%;
    left:3%;
    overflow:scroll
}
.ventanaLogos .contenido{
    margin-top:100px;
    text-align:center
}
#descargarLogoLightbox{
    width:90%;
    left:0;
    right: 0;
    max-width: 1250px;
    background-image:url("/img/fondoPreview.jpg");
    margin: 0 auto;
}
.imagenArecortar,#resultadoRecortado{
    margin:0 auto;
    width:100%;
    text-align:center
}
#imgLightbox{
    width:90%
}
#resultadoRecortado canvas{
    max-width:100%;
    max-height:300px;
    border:1px solid #eee
}
.rate_widget{
    overflow:visible;
    padding:10px;
    position:relative;
    width:180px;
    height:32px
}
.ratings_stars{
    background:url('/img/star_empty.png') no-repeat;
    float:left;
    height:28px;
    padding:2px;
    width:32px;
    background-size:20px!important
}
.ratings_vote{
    background:url('/img/star_full.png') no-repeat
}
.ratings_over{
    background:url('/img/star_highlight.png') no-repeat
}
.compartirRedes{
    margin-top:5px
}
#motivoValoracion{
    display:none;
    margin-top:10px
}
#motivoValoracion textarea{
    border:1px solid #eee;
    width:99%;
    height:60px;
    margin-bottom:5px
}
.descargaLogoLightboxWrapper{
    clear:both;
    margin-top:40px
}
a#download{
    display:none;
    clear:both;
    float:none;
    font-size:20px;
    text-align:center;
    width:95%;
    margin-top:10px
}
a#download:hover{
    color:#fff;
    text-decoration:none
}
.pasofinal.docs-buttons{
    clear:both;
    margin-top:20px
}
#rating{
    margin-bottom:55px
}
.boton.comentarios{
    width:100%
}
.rating{
    margin-bottom:55px
}
.segundaMitad h3{
    margin-top:0!important
}
#resultadoRecortado .previewImagen{
    width:100%
}
.cropper-modal{
    background-color:#fff!important;
    opacity:1!important
}
.fpd-download-image.fpd-btn,.fpd-save-pdf.fpd-btn,.fpd-print.fpd-btn{
    display:none
}
.borrarLogo.fpd-icon-remove{
    background-color:#000;
    border:1px solid #eee;
    color:#fff;
    padding:2px;
    position:absolute;
    right:0;
    z-index:99999;
    cursor:pointer
}
.wrapperUriPublica{
    padding:5px 10px;
    border:1px solid #eee;
    background-color:#156DB3;
    color:#fff;
    clear:both;
    display:none;
    margin-top:20px;
    -webkit-box-shadow:0px 0px 5px 2px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 0px 5px 2px rgba(0,0,0,0.2);
    box-shadow:0px 0px 5px 2px rgba(0,0,0,0.2)
}
.wrapperUriPublica i{
    float:left
}
.uriPublica{
    display:block;
    text-align:center
}
.wrapperUriPublica a,.wrapperUriPublica a:hover,.wrapperUriPublica a:visited{
    color:#fff;
    font-weight:bold
}
.wrapperUriPublica .wrapperEmail{
    border:1px dashed;
    display:block;
    margin:10px auto;
    max-width:475px;
    padding:5px
}
.wrapperUriPublica input[type="text"]{
    border:0;
    font-size:11px;
    padding:2px 5px;
    text-align:center
}
.wrapperUriPublica .boton{
    background-color:#15B307;
    border-radius:3px;
    box-shadow:none;
    color:#fff;
    padding:2px 5px
}
.infoTooltip{
    position:relative;
    display:inline-block;
    border-bottom:1px dotted #000
}
.infoTooltip .tooltiptext{
    visibility:hidden;
    width:120px;
    background-color:#000;
    color:#fff;
    text-align:center;
    padding:6px;
    border-radius:6px;
    position:absolute;
    z-index:1
}
.infoTooltip:hover .tooltiptext{
    visibility:visible
}
.cursiva{
    font-style:italic
}
.imgMisImagenesWrapper{
    position:relative;
    width:145px;
    display:block;
    height:150px;
    float:left;
    overflow:hidden;
    background-color:#fff;
    border:1px solid #eee;
    margin-right:5px;
    margin-bottom:15px
}
.imgMisImagenesWrapper a{
    display:inline-block;
    background-color:#fff
}
.imgMisImagenesWrapper:hover{
    opacity:0.4;
    cursor:pointer
}
.imgMisImagenesWrapper .borrarLogo.fpd-icon-remove{
    top:0
}
.wrapperUriPublica.show{
    display:block
}
.imgContenedor{
    margin-top:50px;
    padding:14px
}
.imgContenedor .contenedorLogos{
    margin-bottom:100px;
    float:left;
    width:100%
}
.fondoPapel{
    background-image:url("/img/fondoPreview.jpg")
}
.imagenArecortar{
    width:500px;
    margin:0 auto
}
#image-button{
    display:none!important
}
.fpd-dialog-content > div{
    opacity:1!important
}
.frase{
    background-color:#6a6a6a;
    border-radius:5px;
    color:#fff;
    display:none;
    left:60px;
    max-width:300px;
    padding:5px;
    position:absolute
}
.frasesFondo{
    display:block;
    position:absolute
}
.frasesFondo p{
    padding:5px;
    background-color:#6a6a6a;
    border-radius:5px;
    color:#fff
}
.alignDerecha{
    text-align:right
}
.margenSupNeg{
    margin-top:-10px
}
.margenSup20{
    margin-top:20px
}
.margenSup50{
    margin-top:50px
}
.margenSup120{
    margin-top:120px
}
#design-upload{
    display:none
}
.compartirenlace{
    font-size:11px;
    font-style:italic
}
.margin24porciento{
    margin-left:24%
}
.noMultipleSelect{
    width:60%!important;
    height:40px!important;
    visibility:visible!important
}
.popup-trigger:hover,.popup-trigger:visited{
    color:grey
}
.popup-trigger{
    display:none;
    position:fixed;
    bottom:50px;
    right:30px;
    background:#ebeded;
    margin:0 auto;
    padding:20px;
    max-width:260px;
    color:grey;
    font-size:16px;
    text-align:left;
    line-height:18px;
    cursor:pointer;
    width:150px;
    border-radius:.4em
}
.popup-trigger img{
    width:35px;
    display:inline-block;
    float:left;
    margin-right:10px
}
.popup-trigger:after{
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    width:0;
    height:0;
    border:48px solid transparent;
    border-top-color:#ebeded;
    border-bottom:0;
    border-right:0;
    margin-left:-24px;
    margin-bottom:-48px
}
.popup{
    display:none;
    position:absolute;
    top:100px;
    width:900px;
    padding:50px 30px;
    background:#fff;
    color:#333;
    font-size:14px;
    line-height:18px;
    border:10px solid #150E2D;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index:9999
}
.popup ul li{
    margin-bottom:10px
}
.popup-mobile{
    position:relative;
    top:0;
    left:0;
    margin:30px 0 0;
    width:100%
}
.popup-btn-close{
    position:absolute;
    top:8px;
    right:14px;
    color:#4EBD79;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    cursor:pointer
}
.columns{
    float:left;
    width:31%;
    padding:8px
}
.columns.primera{
    padding-left:0
}
.columns.ultima{
    padding-right:0
}
.price{
    list-style:none;
    border:1px solid #eee;
    margin:0;
    padding:0;
    -webkit-transition:0.3s;
    transition:0.3s
}
.price:hover{
    box-shadow:0 8px 12px 0 rgba(0,0,0,0.2)
}
.price .header{
    background-color:#111;
    color:#fff;
    font-size:25px
}
.price li{
    border-bottom:1px solid #eee;
    padding:10px;
    text-align:center;
    font-size:16px
}
.price li.desc{
    height:75px
}
.price .grey{
    background-color:#eee
}
.button{
    border:0;
    color:#fff;
    padding:10px 25px;
    text-align:center;
    text-decoration:none;
    font-size:18px
}
#cargando{
    position:absolute;
    text-align:center;
    width:96%;
    height:400px;
    padding-top:100px;
    display:none;
    background-color:#fff
}
@media only screen and (max-width:600px){
    .columns{
        width:100%
    }
}
/* FIN Popup Pedido */


body .wrapper{
    position:relative;
    margin:0px auto;
    background:none;
    padding-top:0;
    clear:both
}
body .headerWrapper .wrapper{
    padding-left:20px;
    padding-right:20px
}

#tutoriales .wizzardWrapper, #tutoriales .wizzardPaso2Wrapper{
    height: 98%;
    text-align: center;
}
#tutoriales .botonSiguienteAnterior{
    position: relative;
    top:0;
}
#tutoriales .wizzardPaso2Wrapper h3{
    text-align: center;
}

@keyframes shine {
  0%, 100%  { 
    filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3));  
  }
  50% { 
    filter: none;
  }
}

@keyframes backgroundSizeIn {
  from{ 
    transform: scale(1.0);
  }
  to { 
    transform: scale(1.1);

  }
}
@keyframes backgroundSizeOut {
  100%{ 
    transform: scale(1.0);
  }
  0% { 
    transform: scale(1.1);

  }
}
.fondoEstrellas{
    background-color: rgba(35,82,144,1);
    background-image: url(/img/fondoEstrellas.svg);
}
.bgContainer{
    width: 100%;
    height: 100%;    
    position: absolute;
    top: 0;
    animation: backgroundSizeOut 1s forwards;
    -webkit-animation: backgroundSizeOut 1s forwards;
}

#front-slides:hover .bgContainer{
    animation: backgroundSizeIn 1s forwards;
    -webkit-animation: backgroundSizeIn 1s forwards;
}
#front-slides:hover .slides_container{
    animation: shine 3s infinite;
    -webkit-animation: shine 3s infinite;
}

body #front-slides{
    overflow: hidden;

    padding-top: 50px;
    padding-bottom: 50px;
}
body #content-wrap{
    background-color:transparent!important
}
body .headerWrapper{
    -webkit-box-shadow:0px 1px 2px 1px rgba(0,0,0,0.10);
    -moz-box-shadow:0px 1px 2px 1px rgba(0,0,0,0.10);
    box-shadow:0px 1px 2px 1px rgba(0,0,0,0.10)
}
.ribbons{
    position:absolute;
    right:0
}
body .headerWrapper .headerTop{
    background-color:#eee;
    border-bottom:4px solid #e9e9e9;
    padding-top:5px;
    padding-bottom:4px
}
body .headerWrapper .headerBottom{
    background-color:#fff
}
body .slideTitulo{
    left:550px
}
body .botonSlide{
    text-align: center;
    max-width: 475px;
    left:638px
}
body .estrellaSlider{
    width: 16px;
    margin-right: 5px
}
body #reel{
    width:100%;
    margin-left:0;
    height:200px
}
body .tituloslide,.botonSlide{
    left:640px
}

body #reel .slides_container .box-container{
    width:30.5%
}
body #footer{
    width:auto
}
.headerLeft{
    float:left;
    padding-top:10px;
    padding-bottom:10px
}
body #nav-bar-holder{
    position:relative;
    top:unset;
    right:unset
}
body ul.navegacion{
    background-color:transparent!important;
    margin-top:30px;
    float:right
}
body ul.navegacion li,body ul.navegacion li a{
    background-color:#fff!important
}
body .navegacion > li + li > a:before{
    content:" | ";
    padding:0 4px;
    color:#d8d8d8
}
body .navegacion > li > a{
    padding:0 1px;
    color:#535353!important;
    text-shadow:none!important;
    border:none
}
body .headerLeft #logo{
    position:relative;
    top:0;
    left:0
}
body .headerLeft .cambioIdioma{
    position:relative;
    top:0;
    left:0
}
body .enlacesTop{
    width:auto;
    height:unset!important;
    left:unset!important;
    line-height:unset!important;
    background-size:20px!important;
    top:0!important;
    display:inline-block;
    position:relative;
    padding-left:22px;
    text-align:left
}
body .enlacesTop::after{
    content:" | ";
    padding:0 10px;
    color:#d8d8d8
}
body .enlacesTop.noseparador::after{
    content:none
}
body .cambioIdioma{
    background:url(/img/traduccion.png) no-repeat
}
body .misdisenosTop{
    background:url(/img/mis-disenos.png) no-repeat;
    background-size:18px
}
body .disenadorTop{
    background:url(/img/diseno-logos-gratis.png) no-repeat
}
body .disenadorTarjetasTop{
    background:url(/img/tarjeta-visita.png) no-repeat
}
body .disenoWebsTop{
    background:url(/img/premium.png) no-repeat
}
#footer-cols > li{
    width:31%
}
body .navegacion > li:hover > div{
    background:#fff
}
body .navegacion > li > div{
    min-width:180px;
    margin-left:-27px
}
body .navegacion .nav-column{
    float:none
}
body .navegacion .nav-column h3{
    color:grey
}
html body ul.navegacion li,html body ul.navegacion li a{
    background-color:unset!important;

}
body #menu-wrapper ul{
    background-color:unset
}
body .socialLink.googleplus{
    right:0
}
body .socialLink.twitter{
    right:45px
}
body .socialLink.facebook{
    right:90px
}
body #side-content{
    width:830px
}
body .page-title{
    background-image:none;
    border-bottom:1px solid #eee;
    text-align:center
}
body .publiArriba{
    max-height: 200px;    
    min-height: 200px;
    padding-bottom: 20px
}
body .publiArriba,body .publiDisenadorDebajo{
    margin:10px auto;
    
    border-bottom:1px solid #eee
}
body .publiDisenadorDebajo{
    border-top:1px solid #eee
}
body .publiArriba ins,body .publiArriba .adsbygoogle,body #main-container ins,.publiDisenadorDebajo ins{
    display:block!important;
    margin:0 auto!important
}
body #wizzarContent .wizzardWrapper{
    max-width: 1000px;
    margin:30px auto
}
body #main-container{
    margin-top: 0 !important;
    margin-bottom:0 !important
}
.introh3Home{
    line-height: 35px;
    font-size: 18px;
    font-weight: 400;
}
.publiDisenadorDebajo{
    margin-bottom:30px
}
.ratingWrapper{
    width:185px;
    margin:0 auto;
    text-align:center
}
.ratingWrapper .rating{
    margin-top:5px
}
.navegacion.open{
    width:100%
}
.ultimasEntradasWrapper{
    padding-top:30px;
    padding-bottom:50px;
    background-color:#fbfbfb
}
.ultimasEntradasWrapper .featured-title{
    margin-bottom:35px
}
.ultimasEntradas ul li{
    display:inline-block;
    max-width:290px;
    height:300px;
    overflow:hidden;
    border:1px solid #eee;
    padding:6px;
    vertical-align: top;
    margin-bottom:10px;
    transform:scale(1);
    transition:0.15s all ease;
    margin-right:10px
}
.ultimasEntradas ul li:last-of-type{
    margin-right:0
}
.ultimasEntradas ul{
    text-align:center
}
.ultimasEntradas ul li:hover{
    -webkit-box-shadow:0px 0px 17px 3px rgba(196,196,196,1);
    -moz-box-shadow:0px 0px 17px 3px rgba(196,196,196,1);
    box-shadow:0px 0px 17px 3px rgba(196,196,196,1);
    margin-top:-5px;
    transform:scale(0.98)
}
.ultimasEntradas ul li .imagenPost,.ultimasEntradas ul li .imagenPost img{
    width:102%;
    height:auto;
    margin-left:-10px;
    margin-top:-3px;
    margin-right:-10px
}
.ultimasEntradas ul li div{
    display:inline-block
}
.ultimasEntradas ul li .tituloPost{
    display:block;
    background:#eee;
    padding:4px;
    margin:-14px -7px 10px;
    height:65px
}
.ultimasEntradas ul li .tituloPost h3{
    font-size:18px;
    text-align:center;
    margin-top:15px;
    margin-bottom:5px
}
.ultimasEntradas ul li .resumenPost{
    height:95px;
    display:inline-block;
    line-height:18px
}
.ultimasEntradas ul li .verMas{
    display:block;
    width:100%;
    background-color:#eee;
    position:absolute;
    bottom:0;
    margin-left:-6px;
    padding-top:5px;
    padding-bottom:5px
}
.ultimasEntradas ul li .verMas a{
    display:block
}
.slides_container img{

    max-width:100%
}
.siguienteAnterior{
    clear:both
}
.inicio-destacado-vert{
    padding: 10px;
    border: 5px solid #f8f8f8;
    font-size: 16px;
    line-height: 24px;
    background-image: url(/img/logos-gratis-sectores.jpg);
    background-size: cover;
    width: 100%;
}
.inicio-destacado-vert h3{
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.ventajaslogosea{
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.10);
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;    
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 5px;
    clear: both;
}
.ventajaslogosea .ventajasTexto{
    float: right;
    width:84%;
    padding-top: 8px;
}
.ventajaslogosea .ventajasTexto h4{
    margin-bottom: 5px;
}
.ventajaslogosea img{
    text-align: center;
    width: 74px;
}
.concursoWrapper .inicio-destacado-vert ul{
    list-style: url(/img/list-flecha.png);
    line-height: 30px;
}
    
.inicio-destacado-vert .botonInicio{
    float: none;
    text-align: center;
    margin-top: 20px;
}

.mostrarTutorial{
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
}
.mostrarTutorial img{
    width: 42px;    
    margin-top: 13px;
    margin-right: 10px;
}
.ayudatexto{
    display: inline-block;font-size: 12px !important;vertical-align: bottom;margin-bottom: 5px; margin-left: -5px !important;
}
table.tablaTipsLogo{
    text-align: left;

}
table.tablaTipsLogo tr{
    background-color: #eee;
}
table.tablaTipsLogo tr:nth-child(even){
    background-color: #fff;
}
table.tablaTipsLogo td{
    font-size: 15px;
    line-height: 26px;
    border: 1px solid grey;    
    text-align: left !important;
    min-width: 70px;
    padding: 10px;
    vertical-align: middle;
}
table.tablaTipsLogo td:hover{
    opacity: 1 !important;
}
.canvas-container{
    z-index: 999;
    background-color: white;
}
.sp-picker-container{
    padding-left: 40px !important;
    padding-top: 40px !important;
}

.slider{
    width:100%;
    overflow:hidden;
    position:relative;
    margin:0;
}
.edge{
    /*
    left:0;
    right:0;
    top:0;
    bottom:0;
    position:absolute;
    */
    height:100%;
    display:block;
}
.edge:before{
    content:'';
    position:absolute;
    left:0;
    background:-webkit-linear-gradient(left, #fff 10%, rgba(0,0,0,0) 100%);
    width:25%;
    height:100%;
}
.edge:after{
    content:'';
    position:absolute;
    right:0;
    background:-webkit-linear-gradient(right, #fff 10%, rgba(0,0,0,0) 100%);
    width:25%;
    height:100%;
}
ul.slideContainer{
    background:#f9f9f9;
    overflow:hidden;
    width:4000%;
    margin:0;
}
ul.slideContainer li{
    list-style:none;
    display:inline-block;
    padding:0 10px;
}
.tagCloudWrapper.slider{
    max-width: 800px;
    margin: 10px auto;
}
.slideItem.etiqueta{
    cursor: pointer;
}
.buscadorTitulo{
    text-align: center;
}
.buscadorTitulo h2{
    font-weight: bold;
    color:#235290;
}
.buscadorTitulo h4{
    font-size: 16px;
}
.paginador ul{
    list-style: none;
}
.paginador ul li{
    display: inline-block;
    border: 1px solid #eee;
    text-align: center;
}
.paginador ul li a{
    color: #575757;
    padding: 0px 6px;
    font-size: 12px;
    display: inline-block;
    width: 14px;
}

.paginador ul li:hover, .paginador ul li.active{
    background-color: #2b68b2;
    
}
.paginador ul li:hover a, .paginador ul li.active a{
    color:white;
}
body .sectoresInicio{
    text-align: center;
}
.sectoresInicio .sector{
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px 15px;
}
.margen20{
    margin: 20px;
}
.margen-auto{
    margin-left: auto;
    margin-right: auto;
}

.item.logotipo .ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
  
}
.item.logotipo .ribbonLogo {
    font: bold 12px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    position: relative;
    padding: 4px 0;
    top: 11px;
    left: -38px;
    width: 120px;
    background-color: #2b68b2;
    color: #fff;
}
article.articulo{
    max-width: 900px;
    margin-top: 50px;
    padding-left: 20px;
    border-left: 3px solid #eee;
}
article.articulo h2, article.articulo h3{
    font-weight: bold;
    color: #235290;
    
}
article p{
    font-size: 16px;
    line-height: 26px;
}
article.articulo h3{
    font-size: 22px;
}
.recomendadopor{
    text-align: center;
}