@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/*
Theme Name: Jorge Colin
Author: Cliento
*/


			/*  CSS RESET  */
				  /**/
				  /**/
				  /**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a{
	text-decoration:none;
}

textarea,
input {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 5px 5px;
    border-radius: 0;
    border: 1px solid #000;
    box-sizing: border-box;
}

textarea{
	width: 100%;
    height: 120px;
}

a:hover,
a:focus,
a:active,
input:hover,
input:focus,
input:active{
	outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

::selection {
	background-color: #272e3d;
	color: #fff;
}

::-moz-selection {
	background-color: #272e3d;
	color: #fff;
}

										/* Tipografia */


										/* Estructura */

html, body {
	position: relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

html {
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #f3f5f6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

body {
	/*padding-bottom: 50px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100%;
	/*font-family: 'Raleway',arial,sans-serif;*/
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Noto Sans', sans-serif;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.margen {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1230px;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}

.margen-chico {
	max-width: 990px;
}

b, strong{ font-weight:bold; }
i, em { font-style: italic; }


/*---------------------------  HEADER  ---------------------------*/

header {
	position: relative;
	padding: 25px 0;
}

.logo {
	display: block;
	position: relative;
	margin: 0!important;
	z-index: 1;
}

.flex {
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
}

.flex-center {
    align-items: center;
}

.content-start {
    justify-content: flex-start;
}

.row-reverse {
	display: flex;
    flex-direction: row-reverse;
}

.menu-colin li,
.item-flex ul li {
    position: relative;
    margin-left: 30px;
    max-width: 142px;
    padding: 0 0 10px;
    text-align: center;
    line-height: normal;
}

.menu-colin li:first-of-type {
    margin-left: 0;
}

.item-flex ul.lista-cat li {
    max-width: 100px;
}

.menu-colin li a,
.item-flex ul li a {
    position: relative;
	color: #000;
	font-size: 16px;
	font-weight: 700;
    line-height: 130%;
}

/*.menu-colin li.current-menu-item a,
.item-flex ul li.active a,
.menu-colin li a:hover,
.item-flex ul li a:hover {
	border-bottom: 1px solid #0074f1;
}*/

.menu-colin li.current-menu-item:after,
.item-flex ul li.active:after,
.menu-colin li:hover:after,
.item-flex ul li:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #0074f1;
}

.computo-cognitivo-para-empresas .item-flex ul li:hover:after,
.computo-cognitivo-para-empresas .item-flex ul li.active:after {
    background-color: #0074F1;
}

.item-flex ul li#analitica-avanzada-para-empresas:hover:after,
.item-flex ul li.active#analitica-avanzada-para-empresas:after {
    background-color: #189E4E;
}

.item-flex ul li#inteligencia-artificial-para-empresas:hover:after,
.item-flex ul li.active#inteligencia-artificial-para-empresas:after {
    background-color: #a1a09c;
}

.menu-colin li,
.item-flex ul,
.lista-cat li {
	display: inline-block;
	vertical-align: middle;
}



/*---------------------------  HOME  ---------------------------*/

.banner {
	padding: 8% 0;
	color: #fff;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    background-color: #272e3d;
}

.home .banner {
    padding: 86px 0;
	background-position: right 30% top;
}

.acerca-de-mi .banner {
    padding: 114px 0;
	background-position: left 8% center;
}

.txt-banner {
	max-width: 560px;
	width: 100%;
}

.txt-banner h1,
.txt-banner .img-banner {
	display: inline-block;
	padding: 0 0 20px;
	margin: 0 0 40px;
	font-size: 58px;
	font-weight: 700;
	border-bottom: 3px solid #0074f1;
}

.txt-banner p {
	font-size: 20px;
	line-height: 130%;
}

.txt-banner p strong {
	display: block;
	margin: 0 0 30px;
	font-size: 26px;
}

.home h2 {
	position: relative;
	padding: 0 0 25px;
    margin: 0 0 30px;
	line-height: 130%;
}

.home h2:after {
    content: '';
    position: absolute;
    max-width: 350px;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0074f1;
	/*max-width: 100%;*/
}

