/**
 * Style page home
 * @author   : Granhani
 * @version  : 0.5
 * Diretório : fwk/app/css
 */

@import url(carDestaque.min.css);

.col-link a.testimonial{
    display: table-cell;
    width: 1%;
    position: relative;
    padding-bottom: 10px;
    padding-top: 5px;
}

.testimonial .testimonial-info {
    color: #3498db;
    font-size: 16px;
    padding: 0 15px;
    margin-top: 10px;

}
.testimonial .testimonial-info .color-black{
    color: #555;
}
.testimonial .testimonial-info .testimonial-author {
    top: 3px;
    position: relative;
    overflow: hidden;
    font-size: 22px;
}
.testimonial .testimonial-info .span-btn{
    float: right;
    margin-top: 15px;
    min-width: 104px;
}
.testimonial .testimonial-info .testimonial-icon{
    width: 60px;
    float: left;
    height: 60px;
    padding: 1px;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 48px;
    text-align: center;
    line-height: normal;
}
.testimonial .testimonial-info em {
    color: #777;
    display: block;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
}
.border-full{
    border: 1px solid #3498db;
}
.col-link a.testimonial, .col-link a.testimonial *{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.col-link a.testimonial:hover{ background: #3498db;}
.col-link a.testimonial:hover .testimonial-author em{
    color: #ddd;
}
.col-link a.testimonial:hover .testimonial-icon,
.col-link a.testimonial:hover .testimonial-author{
    color: #fff;
}


.ul-tipos-home{
    display: inline-block;
}
.ul-tipos-home li {
    padding: 1px;
    font-size: 14px;
    text-align: left;
}
.ul-tipos-home li a {
    color: #555;
}
.ul-tipos-home li i {color: #3498db; margin-right: 5px;}
.texto-sobre {
    text-align: justify;
    text-overflow: ellipsis;
}
.link-sobre {
    display: none;
}
.carousel-v1{
    max-width: 360px;
    margin: 0 auto;
}
.carousel-v1 .carousel-caption {
    left:0;
    right:0;
    bottom:0;
    padding:7px 15px;
    background:url(img/bgcaption.png);
}
.carousel-v1 .carousel-caption p {
    color:#fff;
    margin-bottom:0;
}
.carousel-v1 .carousel-arrow a i {
    top:50%;
    margin-top:-18px;
    position:absolute;
    opacity:0.5;
    filter:alpha(opacity=50);
}
.carousel-v1 .carousel-arrow a:hover i {
    opacity:1;
    filter:alpha(opacity=100);
    color:#3498db;
}
.carousel-v1 .carousel-arrow a.carousel-control {
    font-size:30px;
}
.carousel-v1 .carousel-arrow a.left i {
    left:40%;
}
.carousel-v1 .carousel-arrow a.right i {
    right:40%;
}

blockquote:hover {
    border-left-color: #3498db;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hero-unify p {
    font-size: 13px;
    line-height: 20px;
}

@media (min-width: 992px) and (max-width: 1200px){
    .testimonial .testimonial-info .testimonial-author{
        font-size: 18px;
    }
    .testimonial .testimonial-info .testimonial-icon {
        width: 50px;
        height: 50px;
        padding: 0px;
        font-size: 48px;
    }
}
@media  (max-width: 992px){
    .col-link-l{
        margin-bottom: 20px;
    }
    
}
@media  (min-width: 480px) and (max-width: 770px){
    .ul-tipos-home{
        width: 460px;
        margin: 10px auto;
        display: inline-block;
    }
    .ul-tipos-home li{
       width: 50%; 
       float: left;
    }
}
@media  (max-width: 640px){
    .link-sobre{display: block; margin-top: 15px;}
    .texto-sobre{height: 200px; overflow: hidden;  }
}
@media  (max-width: 550px){
    .testimonial.border-full .testimonial-info .span-btn {
      display: none;
    }
}
@media  (max-width: 480px){
    .testimonial.border-full .testimonial-info .testimonial-author {
      font-size: 16px;
    }
     .testimonial.border-full .testimonial-info em {
      max-width: 253px;
    }
    .testimonial.border-full .testimonial-info .testimonial-icon{
        width: 40px;
        height: 40px;
        font-size: 38px;
    }
    .testimonial .testimonial-info .span-btn {
      display: none;
    }
}


