.tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover {
    background: #FFCF48;
}
.tp-bullets.simplebullets.round .bullet{
    border: 1px solid #FFFFff;
    background: inherit;
}
.tp-leftarrow.default {
    background: url("../../images/leftarrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 52px;
    width: 51px;
}
.tp-rightarrow.default {
    background: url("../../images/rightarrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 54px;
    width: 52px;
}

.tp-caption a{
    color: #000 !important;
}
.caption.title {
    border-bottom: 1px solid #fff !important;
    padding-bottom: 6px !important;
}
.caption.title:after {
    border-bottom: 2px solid #fff !important;
    bottom: 0;
    content: "";
    height: 0;
    right: 0;
    margin-left: 0;
    position: absolute;
    width: 40px;
}
.btn-slide{
    background-color: #FFFFff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.btn-slide:hover{
    background-color: #FFFFff;
}
.portfolio-item-preview > a img {
    display: block;
    width: auto;
}
.line-bienvenida{
    padding-bottom: 12px;
}
.line-bienvenida:after {
    border-bottom: 2px solid #ffcf40;
    bottom: 1%;
    content: "";
    height: 0;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 40px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none repeat scroll 0 0 #ffcf3f;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ffcf3f;
}
.portfolio-item-overlay:before{
    border-bottom: 100px solid #fff;
}
.portfolio-item-overlay-actions i, .portfolio-item-overlay-actions .portfolio-item-link {
    border: 2px solid #fff;
    color: #000;
}
.minigal-cotiza{
    float: left;
    height: 250px;
}
.minigal-txt{
    float: left;
    width: 46%;
    margin-left: 20px;
    text-align: justify;
}
.bx-wrapper {
    margin-bottom: 8px;
}
hr {
    margin: 20px 0;
}
@media screen and (max-width:979px){
    .responsive-cantidad{
        font-size: 15px !important;
    }
    .responsive-txt-cotiza{
        text-align: center;
    }
    .line-bienvenida:after{
        display: none;
    }
    hr{
        margin: 13px 0 0;
    }
    .minigal-cotiza{
        width: 100%;
        text-align: center;
    }
    .minigal-txt {

        margin-left: 0;

        width: 100%;
    }
    .hr-responsive{
        border-color: #fff !important;
    }
}
@media screen and (max-width:767px){
    .responsive-cantidad{
        text-align: center;
    }
    .responsive-txt-llama{
        text-align: center;
    }
    .design{
        margin: 0 auto;
    }
    .minigal-cotiza{
        float: none;
        height: auto;
    }
    .minigal-cotiza img{
        width: 100%;
        display: block;
    }
    .minigal-txt{
        float: none;
        width: 100%;
        text-align: left;
        margin-left: 0;
    }
    .portfolio-item-preview > a img {
        width: 100%;
    }
    .buttonConoce{
        display: block;
        width: 165px;
    }
    .caption.title {
        padding-bottom: 0 !important;
    }
}
@media screen and (max-width:442px){
    .btn-slide{
        font-size: 8px;
    }
}