.blog-pagination {
    width: 100%;
	margin: 50px 0 0;
	text-align: center;
}

.blog-pagination span,
.blog-pagination a {
	display: inline-block;
	padding: 10px 15px;
	margin: 0 4px;
    font-weight: 700;
	color: #000;
	border-radius: 5px;
    border: 1px solid #000;
}

.blog-pagination span.dots {
    padding: 10px 8px;
    border: 0;
}

.blog-pagination span:hover,
.blog-pagination a:hover,
.blog-pagination span.current {
	color: #fff;
    border: 1px solid #0074f1;
	background-color: #0074f1;
}

.blog-pagination span.dots:hover {
    border: 0;
    color: #000;
    background-color: transparent;
}



/*---------------------------  	GENERALES  ---------------------------*/

.pad65 {
	padding: 65px 0;
}

.pad50 {
	padding: 50px 0;
}

.pad35 {
	padding: 35px 0 65px;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.text-center {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
}

h3 {
	line-height: 130%;
}



/*---------------------------  	HOME - BLOG  ---------------------------*/

.flex-blog {
	margin: 65px 0 0;
	align-items: start;
}

.wrapper-blog {
	position: relative;
	width: 68%;
}

.row-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-blog {
    width: 48%;
	margin: 0 0 65px;
    color: #000;
    cursor: pointer;
}

.item-blog:last-of-type {
	margin: 0;
}

.item-blog span.date {
    display: block;
    margin: 15px 0 0;
    color: #4c4c4c;
}

.img-blog {
	position: relative;
    padding: 48% 0 0;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

.txt-blog {
	position: relative;
}

.txt-blog h3 {
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 130%;
}

.txt-blog p {
	font-size: 17px;
	font-weight: 300;
	line-height: 130%;
}

.txt-blog small {
	display: inline-block;
	margin: 20px 0 0;
	font-size: 18px;
	color: #fff;
	padding: 13px 27px;
	border-radius: 5px;
	background-color: #0074f1;
}

.item-sus {
	width: 30%;
}

.item-sus a img {
    width: 100%;
    height: auto;
}



/*---------------------------  SIDEBAR  ---------------------------*/

.item-sus h3 {
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 30px;
	font-size: 20px;
}

.item-sus h3:after {
	content: '';
	position: absolute;
	width: 120px;
	height: 3px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #0074f1;
}

.row-sus {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 0 10%;
    margin: 0 0 50px;
}

.row-sus input[type="email"] {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width: 100%;
	height: 40px;
	padding: 15px;
	border: 1px solid #000;
}

.row-sus #message {
	margin: 20px 0 0;
	line-height: 130%;
}

.row-sus label {
    display: block;
    margin: 0 0 10px;
    font-weight: 700;
    text-align: left;
}

.submit {
	-webkit-appearance: none;
    display: block;
	width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 15px 45px;
	border: 0;
    border-radius: 5px;
    background-color: #272e3d;
    cursor: pointer;
}

.row-recientes {
	margin: 65px 0;
}

.row-recientes ul {
	margin-left: 15px;
	text-align: left;
}

.row-recientes ul li {
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 15px 15px;
	border-bottom: 1px solid #0074f1;
	line-height: 130%;
}

.row-recientes ul li:last-of-type {
	margin: 0;
	padding: 0 0 0 15px;
	border-bottom: 0;
}

.row-recientes ul li:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #0074f1;
}

.row-recientes ul li a {
	color: #000;
	line-height: normal;
}



/*---------------------------  CATEGORÍA  ---------------------------*/

