
/* BODY */

body {
    background: #dfdfdf;
    color: #e2e6eb;
    line-height: 20px; font-family: Cabin, sans-serif
}


/* TITLES */

h1, h2, h3, h4, h5, h6 {
    font-family: Cabin, sans-serif
}

.encabezados, .titlecambio, h2, h4 {
    text-align: center
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #4e4e4e;
}

.title {
    font-size: 22px;
    color: #000
}

h5, h1, h3, p {
    color: #fff

}

.titlecambio {
    font-size: 18px;
    color: #fff
}

h1 {
    font-size: 36px;
}

.textdialog, p {
    font-size: 12px
}

.encabezados, h2 {
    font-size: 30px;
    padding: 10px
}

h3 {
    font-size: 10px;
    font-weight: 400;
    line-height: 24px
}

h4 {
    font-size: 19px
}

.h5 {
    font-size: 14px
}

.sliderp {
    font-size: 500px;
    color: #822424
}

a {
    color: #c52d2f;
    -webkit-transition: color .3s, background-color .3s;
    -moz-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    outline: 0
}

a:focus, a:hover {
    color: #d43133;
    outline: 0
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff
}

.contactotext {
    font-size: 30px;
    padding-bottom: 10px;
    color:white;
    text-align: center;
    align-items: center;
    padding-top: 10px;
}

.casosexito{
    background-color: white;
}

.titlesucces{
    font-size: 30px;
    padding-bottom: 10px;
    color:#616268;
    text-align: center;
    align-items: center;
    padding-top: 10px;

}

.bs-slider {
    overflow: hidden;
    max-height: 800px;
    position: relative;
    background: #000
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.bs-slider>.carousel-inner>.item>a>img, .bs-slider>.carousel-inner>.item>img {
    margin: auto;
    width: 100%!important
}

.fade {
    opacity: 1
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0!important;
    display: block!important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s
}

.fade .item:first-child {
    top: auto;
    position: relative
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s
}

.control-round .carousel-control {
    top: 50%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 30px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: 400;
    background: 0 0;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.control-round:hover .carousel-control {
    opacity: 1
}

.control-round .carousel-control.left {
    left: 1%
}

.control-round .carousel-control.right {
    right: 1%
}

.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, .5);
    border: 0 transparent
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%
}

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #9e9e9e;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #9e9e9e;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all .5s cubic-bezier(.22, .81, .01, .99);
    transition: all .5s cubic-bezier(.22, .81, .01, .99);
    z-index: 10;
    cursor: pointer
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.slide_style_left {
    text-align: left!important
}

.slide_style_right {
    text-align: right!important
}

.slide_style_center {
    text-align: center!important
}

.slide-text {
    left: 0;
    top: 12%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px
}


@media (max-width: 4000px) {

    .Titleone {
        font-size: 75px;
        margin-bottom: 10px;
        color: #fff;
        font-weight: 500;
    }

    .Titletwo {
        font-size: 35px;
        color: #fff;
        line-height: 50px
    }

    .Titlenuevo {
        font-size: 30px;
        color: #fff;
        line-height: normal,normal;
    }

    .btn-custom {
        font-size: 25px;
        color: #fff;
        line-height: 40px;
        border-radius: 15px;
        display: inline-block;
        background-color: #f20707;
        width: 400px;
        margin-top: 50px;
    }

}


@media (max-width: 2200px) {

    .Titleone {
        font-size: 65px;
        line-height: 50px;
        margin-bottom: 30px;
        color: #fff;
        font-weight: 500;
    }

    .Titletwo {
        font-size: 32px;
        color: #fff;
        line-height: 40px
    }

    .Titlenuevo {
        font-size: 30px;
        color: #fff;
        line-height: normal,normal;
    }

    .btn-custom {
        font-size: 22px;
        color: #fff;
        line-height: 40px;
        border-radius: 15px;
        display: inline-block;
        background-color: #f20707;
        width: 350px;
        margin-top: 70px;
    }

}


@media (max-width: 1200px) {

    .Titleone {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 30px;
        color: #fff;
        font-weight: 500;
    }

    .Titletwo {
        font-size: 30px;
        color: #fff;
        line-height: 35px
    }

    .Titlenuevo {
        font-size: 26px;
        color: #fff;
        line-height: normal,normal;
    }

    .btn-custom {
        font-size: 18px;
        color: #fff;
        line-height: 40px;
        border-radius: 15px;
        display: inline-block;
        background-color: #f20707;
        width: 300px;
        margin-top: 70px;
    }

}

@media (max-width: 991px) {

    .Titleone {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
        color: #fff
    }

    .Titletwo {
        font-size: 25px;
        color: #fff;
        line-height: 30px;
    }

    .Titlenuevo {
        font-size: 20px;
        color: #fff;
        line-height: normal,normal;
    }

    .btn-custom {
        font-size: 15px;
        color: #fff;
        line-height: 40px;
        border-radius: 15px;
        display: inline-block;
        background-color: #f20707;
        width: 250px;
        margin-top: 30px;
    }

}


