/*--------AREA CONTENIDO BLOG--------*/
.technology-right{
	width:30%
}
.technology-right-1 {
    width: 20%;
}

.container-blog { /*----------------------contenedor área contenido----------------------*/
  	padding-right: 15px;
  	padding-left: 0px;
  	margin-right: auto;
  	margin-left: 0;
	padding-bottom: 50px;
}

.blog-box { /*---------------------contenedor gris cursos ahora es blanco---------------------*/
    padding: 2em 2em 2em 0.8em; /*aqui se quita el padding de toda la caja de contenido*/
    background: #fff;
}
.technology-left-blog{ /*tamaño caja contenido*/
	width:75%;
	min-width: 70%;
}
.blog-grids {
    border-bottom: 1px solid #ccc;
    padding: 1.3em 0;
}

.blog-tittle h5 { /*titulo contenido blog*/
    font-size: 1.7em;
    margin: 0.6em 0;
    color: #2ca44b; /*color verde*/
    font-weight: 400;
	text-transform: uppercase;
}

span.datos { /*datos del artículo*/
    font-size: 0.8em;
    color: #999;
    text-align: left;
	font-style: italic;
    margin: 0;
    font-weight: normal;
    margin-bottom: 0.7em;
}

p.resumen { /*recuadro gris*/
	background-color: #EAEAEA; 
	padding: 20px;
	color: #224876;
	text-align: justify;
	min-width: 360px; 
}

p.resumen-cols { /*recuadro gris*/
	background-color: #EAEAEA; 
	padding: 20px;
	color: #224876;
	text-align: justify;
	min-width: 360px; 
}

.parrafo {
	float: left; 
	width: 70%; 
	min-width: 380px; 
	padding: 0px 20px 0px 0px; 
	text-align: justify;
}

.parrafo-cols {
	min-width: 380px; 
	padding: 0px 20px 0px 20px; 
	text-align: justify;
	column-count: 2;
	column-gap: 3.5em; 
}

li.lista {
	font-size: 0.8em;
	color: #224876;
	padding: 5px 10px 5px 10px; 
	margin: 5px 0px 0px 20px;
	text-align: justify;
	min-width: 380px;
}


p.texto {
	padding: 0px 10px 10px 0px;
	text-align: justify;
	min-width: 380px; 
}

img.articulo {  /*diagramas*/
	background: #fff;
    padding: 20px;
	max-width: 200px;
	min-width: 100px;
	height: auto;
	border: 1px #ccc solid;
	border-radius: 5px;
	margin: 0px 0 40px 0;
	transition: transform .2s; /* Animation */
}

img.diag-ver {  /*diagramas*/
	background: #fff;
    padding: 15px;
	max-width: 280px;
	min-width: 100px;
	height: auto;
	border: 1px #ccc solid;
	border-radius: 5px;
	margin: 0px 0 40px 0;
	transition: transform .2s; /* Animation */
}

.media-left-blog,
.media-right,
.media-body-blog {
	display: table-cell;
	border: 1px solid #6B92C3;
	vertical-align: top;
	width: 80%;
}

.media-left-blog,
.media > .pull-left {
	padding-right: 0px;
	margin: 0;
}
	
.media-left-blog img { 
    background: transparent;
    padding: 20px;
	max-width: 100%;
	min-width: 100px;
	height: auto;
	border: 1px #ccc solid;
	border-radius: 5px;
}

/*--------//AREA CONTENIDO BLOG--------*/


.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;
}
.media-body p {
	color: #777;
  	font-size: 0.875em;
  	line-height: 1.9em;
    margin-bottom: 3em;
}
.comment-bottom input[type="text"],.comment-bottom input[type="email"],.comment-bottom textarea { /*campos formulario*/
  background: none;
  width: 100%;
  outline: none;
  border: 1px solid #e2e2e2;
  padding:0.7em 1em;
  font-size:0.9em;
  color: #666;
  margin:0 0 0.7em ;
   letter-spacing: 2px;
}
.comment-bottom textarea{
    resize: none;
    margin: 0em 0 0.5em;
    min-height: 130px;
    -webkit-appearance: none;
    letter-spacing: 2px;
}
.comment-bottom input[type="submit"] { /*botón enviar*/
    width: 20%;
    font-size: 1.1em;
    background: #999;
    padding: 0.7em 1em;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    margin: 0 auto;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}