.banner-cat {
	position: relative;
	padding: 15% 15px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

.banner-cat h1 {
	display: inline-block;
	padding: 0 0 20px;
	border-bottom: 5px solid #0074f1;
	color: #fff;
    font-size: 40px;
    max-width: 700px;
    margin: auto;
    line-height: normal;
}

.analitica-avanzada-para-empresas.banner-cat h1,
.analitica-avanzada-para-empresas .banner-cat h1 {
    border-bottom: 5px solid #189E4E;
}

.inteligencia-artificial-para-empresas.banner-cat h1,
.inteligencia-artificial-para-empresas .banner-cat h1 {
    border-bottom: 5px solid #a1a09c;
}

.flex-cat {
	margin: 0;
}



/*---------------------------  ACERCA DE MI  ---------------------------*/

.txt-acerca h2 {
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 30px;
	font-size: 25px;
	font-weight: 500;
	color: #10133f;
	text-align: center;
}

.txt-acerca h2:before {
	content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0074f1;
}

.txt-acerca p,
.txt-single p {
	margin: 0 0 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
}

.txt-single p:first-of-type {
    margin: 0 0 30px;
    font-size: 22px;
}

.txt-single p a {
    color: #280a96;
}

.txt-acerca p strong {
	color: #0074f1;
}



/*---------------------------  SINGLE  ---------------------------*/

.single .flex-blog {
	margin: 0;
}

.single h1 {
	position: relative;
	font-size: 36px;
	z-index: 1;
}

.single .banner-cat:before {
	content: '';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: rgba(0,0,0,0.5);
}

.fecha {
	position: relative;
	margin: 0 0 20px;
}

.fecha img {
	display: inline-block;
	vertical-align: middle;
}

.flex-autor {
    margin-bottom: 15px;
}

.flex-autor p {
    margin: 0!important;
    font-weight: 400;
    font-size: 16px!important;
    line-height: 130%;
}

.flex-autor p a {
    color: #000;
}

.fecha-b:before {
    content: url(https://blog.jorgeperezcolin.mx/wp-content/themes/jorgecolin/assets/img/computo-cognitivo-icono-calendario-Jorge-Perez-Colin-Jul19.jpg);
    position: relative;
    top: 5px;
}

.fecha-b {
    position: relative;
}

.fecha span {
	display: inline-block;
	font-size: 18px;
	line-height: 130%;
	vertical-align: middle;
}

.txt-single h2 {
    padding: 10px 0 0;
	margin: 0 0 20px;
	font-weight: 700;
}

.txt-single ul,
.txt-single ol {
	margin: 0 0 15px 15px;
	text-align: left;
}

.txt-single ul li,
.txt-single ol li {
	position: relative;
	padding: 0 0 5px 15px;
	line-height: 130%;
}

.txt-single ul li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #0074f1;
}

.txt-single ol li {
	padding: 0 0 5px 0;
	margin-left: 15px;
}

.txt-single ol {
	list-style: decimal;
}

.row-cta {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 147%;
    margin: 50px 0 0;
    padding: 35px 8%;
    background-color: #2a75f6;
    align-items: center;
    flex-wrap: wrap;
}

.row-cta p {
    width: 57%;
    font-size: 21px;
    line-height: 130%;
    color: #fff;
}

.row-cta form {
    width: 38%;
    padding-left: 5%;
}

.row-cta form label {
    display: block;
    margin: 0 0 10px;
    color: #fff;
    font-style: italic;
    font-weight: 700;
}

.row-cta form input[type="email"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 15px;
    border: 1px solid #000;
}

.row-cta form #messagecta {
    margin: 15px 0 0;
    color: #fff;
    text-align: center;
}

.shares {
    margin: 0 0 35px;
}

.shares p {
    margin: 0!important;
    font-size: 18px!important;
    font-weight: 700;
    line-height: 130%;
}

.shares.last-shares p {
    margin: 8px 0 0;
}

.shares ul.heateor_sss_sharing_ul {
    display: flex;
    margin: 0!important;
    padding-top: 3px!important;
    align-items: center;
}

.shares ul.heateor_sss_sharing_ul li {
    padding: 0!important;
    display: inline-block;
    width: auto!important;
    height: 20px;
    margin-left: 12px!important;
    vertical-align: middle;
    float: none!important;
    margin-top: -2px!important;
}

.shares.flex {
    justify-content: flex-start;
    align-items: center;
}

.shares.last-shares {
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 2px solid #2a75f6;
}

.row-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.row-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*---------------------------  SINGLE INFOGRAFÍAS  ---------------------------*/