@media (max-width: 768px) {

    .slide-text {
        padding: 5px 50px
    }

    .Titleone {
        font-size: 30px;
        line-height: 50px;
        color: #fff;
    }

    .Titlenuevo {
        font-size: 13px;
        color: #fff;
        line-height: normal,normal;
    }

    .Titletwo {
        font-size: 17px;
        line-height: normal;
        margin-bottom: 5px;
        color: #fff
    }
    .btn-custom {
        font-size: 13px;
        color: #fff;
        line-height: 30px;
        border-radius: 15px;
        display: inline-block;
        background-color: #f20707;
        margin-top: 20px;
        width: 220px;
    }

    .control-round .carousel-control {
        display: none
    }

}

@media (max-width: 480px) {

    .slide-text {
        padding: 0px 20px
    }

    .Titlenuevo {
        font-size: 11px;
        color: #fff;
        line-height: normal,normal;

    }

    .Titleone {
    font-size: 15px;
    line-height: 50px;
    color: #fff;
    }

    .btn-custom {
        font-size: 10px;
        color: #fff;
        border-radius: 5px;
        display: inline-block;
        background-color: #f20707;
        width: 170px;
        margin-top: 3px;
    }

    .Titletwo {
        font-size: 10px;
        color: #fff;
    }

}



#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(158, 158, 158, 1);
    padding: 20px 20px 20px 20px;
}

#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    background-color: rgba(255, 255, 255, 1);
    border-bottom-width: 0px;
    padding-right: 40px;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(51, 51, 51, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 3px;
    font-size: 13px;
    margin-left: 35px;
    padding-bottom: 10px;
    font-size: 13px
}

    #custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
    #custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
        color: rgba(255, 255, 255, 1);
        background-color: rgba(212, 30, 30, 1);
    }

#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(247, 0, 0, 1);
}

#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #f70000;
}

    #custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
    #custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
        background-color: #f70000;
    }

#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #f70000;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar, #custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}

.dropdown-menu {
    background-color: rgb(231, 231, 231);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
    border: 0;
    padding: 0px;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
}

.dropdown-menu:before {
    position: absolute;
    top: 0
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    padding: 8px 15px;
    color: #fff
}

.dropdown-menu>li.active>a,
.dropdown-menu>li:focus>a,
.dropdown-menu>li:hover>a {
    background-color: #c52d2f;
    color: #fff
}

.navbar-default {
    border-radius: 0;
    margin-bottom: 0;
    background: #fff;
    padding: 15px 0;
    padding-bottom: 0
}

#feature, #feature2 {
    padding-bottom: 20px;
    text-align: center
}

#featurefree {
    text-align: center;
    background: #363636;
    background: -moz-linear-gradient(top, #363636 0, #121212 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #363636), color-stop(100%, #121212));
    background: -webkit-linear-gradient(top, #363636 0, #121212 100%);
    background: -o-linear-gradient(top, #363636 0, #121212 100%);
    background: -ms-linear-gradient(top, #363636 0, #121212 100%);
    background: linear-gradient(to bottom, #363636 0, #121212 100%)
}

#features3 {
    background:white;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.titulosoluciones{
    color: #616268;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 18px;
}

#external {
    background: #3d3d3d;
    text-align: center;
    padding-bottom: 20px
}

#intro {
    background: #D5010C;
    padding-top: 10px;
    color: #fff;
    /* font-size: 6vw; */
    line-height: 25px;
    text-align: center
}

#soluciones {
    background: #e7e7e7;
    padding-top: 10px;
    color: #333;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    padding-bottom: 20px
}

.icon-wrap {
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .3s ease-in-out
}

.icon-wrap:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.2)
}

#feature2 {
    background: #e2e2e2
}

.claims {
    color: #fff;
    font-size: 18px
}

.features {
    padding: 0
}

.feature-wrap {
    margin-bottom: 40px;
    overflow: hidden;
    align-items: center
}

.feature-wrap h2 {
    margin-top: 10px
}

.feature-wrap .pull-left {
    margin-right: 25px;
}

.feature-wrap i {
    font-size: 48px;
    height: 110px;
    width: 110px;
    margin: 3px 10px 3px 3px;
    border-radius: 100%;
    line-height: 110px;
    text-align: center;
    background: #fff;
    color: #c52d2f;
    border: 3px solid #fff;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    float: left
}

.feature-wrap i:hover {
    background: #c52d2f;
    color: #fff;
    box-shadow: inset 0 0 0 5px #c52d2f;
    -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
    border: 3px solid #c52d2f
}

.modal-content {
    background-color: #d40c0c
}

.modal-title {
    color: #fff;
    font-size: 20px;
    font-family: Cabin, sans-serif
}

