/*   
=============================================================
===== Estrategias para obtener... ===========================
=============================================================
   __  ___         ________          __                     
  /  |/  /__ ____ / ___/ (_)__ ___  / /____ ___   __ _ __ __
 / /|_/ / _ `(_-</ /__/ / / -_) _ \/ __/ -_|_-<_ /  ' \\ \ /
/_/  /_/\_,_/___/\___/_/_/\__/_//_/\__/\__/___(_)_/_/_/_\_\ 
                                                            
=============================================================
=== https://masclientes.mx ==================================
=============================================================
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,800');
body{
    margin-top:50px;
}
.navbar{
    font-family: "Open Sans", Helvetica, sans-serif;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a{
    color:#fff;
}
.navbar-inverse .navbar-nav>li>a:hover{
    font-weight:bold;
}
.logo {
    width: 230px;
}
.navbar-brand{
    padding:2px 2px 2px 10px;
}

.blogheader{
    background: url("https://masclientes.mx/content/media/blog/bg-blog-masclientes.jpg") center center;
    background-size: cover;
    height: 40vh;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
.blogheader h1{
    font-size: 3.3em;
    line-height: .9;
    margin-top: 1em;
}
.blogheader h2{
    font-size: 1.4em;
    border-top: 1px solid #d4d0d0;
    padding-top: 10px;
    margin-top: 30px;
}
h1,h2,h3,h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
}
footer{
    background: #1b1b1b;
    color:#ccc;
    margin-top:7vh;
    padding: 80px 0;
    font-family: 'Open Sans',sans-serif;
    font-size:0.9em;
}
#footer ul{
    line-height: 1.8;
    padding-left:0;
}

#footer li{
    list-style-type:none;
}
/*
#footer li:before{
    content: '\f054';
    font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
}
*/
#footer h4{
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.2em;
}

#footer a{
    color:#ddd;
    position:relative;
    text-decoration:none;
}
#footer a:hover{
    color:#fff;
}
.downlinks ul li a:before {
    position: absolute;
    content: '';
    bottom: -7px;
    left: 0;
    height: 2px;
    width: 100%;
    opacity: 0;
    background-color: #6dc234;
    background-color: #c21684;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.downlinks ul li a:hover:before {
    bottom: -2px;
    opacity: 1;
}
ul.social-link li {
    display: inline-block;
    padding: 0 20px 0 0;
    font-size:20px;
}
ul.social-link li a{
    opacity:.5;
}
ul.social-link li a:hover{
    opacity:1;
}
.copyright{
	text-align: center;
    padding: 30px 0 0;
    color: #888;
}

.blogcontainer{
    margin-top:20px;
}
.blogimage img{
    width:100%;
    height:160px;
    object-fit:cover;
}
.blogcontainer h1{
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 3em;
    font-weight: 300;
    letter-spacing: -2px;
}
.blog-extrainfo{
    margin:0;
    font-size:.8em;
    margin-bottom: 3em;
}
.card{
    border: 0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: .125rem;
    margin-top: 15px;
}
.card-img img{
    width:100%;
    height:130px;
    object-fit: cover;
}
.blogentry{
    margin: 3px 15px 15px;
}
.blogentry h3{
    margin:0;
    margin-top:.25em;
}
.blog-details{
    font-size:.75em;
    text-transform:uppercase;
    margin-bottom:1em;
}
.blog-ilus{
    width: 100%;
    height: 100%;
    margin: 0;
}
.blog-body{
    font-size: 1.2em;
    color: #333;
    line-height:1.5;
    font-family: "Montserrat";
}
.blog-body h4{
    font-weight:600;
    margin-top: 1.6em;
}

@media (min-width: 768px){
    body{
        margin-top:60px;
    }
    .navbar{
        min-height:60px;
    }
    .navbar-nav{
        float: right;
        margin-top: 4px;
    }
    .logo {
        width: 260px;
    }
    .navbar-brand{
        padding:2px;
    }
    .blogheader h1{
        font-size:4.5em;
        font-weight: 300;
        margin-top: 2em;
        margin-bottom: 0;
    }
    .blogheader h2{
        border-top:none;
        margin-top: 0;
    	padding-top: 0;
        letter-spacing: 0;
    }
    .blogheader h1 strong {
        font-weight: 500;
    }
    .blogimage img{
        height:350px;
    }
	.blog-ilus{
        width: 50%;
        height: 100%;
        margin-left: 1em;
        float: right;
    }
}