.single-infografia {
    margin: 0;
}

.single-infografia h1 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 30px;
    padding: 0 0 15px;
    border-bottom: 2px solid #0074f1;
}



/*---------------------------  RELACIONADOS  ---------------------------*/

.related {
    margin: 50px 0 0;
}

.related > h3 {
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 30px;
    font-size: 20px;
}

.related > h3:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0074f1;
}

.related .item-blog {
    width: 30%;
}



/*---------------------------  CONFERENCIAS  ---------------------------*/

.row-conferencia h1 {
	font-size: 28px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 0 15px;
	border-bottom: 2px solid #0074f1
}

.flex-conferencias {
	margin: 50px 0 0;
	flex-wrap: wrap;
}

.flex-conferencias > div {
	width: 32%;
	margin: 0 0 20px;
}

.relleno {
	display: inline-block;
	width: 32%;
	height: 1px;
}

.flex-conferencias > div > div {
	width: 100%!important;
	height: auto!important;
}

.item-video {
	display: block;
	position:relative;
	padding: 80% 0 0;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	text-align:center;
}

.item-video > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
    padding: 15px;
    z-index: 1;
}

.item-video > div img {
	display: block;
	margin: 0 auto 20px;
}

.item-video h2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: normal;
}

.item-video small {
	margin: 20px 0 0;
    background: #0073f2;
    padding: 10px 10px;
    display: inline-block;
    color: white;
}



/*---------------------------  FOOTER  ---------------------------*/

footer {
	padding: 40px 0;
	background-color: #272e3d;
}

footer a {
    color: white;
	line-height: 130%;
}

ul.lista-cat.flex {
    width: 75%;
    font-size: 17px;
    font-weight: 500;
}

.inline {
	display: inline-block;
	flex: 1;
}

footer .flex > .inline:last-of-type {
	text-align: right;
}

.tel-footer {
    font-size: 15px;
    border-left: solid 2px;
    color: white;
    padding: 5px 8px;
    line-height: 20px;
    margin-top: 15px;
}

.end { align-items: flex-end; }

ul.legales {
    display: flex;
    align-items: center;
    height: 100%;
}

ul.legales li {
    font-size: 13px;
    text-decoration: underline;
    margin: 0 17px;
}