.modal-body {
    color: #7e0f0f;
    font-size: 10px;
    font-family: Cabin, sans-serif;
    background: #ededed
}



.featurette-divider {
    margin: 1px 0
}

.featurette {
    overflow: hidden
}

.featurette-image.pull-left {
    margin-right: 10px;
    margin-left: 10px
}

.featurette-image.pull-right {
    margin-left: 5px
}

.featurette-heading {
    font-size: 16px;
    text-align: center;
    padding-top: 3px
}

.featurette-heading2 {
    font-size: 14px;
    text-align: justify;
    line-height: 16px
}

.textossoluciones {
    color: #616268;
    font-size: 16px;
    text-align: center;
    line-height: normal;
    padding-bottom: 20px;
}

.textos {
    color: #000;
    font-size: 13px;
    text-align: center;
    line-height: normal
}

.textos2 {
    color: #000;
    font-size: 15px;
    text-align: center
}

.textosfree {
    color: #ddd;
    font-size: 17px;
    text-align: center
}

.textos3 {
    color: #000;
    font-size: 12px;
    text-align: justify;
    line-height: normal;
    padding-left: 20px;
    padding-right: 20px
}

.productbox {
    background-color: #fff;
    padding: 0px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    height: 140%;
    border-radius: 0.7em;
}

/* EMPY PRODUCT */
.emptyproduct {
    background-color: transparent;
    padding: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    height: 140%
}
/* EMPY PRODUCT */

.producttitle {
    font-size: 16px;
    padding: 5px 5px;
    color: #5e5e5e;
    text-align: center;
    line-height: 16px
}

.productprice {
    border-top: 1px solid #dadada;
    padding-top: 5px;
    text-align: center
}

.pricetext {
    font-weight: 700;
    font-size: 1.4em
}

#productosindex {
    background: #2f5dd4
}

#productosprincipal {
    background: #ccc5c5
}

/* PRODUCTOS */

.productos{
    padding:0;
    background: #616268;
    padding-bottom:50px;
}


.recent-work-wrap {
    position: absolute
}

.recent-work-wrap img {
    width: 100%;
    height: 430px
}

.recent-work-wrap .recent-work-inner {
    top: 0;
    background: 0 0;
    opacity: .8;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0
}

.recent-work-wrap .recent-work-inner h3 {
    margin: 10px 0
}
.recent-work-wrap .recent-work-inner h3 a {
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.sombra {
    font-size: 24px;
    color: #652525;
    padding-top: 50px;
    opacity: 1;
    float: left
}
.recent-work-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    opacity: 0;
    border-radius: 0;
    background: #575757;
    color: #fff;
    vertical-align: middle;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    padding: 30px;
    text-align: center
}
.profile-card:hover .profile-info hr,
.recent-work-wrap:hover .overlay {
    opacity: 1
}
.recent-work-wrap .overlay .preview {
    bottom: 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: 0 0;
    text-align: center;
    color: #fff
}
#contact-page {
    padding-top: 10px;
    background: #616268;
    align-content: center;
    padding-bottom: 50px;
    vertical-align: middle;
}

#contact-page .contact-form .form-group label {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    align-content: center;
}
.form-group .form-control {
    padding: 7px 12px;
    border-color: #f2f2f2;
    box-shadow: none
}
textarea#message {
    resize: none;
    padding: 10px
}
#contact-page .contact-wrap {
    margin-top: 20px
}
.form-control:focus {
    border-color: #be9e21;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}



.fa {
    color: #b6b6b6
}



/* ! FOOTER */

.modal-footer {
    background-color: #5e5e5e;
    text-align: center;
    color: #000;
    font-size: 18px;
    padding: 10px
}

#footer {
    padding-bottom: 35px;
    background: black;
    text-align: center;
    font-size: 15px
}

#footer a:hover {
    color: #a8a8a8;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer ul>li {
    display: inline-block;
    margin-left: 15px
}

#footer, #footer a {
    color: #fff
}

.footer-bottom-layout {
    background: black;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}


.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.social {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s
}

#social-fb:hover, #social-ft:hover {
    color: #ffffff
}

#social-tw:hover {
    color: #ffffff
}

#social-gp:hover {
    color: #ffffff
}

#social-em:hover {
    color: #ffffff
}

#social-yt:hover {
    color: #ffffff
}


.get-started {
    background: #fff;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
    margin-bottom: 18px
}

.get-centro,
.get-landings {
    background: #d9272e;
    text-align: center;
    color: #fff
}

.get-started h2 {
    padding-top: 10px;
    margin-bottom: 10px
}

.get-started h3 {
    padding-top: 20px;
    margin-bottom: 10px;
    line-height: normal
}

.get-landings {
    padding: 30px 60px
}

.get-landings h2 {
    font-size: 20px;
    color: #fff;
    margin: 10px 30px
}

.get-centro {
    padding-top: 20px;
    padding-bottom: 20px
}

.get-centro h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 29px;
    color: #fff
}

