/*
Theme Name: Eskimo Child
Theme URI: https://themeforest.net/user/egemenerd/portfolio?ref=egemenerd
Description: Eskimo Child Theme
Author: Egemenerd
Author URI: http://themeforest.net/user/egemenerd?ref=egemenerd
Template: eskimo
Version: 1.0
*/

.home #eskimo-main-container {
    padding: 50px 47px
}

@media only screen and (max-width: 1399px) {
	.home #eskimo-main-container {
		padding: 30px 26px;
	}
}

.home .clearfix {
	display: none;
}
#Imagen-Principal .eskimo-title-with-border span:after {
	display: none;
}
#Imagen-Principal .eskimo-title-with-border {
	border-bottom: 0px solid rgba(0, 0, 0, 0.02);
}
#Imagen-Principal h5 {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	background: white;
	color: #27b2fd;
}

#Imagen-Principal.color-naranja h5 {
	color: #f1904f;
}
#Imagen-Principal .eskimo-title-with-border span {
	padding-top: 7px;
}

ul#menu-segundo-menu {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-content: space-around;
    width: 100%;
}

.eskimo-post-nav-link a {
    color: #fff;
}

.card-title a {
    color: #002366;
}
.card-title a:hover {
    color: #27b2fd;
}


ul#menu-segundo-menu {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    width: 100%;
    align-content: space-between;
}
ul#menu-segundo-menu li {
    display: flex;
    margin-bottom: 0px;
    border-bottom: 0px none;
    background: #002366;
    padding: 0;
    text-align: center;
    line-height: 1.5;
    align-items: center;
	transition: all 0.25s ease-out;
}
ul#menu-segundo-menu li:hover {
	background: #27b2fd;
}
ul#menu-segundo-menu a {
    color: white;
	display: block;
	padding: 1rem;
}
#menu-segundo-menu li a:before {
    display: block;
    font-size: xx-large;
    font-family: 'FontAwesome';
}
#menu-segundo-menu li.acerca-de-mi a:before {
	content: "\f2bc";
}
#menu-segundo-menu li.contacto a:before {
	content: "\f298";
}
#menu-segundo-menu li.seguridad a:before {
	font-family: 'dashicons';
	content: "\f332";
}
#menu-segundo-menu li.gerencia a:before {
	font-family: 'dashicons';
	content: "\f12e";
}
#menu-segundo-menu li.reflexiones a:before {
	font-family: 'dashicons';
	content: "\f473";
}
#menu-segundo-menu li.ciencia-y-tecnologia a:before {
	content: "\f2db";
}
#menu-segundo-menu li.energia-atomica a:before {
	font-family: 'dashicons';
	content: "\f533";
}

.borde-foto {
	border: 5px solid #e5e5e5;
}