.azul { color:#0074f1; }

li.inline a img {
    width: 30px;
    margin: 0 3px;
}

.img-blog small {
    position: absolute;
    top: 0;
    left: 0;
    background: #0074F1;
    padding: 10px 6%;
    display: inline-block;
    color: white;
}

.img-blog small.analitica-avanzada-para-empresas {
	background: #189E4E;
}

.img-blog small.inteligencia-artificial-para-empresas {
	background: #a1a09c;
}

.aviso-de-privacidad h2,
.aviso-de-privacidad h3 {
    font-weight: 700;
    margin: 0 0 30px;
}

.aviso-de-privacidad p {
    margin-bottom: 20px;
	line-height: 130%;
}

.aviso-de-privacidad h2 {
    text-align: center;
}

.redes-sociales{
	list-style: none;
	margin:0;
	padding:0;
}

.redes-sociales li{
	display: inline-block;

	margin-left: -1px;
}
.redes-sociales li:first-child{
    margin-left: 0;
}

.txt-acerca p a,
.redes-sociales li a{
	background-image: url('assets/img/inteligencia-artificial-aplicada-para-empresas-redes-sociales-Jorge-Perez-Colin.png');
	height:53px;
	display: block;
	z-index:10;
}

.fb{
    background-position: -5px 0 !important;
    width: 42px;
}

.tw{
    background-position: -49px 0 !important;
    width: 38px;
}

.ln{
	background-position: -91px 0 !important;
	width:38px;
}

.ins{
	background-position: -133px 0!important;
	width:38px;
}

.goo{
	background-position: -175px 0!important;
	width:38px;
}

.you{
	background-position: -216px 0!important;
	width:38px;
}



/*------------------------  MENÚ TOGGLE  ------------------------*/

.mm-page {
    background: #fff!important;
}

.navbar,
.menu-movil {
	display: none;
}

.menu-movil {
	color: #000;
}

.menu-movil {
    display: none;
    z-index: 300;
    width: 27px;
    padding: 0px;
    border: none;
    background: none;
    transition: all 0.035s linear;
    clear: both;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 20px;
    top: 20px;
    outline: none;
}

a[href="#page"] {
    display: none !important;
}

.mm-wrapper_opening a[href="#menu"] {
    display: none !important;
}

.mm-wrapper_opening a[href="#page"] {
    display: block !important;
}

span.indice {
    display: inline-block;
    padding: 10px 7px;
    font-size: 18px;
    background: white;
    position: relative;
    z-index: 2;
    padding: 10 0;
}
span.lineas {
    background: white;
    display: block;
    width: 99%;
    height: 5px;
    border-top: dotted;
    position: relative;
    top: -14px;
    padding: 0;
    /* left: 15px; */
}

table.indice_video {
    max-width: 95%;
    margin: 30px auto;
}


.doc-content img {
    max-width: 100%;
    height: auto;
}


.doc-content p {
    line-height: normal;
    padding: 10px 0;
    font-size: 16px;
}

ul.tags > ul {
    margin-bottom: 10px;
}

.wp-block-table {
    overflow-x: unset;
}

.wp-block-table table {
    width: 100%;
    margin-bottom: 20px;
}

.txt-single table {
    font-size: 18px;
    line-height: normal;
	width:100%;
}

.txt-single table td {
    border: solid 1px #ccc;
    padding: 10px 10px;
}

h3 {
    line-height: 130%;
    padding: 10px 0;
}


.txt-grafica {
    text-align: center;
    font-size: 22px;
    line-height: normal;
    max-width: 835px;
    margin: 35px auto;
	width:100%;
}


p.large {
    font-size: 28px;
    padding: 40px 0 5px;
    margin-bottom: 21px;
}

.input-margen {
    margin: 15px 0;
}

h2.tit-borde {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: solid 2px #0075F8;
    padding-bottom: 15px;
    display: inline-block;
    text-align: center;
}

.input-margen label {
    margin-right: 40px;
}

.box-info-map {
    text-align: left;
    font-size: 18px;
    border: solid 2px #0075f8;
    float: right;
    position: relative;
    z-index: 8;
    background: white;
    padding: 27px 25px;
    line-height: 150%;
    margin-top: 5%;
    width: 200px;
}

p.borde-b {
    border-bottom: solid 2px #0075f8;
    margin-bottom: 10px;
}

h3.legend {
    text-align: center;
    color: #666;
    font-size: 18px;
    font-weight: 400!import;
}

.inrow {
    display: inline-block;
}


.title-cell {
    padding: 18px 0 0!important;
}

body #buddypress * a {
    font-size: 15px;
    line-height: 150%;
}

.doc-content ol li, .doc-content ul li {
    line-height: 101%;
    margin-bottom: 15px;
}

.doc-content ol {
    list-style: decimal;
    margin: 15px 0;
}

.doc-content p {
    line-height: 145%;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 10px;
}

.doc-content ul li, .doc-content p {
    margin-bottom: 15px;
    line-height: 138%;
}

.doc-content-wrapper input {
    padding: 5px 8px;
    margin: 12px 0;
}

.doc-permissions {
    display: none;
}

.buddypress-wrap .bp-navs li:not(.current) a:focus, .buddypress-wrap .bp-navs li:not(.current) a:hover, .buddypress-wrap .bp-navs li:not(.selected) a:focus, .buddypress-wrap .bp-navs li:not(.selected) a:hover {
    background: none;
    color: #333;
}


.item-sus.text-left {
    margin-top: 70px;
}

.txt-single h3 {
    color: black;
    font-size: 20px;
    font-weight: 600;
}

.txt-single h3 a {
    color: inherit;
    text-decoration: underline;
}


.row-maps.text-center {
    margin-bottom: 55px;
}

.text-left {
    text-align: left;
}

.img_not {
    max-width: 440px;
    width: 440px;
    display: inline-block;
    vertical-align: middle;
}

.img_not img {
    width: 100%;
}

