/* Logo 8x8 Referencias */
.ref-box .person-img {
	width: 147px;
}

/* Botón para ver carta de recomendación */
.btn-primary {
    color: #fff !important;
}

/* Padding debajo de la foto */
.section-about .profile {
    padding-bottom: 38px;
}

/* Logos empresas en color */
.section-clients .client-logo img {
    filter: none;
}

/* Iconos tecnologías */
.box-logos-technologies > img {
	max-height: 20px;
	margin: 0px 5px 0px 5px;
	    margin-top: 15px;
}

/* Logo DeEgipcios */
.logo-deegipcios {
	max-height: 69px;
    max-width: 300px;
    margin: 10px 0px 9px 0px;
}

/* Logo Bicytron */
.logo-bicytron {
	max-height: 70px;
}

/* Foto */

/* Imagen cabecera */
.head-bg {
	filter: sepia(42%);
	filter: none;
}

.head-bg:before {
	background-color: rgb(56 62 125 / 70%);
}

/* Subtitle */
.section-subtitle {
	text-align: center;
	font-size: 14px;
}

/* Logo principal */
div.head-bar:not(.head-sticky) .logo,
div.head-bar:not(.head-sticky).logo img {
	text-shadow: 1px 1px 1px white;
	/* text-shadow: 0px 0px 2px #000000; */
	background: #27386d75;
	/* padding-right: 3px; */
}

ul {
	list-style: disc;
}

.item-center {
	margin: auto;
    display: table;
}

.dev-so {
	color: #878787;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#cv-version {
	color: #a6a6a6;
    font-style: italic;
}