/*--technology-left--*/
.blog-section {
  padding: 4em 0;
  position: relative;
}

/*--technology-left--*/
/*--single--*/
.blog-grid-left img {
    background: #fff;
    padding: 6px;
}
.tech-btm img {
    background: #fff;
    padding: 6px;
}
h6.media-heading { 
    font-size: 1.2em;
    color: #626667;
    text-align: left;
    margin: 0;
    font-weight: 600;
    margin-bottom: 0.7em;
	margin-left: 60px; /*---------------------margen texto titulo---------------------*/
}
.comment h3, .comment-top h4 {
    color: #2ca44b;
    font-size: 1.8em;
    text-align: left;
    padding: 0 0 0.5em;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.comment-top h4 {
    margin: 0.5em 0 1em 0;
}
.comment {
  padding: 3em 0 0;
}
.blog-text h5 { /*---------------------color de titulo sección---------------------*/
    font-size: 1.7em;
    margin: 0.3em 0;
    color: #2ca44b;
    font-weight: 600;
}
/*--//single--*/
/*--technology-right--*/
.blog-grid-right { /*---------------------div cursos sugeridos---------------------*/
    float: left;
    width: 100%;
    margin-left: 0.5em;
	line-height: 1em;
}
.tech-btm p {
    margin: 1em 0;
    font-size: 0.875em;
    color: #777;
	line-height:1.8em;
}
.tech-btm h4 {
    font-size: 1.3em;
    color: #666;
    font-weight: 600;
    margin-bottom: 1em;
}
.tech-btm h5 { /*---------------------texto cursos sugeridos---------------------*/
    font-size: 0.85em;
    line-height: 1.4em;
    font-weight: 300;
	padding: 0px;
}
.blog-grid-right h5 a {
    color: #4A4747;
}
.blo-top {
    border-bottom: 1px solid #aeaeae;
}
.tech-btm {
    padding: 2em;
    background: #f7f7f7;
}
.technology-right{
	width:30%
}
.technology-right-1 {
    width: 30%;
}
.technology-left{
	width:70%
}
.blog-grids {
    border-bottom: 1px dotted #aeaeae;
    padding: 1.3em 0;
}
/*--technology-right--*/

/*--responsive--*/

@media(max-width:1366px) {
    .blog-text h5 {/*---------------------tamaño de titulo sección---------------------*/
        font-size: 2em;
    }
    .tech-btm h4 {
        font-size: 1.1em;
    }
    .blog-grid-left {
        float: left;
        width: 30%;
    }
    .comment h3, .comment-top h4 {
        font-size: 1.4em;
    }
}

@media(max-width:991px) {
    .business {
        padding: 1em;
    }
    .technology-right-1 {
        width: 100%;
        margin-top: 2em;
        padding: 1em;
    }
    .technology-left {
        width: 100%;
    }
}

@media(max-width:800px) {
    .media-left, .media-right, .media-body {
        display: table!important;
        vertical-align: top;
        width: 100%!important;
    }
    h6.media-heading {
        font-size: 1em;
    }
    .comment-bottom input[type="submit"] {
        width:35%;
    }
}

@media(max-width:480px) {
    .blog-text h5 {
        font-size: 1.1em;
        line-height: 1.5em;
    }
    .comment-bottom input[type="submit"] {
        width: 42%;
    }
    .technology-right-1 {
        margin-top:1em;
        padding: 1em;
    }
}

