/* global */
body.home{
    background: #F4F3F0;
}
.btn-home{
    color: #5B5450;
}
.btn-home:hover{
    color: #221f20;
}
.line-right{
    border-right: solid 1px #666666;
}
.secundary-page .line-right{
    border-right: solid 1px white;
}
.home .line-right{
    border-right: solid 1px #486573;
}
/* global */


/* hero */
.hero h2{
    color: #221f20;
}
.hero h2 span{
    color: #666666;
}
/* hero */

/* hero-reviews */
.hero-reviews .container-left{
    background: #F4F3F0;
}
/* hero-reviews */

/* services */
.services h1, .about h1{
    color: #5B5450;
}
.services .container-btn-service{
    background: #5B5450;
}
.services .container-btn-service a{
    color: #666666;
}
.services .line-right{
    border-right: solid 1px white;
}
/* services */

/* about */
.about p{
    color: #808285;
}
.about p span{
    color: #221f20;
}
/* about */

/* landing page */
.btn-xl-lp{
    background: #53a0d6;
    color: white;
}
.btn-xl-lp:hover{
    background: #426187;
    color: #fff;
}
.bg-blue{
    background: #221f20;
}
.bg-brown{
    background: #4d4d4d;
    height: 100%;
}
.container-subtitle{
    background: #4d4d4d;
}
.section-1 h2 {
   color: #666666;
}
.section-5 .title{
    color: #53a0d6;
 }
.section-1 h2 a {
    color: #666666;
 }
 .section-1 h2 a:hover {
    color: #beb495;
 }
.section-1 h2 span, .section-1 h5, .container-subtitle h1, .section-5 h1, .section-5 p, .section-5 ul li{
    color: white;
}
.section-1 hr{
    border-top: 1px solid white;
}
.section-2 hr{
    border-top: 1px solid #B0A18D;
}
.section-2 ul li, .section-2 ul li span, .section-2 h1, .section-2 h2, .section-2 h3, .section-3 h2, .section-3 h3.title-dental, .section-3 p, .section-3 ul span, .section-4 h2, .section-4 p span, .section-4 ul li, .section-6 h1, .section-6 .text-implants span, .section-7 h1, .section-7 ul li, .section-7 .second-opinion p span{
    color: #221f20;
}
.section-2 p, .section-4 p, .section-6 p, .section-7 p{
    color: #808285;
}
.section-3 h3{
    color: #5B5450;
}
.section-6 hr, .section-7 hr{
    border-top: 1px solid #B0A18D;
}
/* landing page */