.txt-noticia {
    display: inline-block;
    max-width: 540px;
    padding: 0 25px;
    box-sizing: border-box;
    text-align: left;
    line-height: 130%;
    vertical-align: middle;
}

.txt-noticia p {
    margin-bottom: 15px;
}


.noticias {
    border: solid 2px #e4e4e4;
    max-width: 90%;
    margin: auto;
    padding: 15px 0 27px;
}

p.text-left.mas-reciente {
    max-width: 1077px;
    margin: 35px auto;
    font-size: 22px;
}

p.text-left.mas-reciente strong {
	   color: #79042E;
}


.your-class {
    margin: auto;
    max-width: 1190px;
    width: 100%;
    margin-bottom: 70px;
}

p.comment-notes {
    display: none;
}

.wrapper-comentarios {
    width: 147%;
    margin: 50px 0 0;
}

.wrapper-comentarios > h3 {
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 30px;
    font-size: 20px;
}

.wrapper-comentarios > h3:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0074f1;
}

.row-comentarios {
    max-width: 600px;
    width: 100%;
    margin: auto;
}

.row-comentarios label {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 20px 0 0;
}

.row-comentarios .submit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 300px;
    width: 100%;
    margin: 20px auto 0;
}

ul.comentarios li {
    padding: 25px 4%;
    background-color: #f1eff0;
    line-height: normal;
}

ul.comentarios li h2 {
    display: block;
    font-weight: 600;
    margin-bottom: 16px;
}

.mensaje {
    text-align: center;
    padding: 20px 0 0;
}

.banner-bdatascience {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.row-bdatascience {
    position: relative;
}

.row-bdatascience h2 {
    position: relative;
    padding: 0 0 25px;
    margin: 0 0 30px;
    line-height: 130%;
}

.row-bdatascience h2:after {
    content: '';
    position: absolute;
    max-width: 150px;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0074f1;
}

.row-bdatascience p {
    font-size: 20px;
    text-align: center;
    line-height: 130%;
}

.flex-data {
    margin: 50px 0 0;
}

.item-data {
    width: 30%;
}

.item-data p {
    font-size: 17px;
    font-weight: 300;
    line-height: 130%;
    text-align: left;
}

.item-data ul {
    margin: 20px 0 0;
}

.item-data ul li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 5px;
    font-weight: 600;
    line-height: 130%;
}

.item-data ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 2px;
    background-color: #0074f1;
}

.titulo-data {
    position: relative;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
}

.titulo-data h3 {
    padding: 0 0 0 20px;
    font-size: 22px;
    font-weight: 600;
}

.titulo-data span {
    display: inline-block;
    width: 74px;
    height: 69px;
    padding: 0 0 20px;
    border-bottom: 4px solid #0074f1;
    background-image: url('assets/img/bds-ciencia-en-los-negocios-sprite-iconos.jpg');
    background-repeat: no-repeat;
    background-size: auto 69px;
}

.titulo-data span.bigdata {
    background-position: 0 0;
}

.titulo-data span.optimizacion {
    background-position: -82px 0;
}

.titulo-data span.tecnologia {
    background-position: -172px 0;
}

