.blog-layout #hero{
    background: #19a9e5;
}
#wrap{
    padding-top: 85px;
    height:100%;
    position:relative;
}

@media only screen and (max-width: 991px){
    #wrap {
    padding-top: 52px;
    }
}

.blog-layout #hero .hero-content.purification-header {
    padding: 2em 1em;
    padding-top: 5em;
}

.purification-header h1 {
    font-size: 36px;
}

#steps {
    padding: 0;
}

#steps .item {
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#steps .item:last-child {
    border: none;
}
@media only screen and (max-width: 800px) {
    #steps .item {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (max-width: 800px) {
    #steps .item .column {
        float: none;
        width: auto;
    }
}
#steps .image {
    padding: 0;
}

.step .text {
    text-align: center;
    background: #FFF;
    z-index: 200;
     display: flex;
    flex-direction: column;
    justify-content: center;
}
.step .text:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 30px;
    border-color: transparent transparent transparent #FFF;
    left: 100%;
    top: 50%;
    margin-top: -22px;
}
@media only screen and (max-width: 800px) {
    .step .text:before {
        top: 100%;
        left: 50%;
        margin-top: 0;
        margin-left: -22px;
        border-width: 30px 22px 0 22px;
        border-color: #ffffff transparent transparent transparent;
    }
}
.step .text .content {
    position: relative;
    background: none;
   /*padding: 4em;*/
}
@media only screen and (max-width: 1200px) {
    .step .text .content {
        padding: 2em;
    }
}
.step .image {
    position: relative;
    z-index: 100;
}
.step .image img {
    width: 100%;
    display: block;
}

.step h4 {
    font-size: 2.2rem;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: 300;
    font-style: normal;
    margin: 0.5em 0;
}

.step hr {
    width:30px;
}

.step p.sub {
    font-size: 12px;
}

/*NAVIGATION HEADER */
.navbar-nav>li>a {
    color:#000;
}

.navbar-toggle span {
    color:#000;
}

.navbar-nav>li:hover a {
    color: #19a9e5; 
}
.collapse.in .navbar-nav>li>a {
    color:#FFF;
}

.collapse.in .navbar-nav>li:hover a {
    color: #19a9e5; 
}

.purification .navbar-header a.logo {
    background-color: #fff;
    height: auto;
    padding: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.the-origin-header .navbar-nav{
    width:700px;
}

.argenfilButton {
    background-color:#19a9e5;
    color:#FFF !important;
    border-color:#19a9e5;
    border-radius: 5px;
    padding:5px 15px !important;
}

.argenfilButton:hover {
    background-color:#7BB2D1;
    color:#FFF !important;
    border-color:#19a9e5;
}

.the-origin-header .callus{
    position: relative;
    top: -55px;
    right: -474px;
}

.callus .glyphicon {
    top: 3px;
    font-size: 16px;
    transform: rotate(15deg);
}

.collapse.in .argenfilButton{
    border-color:#FFF;
}

.collapse.in .callus{
    top: 0;
    right: 0;
}

.actionbutton {
    float:right;
}

.actionbutton2 {
    float:left;
}

/*prueba colores header*/

.navbar-brand.logo.chico {
    margin-top:-50px;
}


.colorblanco {
    background-color: #333;

    
}

.textoblanco li a{
    color:#fff;
}

header {
   /* height: 87px;*/
}

.header-stick {
    height: 50px;
}

#our-features{
    background-color: #f1f1f1;
}

.section-tab .ventafil .nav > li.active > a {
    background: #1d3641;
    color: #fff;
}

/*Schedule Tab*/
.section-tab.schedule-tab .ventafil .nav > li > a {
    height: 0px;
}