.comment-bottom input[type="submit"]:hover { /*botón enviar hover*/
    background: #080808;
}
.comment-blog h3, .comment-top-blog h4 { /*titulo enviar comentarios*/
    color: #337ab7;
    font-size: 1.3em;
    text-align: left;
    padding: 0 0 0.5em;
    font-weight: 400;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.comment-top-blog h4 {
    margin: 1em 0 0.5em 0;
}
.comment-blog { /*caja formulario*/
  padding: 3em 0 0;
}




/*--//single--*/
/*--technology-right--*/
.blo-top form input[type="email"] {
    width: 100%;
    color: #333333 ! important;
    outline: none;
    font-size: 15px;
    padding: 0.5em 1em;
    border: 2px solid #eaeaea;
    -webkit-appearance: none;
    letter-spacing: 3px;
}
.blo-top form input[type="submit"] { /*botón enviar*/
    background: #999;
    padding: .7em 1em;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: block;
    outline: none;
    border: none;
    width: 100%;
    letter-spacing: 1px;
}
.blo-top form input[type="submit"]:hover{ /*botón enviar*/
	background: #080808;
}
.button {
  margin: 1em 0 0;
  float: left;
}
.blog-grid-left {
    float: left;
    width: 36%;
}
.blog-grid-right {
    float: left;
    width: 60%;
    margin-left: 0.5em;
}
.tech-btm p {
    margin: 1em 0;
    font-size: 0.875em;
    color: #777;
	line-height:1.8em;
}
.tech-btm h4 { /*BLOG titulos columna derecha articulos anteriores*/
    font-size: 1.3em;
    color: #224876;
    font-weight: 400;
    margin-bottom: 0em;
	margin-top: 20px;
}
.tech-btm h5 {
    font-size: 0.95em;
    line-height: 1.4em;
    font-weight: 700;
}
.blog-grid-right h5 a {
    color: #4A4747;
}
.blo-top {
    border-bottom: 1px solid #aeaeae;
}
.tech-btm { /*color de fondo columna derecha articulos anteriores*/
    padding: 2em;
    background: #fff;
}

/*--technology-right--*/

/*--responsive--*/

@media(max-width:1366px) {
    .blog-text h5 {
        font-size: 1.3em;
    }
    .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;
    }
}



@media(min-width:1280px) {
    .diag-ver:hover {
  		transform: scale(3.0); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	}
	.articulo:hover {
  		transform: scale(3.0); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	}
}

@media(max-width:1152px) { /*iPad*/
	img.articulo {  /*diagramas*/
		max-width: 200px;
	}
	img.diag-ver {  /*diagramas*/
		max-width: 500px;
	}
	.parrafo-cols {
		column-count: 2; 
		padding: 0px 0px 0px 0px; 
		column-gap: 2.0em;
	}
	p.resumen-cols { /*recuadro gris*/ 
		padding: 20px;
		margin-left: -20px;
		width: 30%;
	}
	li.lista {	
		padding: 5px 100px 5px 0px; 
		margin: 5px 0px 0px 15px;
	}
}

@media(max-width:800px) { /*Celular*/
	img.articulo {  /*diagramas*/
		max-width: 300px;
	}
	img.diag-ver {  /*diagramas*/
		max-width: 350px;
	}
	.parrafo-cols {
		column-count: 1; 
		padding: 0px 20px 0px 0px; 
	}
	p.resumen-cols { /*recuadro gris*/ 
	padding: 20px;
	}
}