.row-asesoria {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.row-asesoria h2 {
    position: relative;
    max-width: 600px;
    width: 100%;
    padding: 0 0 25px;
    margin: 0 auto 30px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
}

.row-asesoria h2:after {
    content: '';
    position: absolute;
    max-width: 150px;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
}

.row-asesoria p {
    max-width: 700px;
    width: 100%;
    margin: auto;
    color: #fff;
    font-size: 22px;
    line-height: 130%;
}

.row-asesoria a {
    display: inline-block;
    margin: 30px 0 0;
    font-size: 18px;
    color: #fff;
    padding: 13px 27px;
    border-radius: 5px;
    background-color: #0074f1;
}

.wp-block-image img {
    height: auto;
}

@media screen and (max-width: 1024px) {
	.item-flex.item-menu {
		display: none;
	}

	.navbar,
	.menu-movil {
		display: block;
	}

	.menu-colin li, .item-flex ul li {
		margin-left: 0;
	}

	.conferencias .pad65 {
		padding: 0 0 65px;
	}
}

@media screen and (max-width: 900px) {
	.flex-conferencias > div {
		width: 48%;
	}
}

@media screen and (max-width: 850px) {
    .home .banner,
    .acerca-de-mi .banner {
        padding: 8% 0;
    }

	.acerca-de-mi .txt-banner {
		text-align: right;
	}

	.txt-banner h1 {
		font-size: 23px;
	}

	.txt-banner p strong {
		font-size: 21px;
	}

	.txt-banner p {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
    html.jcolin {
        margin-top: 0!important;
    }

    html #wpadminbar {
        display: none;
    }

	.flex, .row-reverse, .item-blog { display: block; }
	.txt-blog, .wrapper-blog, .item-sus { width:100%; }

    .pad35 {
        padding: 0;
    }

    .row-cta,
    .wrapper-comentarios,
    .img-blog {
        width: 100%;
    }

	.banner-cat h1 {
		font-size: 28px;
	}

	footer {
		text-align: center;
	}

	.tel-footer {
		border-left: solid 2px;
		padding: 5px 11px;
		margin: 25px 0;
	}

	ul.lista-cat.flex {
		width: 100%;
		line-height: 25px;
		padding: 20px 0;
		margin: 20px 0;
		border-style: dotted;
		border-width: 1px 0;
		border-color: #ccc;
		text-align: center;
	}

	.menu-colin li,
	.item-flex ul,
	.lista-cat li {
		display: block;
	}

	ul.legales li {
		margin: 0 5px;
	}

	a.logo.item-flex {
		display: inline-block;
	}

	.item-flex {
		display: inline-block;
		max-width: 100%;
		text-align: center;
		margin: 10px 0;
		line-height: 30px;
	}

	ul.legales {
		margin-bottom: 25px;
	}

	.item-sus {
		margin: 30px 0 0;
		padding: 30px 0 0;
		border-top: 1px solid #f2f2f2;
	}

	.row-recientes {
		margin: 50px 0;
	}

	.row-recientes ul {
		margin-left: 0;
	}

    .img_not {
        width: 100%;
        margin-bottom: 20px;
    }

    .img_not {
        width: 100%;
        margin-bottom: 20px;
    }

    .noticias {
        padding: 0 0;
    }

    .shares ul.heateor_sss_sharing_ul li:first-of-type {
        margin-left: 0!important;
    }

    .row-cta p {
        width: 100%;
    }

    .row-cta form {
        width: 100%;
        padding-left: 0;
        margin: 25px 0 0;
    }

    .related .flex {
        display: flex;
    }

    .related .item-blog {
        width: 48%;
    }

    .related .item-blog:last-of-type {
        display: none;
    }

    .fecha-b {
        margin: 0 0 10px;
    }

    .banner-bdatascience {
        background-position: left center;
    }

    .item-data {
        width: 100%;
        margin: 0 0 20px;
    }

    .row-asesoria h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 600px) {
	.flex-conferencias > div {
		width: 100%;
	}

    div#chart_div {
        max-width: 100%;
        width: 100%;
    }

    .box-info-map {
        text-align: left;
        font-size: 9px;
        border: NONE;
        float: right;
        position: relative;
        z-index: 8;
        background: white;
        padding: 5px 5px;
        line-height: 132%;
        margin-top: 1%;
        width: 104px;
    }

    .inrow {
        text-align: left;
        padding: 0 15px;
        margin-bottom: 5px;
        width: 100%;
    }

    h2.tit-borde {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 20px;
        border-bottom: solid 2px #0075F8;
        padding-bottom: 15px;
        display: inline-block;
        margin-top: -25px;
    }

    .row-cta {
        padding: 30px 20px;
    }

    .related .flex {
        display: block;
    }

    .related .item-blog,
    .item-blog {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
	.banner-cat h1 {
		font-size: 24px;
	}
    text {
        font-size: 10px!important;
    }
}

@media screen and (max-width: 450px) {
	.home h2 {
		font-size: 22px;
	}
}