.well, .well2 {
    background: white;
    color: #010101;
    border-radius: 0.7em;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 280px;
    align-content: center;
    font-size: 14px;
}

.well3 {
    background: #f9f9f9;
    color: #010101;
    height: 200px;
    padding: 5px 5px 5px 5px;
    border-radius: 10px;
    margin-bottom:5px;
}

.get-valores h2 {
    margin-top: 10px;
    font-size: 35px;
    margin-right: 0px
}

.get-valores h3 {
    font-size: 14px;
    text-align: justify;
    line-height: normal
}

.get-valores h4 {
    font-size: 20px;
    text-align: center;
    line-height: normal;
    padding-left: 10px;
    padding-right: 10px;
}

.get-free {
    text-align: center;
    line-height: normal;
    background: #252525;
    font-size: 22px;
    padding: 30px
}

.contorno {
    border-radius: 37px 37px 37px 37px;
    -moz-border-radius: 37px 37px 37px 37px;
    -webkit-border-radius: 37px 37px 37px 37px;
    border: 2px solid #fc0022;
    padding: 10px;
    margin: 7px
}

.featurette-image {
    margin-right: 10px;
    margin-left: 10px;
    align-items: center
}

.well {
    font-size: 13px
}

.well2 {
    padding: 5px 10px 10px 5px;
    font-size: 17px;
    text-align: center;
    margin: 5px 10px 10px 5px
}

.support {
    color: #fff;
    position: fixed;
    bottom: 0;
    display: inline-block;
    right: 255px;
    height: 30px;
    width: 200px;
    background-color: #2679d7;
    border-radius: .3em;
    padding-top: .5em;
    padding-left: .5em;
    padding-right: 2em;
    text-align: center;
    z-index: 99999;
    font-size: 16px
}

.bar-chat {
    position: fixed;
    margin-right: 70px;
    max-width: 150px;
    height: 30px;
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em;
    border-top-left-radius: .3em;
    border-top-right-radius: .3em;
    padding-top: .5em;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 27px;
    z-index: 99999;
    display: inline-block;
    text-align: center;
    bottom: 0;
    font-size: 17px;
}

.bar-chat {
    color: #fff;
    right: 50px;
    width: 200px;
    background-color: #66c407;
}

.bar-chat a {
    color: white;
}

.bar-chat a:hover {
    color: darkgreen;
}

.close-chat {
    display: inline-block;
    text-align: right
}

.container_full h3,
.containerpri,
.contenedor-modal,
.textdialog {
    text-align: center
}

.quote {
    background-color: #616268
}

.micro {
    background-color: #e70a0a
}

.textdialog {
    width: 300px;
    height: auto;
    color: #e4e4e4;
    line-height: 16px;
    margin-top: 5px;
    margin-right: 15px;
    padding: 3px 0 40px 20px
}

.textdialogmini {
    font-size: 10px;
    color: #e4e4e4
}

.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px;
    margin-top: 30px
}

.media-carousel .carousel-control.left {
    left: -12px;
    background: #222;
    border: 4px solid #fff;
    border-radius: 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px
}

.media-carousel .carousel-control.right {
    right: -12px!important;
    background: #222;
    border: 4px solid #fff;
    border-radius: 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px
}

.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px
}

.media-carousel .carousel-indicators li {
    background: silver
}

.media-carousel .carousel-indicators .active {
    background: #333
}

.media-carousel img {
    width: 300px;
    height: 180px;
    border-radius: 15px
}

.container_free {
    padding: 20px; 
    background: #72c24e;
}

.container {
    padding: 10px;
    line-height: normal;
}

.containerpri {
    background-color: #949393
}

.containersec,
.containersec h3 {
    background-color: #fff;
    text-align: center
}

.profile-card {
    background-color: #222;
    margin-bottom: 20px
}

.profile-pic {
    border-radius: 25%;
    position: absolute;
    top: -30px;
    z-index: 1;
    max-width: 120px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.profile-info {
    color: #bdbdbd;
    padding: 25px;
    position: relative;
    margin-top: 5px
}

.profile-info h2 {
    color: #e8e8e8;
    letter-spacing: 2px;
    padding-bottom: 10px;
    padding-top: 10px
}

.profile-info span {
    display: block;
    font-size: 12px;
    color: #4cb493;
    letter-spacing: 2px
}

.profile-info a {
    color: #4cb493
}

.profile-info i {
    padding: 15px 35px 0
}

.profile-card:hover .profile-pic {
    transform: scale(1.1)
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 52%;
    right: 52%;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    height: 3px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.profile-card:active .hvr-underline-from-center:before,
.profile-card:focus .hvr-underline-from-center:before,
.profile-card:hover .hvr-underline-from-center:before {
    left: 0;
    right: 0;
    height: 1px;
    background: #cecece;
    border-radius: 0
}

.contenedor-modal {
    position: absolute;
}

.contenedor-modal button {
    position: relative;
    top: 40%
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden
}

.responsive-video embed,
.responsive-video iframe,
.responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.col-item {
    border: 0;
    border-radius: 0.7em;
    background: #616268;
    height: 450px;
    align-items: center;
    align-content: center;
}

.col-item .photo img {
    margin: 0 auto;
    width: 100%
}

.col-item .info {
    padding: 25px;
    border-radius: 0.7em;
    margin-top: 1px;
    color: #616268;
    align-content: center;
    align-items: center;
    vertical-align: middle;
}

.col-item:hover .info {
    background-color: #373737
}

.col-item .price {
    float: center;
    margin-top: 5px;
}

.col-item .price h5 {
    line-height: 20px;
    margin: 0;
    color: white;
    font-size: 14px;
    text-align: justify;
}

.price-text-color {
    color: #c60a0a
}

.col-item .info .rating {
    color: #c8c4c4
}

.col-item .rating {
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px
}

#loading div,
#logo,
#searchForm,
.alert,
.formtext,
.tx,
.txlanding {
    text-align: center
}

.col-item .separator {
    border-top: 4px solid #e1e1e1
}

.clear-left {
    clear: left
}

.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i {
    margin-right: 5px
}

.col-item .btn-add {
    width: 50%;
    float: left;
    border-right: 1px solid #e1e1e1
}

.col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px
}

.controls {
    margin-top: 20px
}

[data-slide=prev] {
    margin-right: 10px
}

.image-bg-fixed-height-loyalty {
    background: url(../images/slider/full2.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 800px
}

.image-bg-fixed-height-empresa {
    background: url(../images/slider/full3.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-freeway {
    background: url(../images/slider/freeway.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-freeway2 {
    background: url(../images/slider/freeway.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 250px
}

.image-bg-fixed-height-marcadorpredictivo {
    background: url(../images/landings/full8.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-marcadorllamadas {
    background: url(../images/landings/full6.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-mensajesmasivos {
    background: url(../images/landings/full7.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-grabacion {
    background: url(../images/landings/full8.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-softwarecontact {
    background: url(../images/landings/full10.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-softwarecallcenter {
    background: url(../images/landings/full9.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-nuxipedia {
    background: url(../images/landings/fullnuxiba.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-microproyectos {
    background: url(../images/landings/microproyectos.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-mensajes {
    background: url(../images/landings/mensajes.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.tx {
    font-size: 40px;
    font-weight: 50;
    color: #fff;
    line-height: 50px;
    text-shadow: 2px 2px 4px #000;
    margin-top: 100px;
    font-weight: 200;
    color: #fff;
    line-height: 40px;
    text-shadow: 2px 2px 4px #000;
    margin-top: 50px
}

.tx4 {
    font-size: 40px;
    font-weight: 50;
    color: #fff;
    line-height: 50px;
    text-shadow: 2px 2px 4px #000;
    margin-top: 100px;
    font-weight: 200;
    color: #fff;
    line-height: 40px;
    text-shadow: 2px 2px 4px #000;
    margin-top: 50px;
    padding-top: 100px
}

.business-header {
    height: 450px;
    background: url(http://placeimg.com/640/480/any) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

.tx2 {
    font-size: 40px;
    font-weight: 50;
    color: #fff;
    line-height: 50px;
    text-shadow: 2px 2px 4px #000;
    margin-top: 100px;
    font-weight: 200;
    color: #fff;
    line-height: 40px;
    text-shadow: 2px 2px 4px #000;
    margin-top: 50px
}

.txlanding {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin-top: 100px
}

.modal-full {
    min-width: 100%;
    margin: 0
}

.modal-full .modal-content {
    min-height: 100vh
}

.fluidMedia {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

#loading,
.fluidMedia iframe {
    position: absolute;
    left: 0
}

.fluidMedia iframe,
html {
    height: 100%;
    top: 0;
    width: 100%
}

#found,
#wrapper {
    width: 90%;
    margin: 0 auto;
    -webkit-transition: opacity 1s, -webkit-transform .5s, width .5s;
    position: relative;
    top: 30px
}

html {
    bottom: 0
}

#logo {
    height: 190px;
    overflow: hidden;
    -webkit-transition: opacity 1s, height .5s;
    -ms-transition: opacity 1s, height .5s;
    -o-transition: opacity 1s, height .5s;
    -moz-transition: opacity 1s, height .5s;
    margin-bottom: 10px
}

#wrapper {
    display: none;
    height: auto;
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transition: opacity 1s, -ms-transform .5s;
    -ms-transform: translateX(40px);
    -o-transition: opacity 1s, -o-transform .5s;
    -o-transform: translateX(40px);
    -moz-transition: opacity 1s, -moz-transform .5s;
    -moz-transform: translateX(40px)
}

.initWeb {
    -webkit-transform: translateX(0)!important;
    -ms-transform: translateX(0)!important;
    -o-transform: translateX(0)!important;
    -moz-transform: translateX(0)!important;
    opacity: 1!important
}

#found,
#paginator {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transition: opacity 1s, -ms-transform .5s;
    -ms-transform: translateX(40px);
    -o-transition: opacity 1s, -o-transform .5s;
    -o-transform: translateX(40px);
    -moz-transition: opacity 1s, -moz-transform .5s;
    -moz-transform: translateX(40px);
    display: none
}

.closeLogo {
    height: 0!important
}

.linkGreen {
    color: green
}

.description {
    margin-top: 20px
}

.itemResult {
    width: 100%;
    display: none
}

#section1 {
    display: block
}

#paginator {
    margin: 0 auto;
    -webkit-transition: opacity 1s, -webkit-transform .5s;
    padding-bottom: 30px
}

.itemResultado {
    background: 0 0;
    opacity: .8;
    word-wrap: break-word
}

.itemResultado:hover {
    opacity: 1
}

#loading {
    display: none;
    width: 100%;
    height: 30px
}

#loading div {
    width: 150px;
    margin: 0 auto;
    padding: 3px 0;
    background: #fff1a8
}

#searchForm .input-append {
    width: 100%
}

#searchForm input {
    width: 85%
}

#container-paginator {
    position: relative;
    top: 30px;
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: width .5s
}
.formtext {
    background: #d9272e;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff
}
.jumbotron-muted {
    background-color: #f5efef;
    color: #000
}

.lead {
    font-size: 14px;
    text-align: center;
}

#tipue_search_input {
    float: center;
    font: 15px 'Open Sans', sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 500px;
    background-color: #f3f3f3;
    border: none;
    padding: 9px 0 10px 18px;
    height: 56px;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    box-shadow: none;
    outline: 0;
    margin: 0
}

#tipue_search_input:-webkit-autofill,
#tipue_search_input:-webkit-autofill:focus,
#tipue_search_input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #f3f3f3 inset
}

.tipue_search_button {
    position: relative;
    float: left;
    width: 49px;
    height: 56px;
    margin-left: -3px;
    background-color: #f3f3f3;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    outline: 0
}

.tipue_search_icon {
    float: left;
    font: 24px/1 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    transform: rotate(-45deg);
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    box-shadow: none;
    outline: 0;
    margin: -1px 0 0 16px
}

.tipue_search_group:after {
    content: "";
    display: table;
    clear: both
}

#tipue_search_content {
    max-width: 100%;
    margin: 0
}

.tipue_search_content_title {
    font: 300 32px/1.4 Merriweather, serif;
    color: #111
}

.tipue_search_content_title a {
    color: #111;
    text-decoration: none
}

.tipue_search_content_title a:hover {
    border-bottom: 1px solid #333
}

.tipue_search_result {
    padding-top: 27px
}

#tipue_search_results_count,
.tipue_search_content_debug {
    font: 13px/1.5 'Source Code Pro', monospace;
    text-transform: uppercase;
    color: #999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#tipue_search_results_count {
    padding-top: 9px
}

#tipue_search_error,
#tipue_search_replace,
.tipue_search_content_url,
.tipue_search_note,
.tipue_search_related {
    font: 300 16px/1.4 Merriweather, serif;
    color: #666;
    padding-top: 7px;
    word-wrap: break-word;
    hyphens: auto
}

#tipue_search_replace a,
#tipue_search_replace a:hover,
.tipue_search_content_url a,
.tipue_search_note a,
.tipue_search_related a {
    color: #339e41;
    text-decoration: none
}

.tipue_search_content_url a:hover,
.tipue_search_note a:hover,
.tipue_search_related a:hover {
    color: #666
}

#tipue_search_replace,
.tipue_search_related {
    margin-top: 7px
}

#tipue_search_error {
    color: #333;
    margin-top: 17px
}

.tipue_search_content_text {
    font: 300 18px/1.6 Merriweather, serif;
    color: #333;
    word-wrap: break-word;
    hyphens: auto;
    margin-top: 9px;
}

.tipue_search_content_bold {
    font-weight: 400;
    color: #333
}

.tipue_search_content_debug {
    margin: 7px 0 2px 0
}

.tipue_search_image {
    padding: 17px 0 6px 0
}

.tipue_search_img {
    width: 100%;
    max-width: 330px;
    height: auto;
    transition: .5s;
    border-radius: 2px
}

.tipue_search_img:hover {
    opacity: .9
}

#tipue_search_zoom_text {
    font: 12px/1.7 'Source Code Pro', monospace;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 9px
}

#tipue_search_zoom_text a {
    color: #ccc;
    text-decoration: none;
    border-bottom: 2px solid #f7f7f7
}

#tipue_search_zoom_text a:hover {
    border: 0
}

.tipue_search_image_zoom {
    cursor: pointer
}

#tipue_search_image_modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .9)
}

.tipue_search_image_close {
    position: absolute;
    top: 0;
    right: 0;
    font: 22px/1 'Source Code Pro', monospace;
    color: #ccc;
    padding: 25px 30px;
    cursor: pointer
}

.tipue_search_image_block {
    margin: 0 auto;
    max-width: 900px;
    padding: 73px 30px 30px 30px;
    box-sizing: border-box;
    color: #fff
}

#tipue_search_zoom_img {
    max-width: 100%;
    height: auto
}

#tipue_search_zoom_text,
.tipue_search_zoom_options {
    padding-top: 9px
}

#tipue_search_foot {
    margin: 51px 0 21px 0
}

#tipue_search_foot_boxes {
    font: 14px 'Source Code Pro', sans-serif;
    text-transform: uppercase;
    color: #333;
    padding: 0;
    margin: 0;
    cursor: pointer
}

#tipue_search_foot_boxes li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0
}

#tipue_search_foot_boxes li a {
    background-color: #fc3838;
    color: #666;
    padding: 10px 17px 11px 17px;
    border-radius: 3px;
    margin-right: 7px;
    text-decoration: none;
    text-align: center;
    transition: .3s
}

#tipue_search_foot_boxes li.current {
    background: #252525;
    color: #ccc;
    padding: 10px 17px 11px 17px;
    border-radius: 3px;
    margin-right: 7px;
    text-align: center
}

#tipue_search_foot_boxes li a:hover {
    background: #252525;
    color: #ccc
}

.p{
    margin-top: 10px
}

.stepwizard-row {
    display: table-row
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative
}

.stepwizard-step button[disabled] {
    opacity: 1!important
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #757575;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 13px;
    line-height: 1.428571429;
    border-radius: 15px
}

.funkyradio-danger {
    text-align: justify;
    color: #000;
    font-size: 20px
}

.form-group {
    font-size: 18px;
    color: #939393;
    text-align: center
}

.well {
    margin-top: 1px;
    background: #f4f4f4
}

.claim {
    font-size: 50px;
    color: #454545;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 100%;
    padding-top: 25px;
    padding-bottom: 15px
}

.titulosmicro {
    font-size: 35px;
    color: #595959;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 120%;
    text-align: center
}

.claim2 {
    font-size: 18px;
    color: #fff;
    line-height: 100%
}

.titulosmicro2 {
    font-size: 22px;
    color: #595959;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 100%;
    text-align: center;
    padding-top: 20px
}

.funkyradio-danger {
    font-size: 16px;
    color: #595959;
    line-height: 150%;
    text-align: center;
    font-weight: 400
}

.titulosin {
    font-size: 40px;
    color: #595959;
    text-align: center;
    padding-bottom: 30px
}

.resultado {
    font-size: 60px;
    color: #cc4a4a;
    text-align: center;
    font-weight: 700
}

.titulomodal {
    font-size: 18px;
    color: #595959;
    text-align: center
}

.form-check {
    font-size: 15px;
    color: #595959
}

.image-bg-fixed-height {
    background: url(../images/full2.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 250px
}

.image-bg-fixed-height-users {
    background: url(../images/slider/users.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-telefonia {
    background: url(../images/slider/telefonia.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-contactcenter {
    background: url(../images/slider/cccloud.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-telemarketing {
    background: url(../images/slider/telemarketing.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-cobranza {
    background: url(../images/slider/cobranza.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-help {
    background: url(../images/slider/helpdesk.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-integracion {
    background: url(../images/slider/integracion.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-banco {
    background: url(../images/slider/banco.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-cw {
    background:url(https://nuxiba.com/Assets/IMAGEconocermasBG.jpg) 70% 70% no-repeat;
    background-size:cover;
    height:250px;
}

.image-bg-fixed-height-reminder {
    background: url(../images/slider/fullreminder.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 250px
}

.textos3 {
    color: #000;
    font-size: 15px;
    text-align: justify;
    line-height: normal;
    padding-left: 20px;
    padding-right: 20px
}

.txsub {
    font-size: 16px;
    font-weight: 50px;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.txsub3 {
    font-size: 16px;
    font-weight: 50px;
    color: #383838
}

.txsub2 {
    font-size: 22px;
    font-weight: 50px;
    color: #fff
}

.txlanding {
    font-size: 40px;
    font-weight: 700;
    color: #e90202;
    line-height: 45px;
    margin-top: 20px
}

.txproducto {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 10px;
}

.containerpri2 {
    background: url(../images/demo.jpg) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.titulosubdominio {
    font-size: 40px;
    color: #e01c16
}

.subtitulosubdominio {
    font-size: 20px;
    color: #5d5d5d
}

.get-landingusa {
    text-align: center;
    line-height: normal;
    background: #e31010;
    font-size: 30px;
    padding: 30px;
    color: #fff
}

.image-bg-fixed-height-landing {
    background: url(../images/slider/landing.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-landing2 {
    background: url(../images/slider/landing2.jpg) 70% 70% no-repeat fixed;
    background-size: cover;
    height: 650px
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.image-bg-fixed-meses {
    position: relative;
    background: url(../images/landings/meses.jpg) 40% 40% fixed;
    background-size: cover;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px
}

#featurelanding {
    text-align: center;
    background: #d9d9d9;
    color: #4e4e4e
}

#featurelandingvideo {
    text-align: center;
    background: #363636
}

#featurelandingvideo h2 {
    text-align: center;
    font-size: 22px;
    color: #fefefe
}

#featurelanding2 {
    text-align: center;
    background: #fff;
    color: #333
}

#featurelandingcontact {
    text-align: center;
    background: #fff;
    background: url(../images/contacto.png) center bottom no-repeat fixed;
    background-size: cover
}

.textosfree2 {
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding-top: 20px
}

.txproductolanding {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    margin-top: 20px
}

.txproductosublanding {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-top: 20px
}

#contact-page2 {
    padding-top: 10px;
    background: #fff;
}

.contact-page{
    background-color: #616268;
}

.experience {
    font-size: 20px;
    color: #fff;
    margin-top: 20px
}

#nuevo {
    background: #d9272e;
    text-align: center;
    color: #fff
}

#partner {
    background: #f7f7f7;
    color: #fff;
    text-align: center
}

#partner .lead {
    color: #606060;
    text-align: center;
    font-size: 16px
}

.img-responsive {
    margin: 0 auto
}

.image-bg-fixed-height-vtiger {
    background: url(../images/slider/vtiger.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-height-vtiger2 {
    background: url(../images/slider/vtiger2.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-vtiger3 {
    background: url(../images/slider/vtiger3.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 180px
}

.tx5 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    margin-top: 60px;
    text-align: center
}

.get-vtiger {
    text-align: center;
    line-height: normal;
    background: #0da1b0;
    font-size: 22px;
    padding: 40px;
    color: #fff
}

#featurevtiger {
    text-align: center;
    background: #e2e2e2;
    background: -moz-linear-gradient(top, #e2e2e2 0, #d1d1d1 44%, #fefefe 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #e2e2e2), color-stop(44%, #d1d1d1), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #e2e2e2 0, #d1d1d1 44%, #fefefe 100%);
    background: -o-linear-gradient(top, #e2e2e2 0, #d1d1d1 44%, #fefefe 100%);
    background: -ms-linear-gradient(top, #e2e2e2 0, #d1d1d1 44%, #fefefe 100%);
    background: linear-gradient(to bottom, #e2e2e2 0, #d1d1d1 44%, #fefefe 100%);
    color: #313132;
    font-size: 15px
}

.contornoazul {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding-bottom: 5px;
    margin: 2px;
    background-color: #b1f3f5
}

.contornoverde {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding-bottom: 5px;
    margin: 2px;
    background-color: #94fbb4
}

.contornoamarillo {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding-bottom: 5px;
    margin: 2px;
    background-color: #fbfa94
}

.contornorojo {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding-bottom: 5px;
    margin: 7px;
    background-color: #faa5a5
}

.textosvtiger {
    color: #454545;
    font-size: 15px;
    text-align: center;
}

.get-centrotiger {
    background: #a6a0a0;
    text-align: center;
    color: #414141
}

.image-bg-fixed-height-whattsapp {
    background: url(../images/slider/whattsapp.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 600px
}

.image-bg-fixed-whattsapp2 {
    background: url(../images/slider/whattsapp2.jpg) 70% 70% no-repeat;
    background-size: cover;
    height: 180px
}

#featurewhatts {
    text-align: center;
    background: #e2e2e2;
    background: -moz-linear-gradient(top, #e2e2e2 0, #d1d1d1 44%, #fefefe 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #e2e2e2), color-stop(44%, #d1d1d1), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #e2e2e2 0, #d1d1d1 44%, #fefefe 100%);
    background: -o-linear-gradient(top, #e2e2e2 0, #d1d1d1 44%, #fefefe 100%);
    background: -ms-linear-gradient(top, #e2e2e2 0, #d1d1d1 44%, #fefefe 100%);
    background: linear-gradient(to bottom, #e2e2e2 0, #d1d1d1 44%, #fefefe 100%);
    font-size: 15px
}

.contornowhatts {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 2px;
    background-color: #ddd
}

#quote{
    background: #616268;
}

#conatcat-info{
    background: #8e8e8e ;
    padding: 5px 0;
    color:#ffffff;
}

.btn-glyphicon { 
    padding:8px; background:#a7a7a7; margin-right:4px;
}

.icon-btn {
    padding: 1px 15px 3px 2px; border-radius:40px;
}

#botonera{
    background:  #f90101;
    padding-top: 20px;
    padding-bottom: 20px;
}



/* pruebas de texto */

.inicial{
    font-size: 30px;
    line-height: 1em;
    /* padding: 2em;
    margin: 1em; */
    color: (255, 255, 255);
}
