
body {
	background-color:#fff;
	font-family: 'Libre Baskerville', serif!important;
	color: #222!important;
}

/* Menú */

nav.navbar {
	padding-top: 30px;
}

nav.navbar .navbar-brand {
	color: #222;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: 700;
	font-size: .9rem;
	letter-spacing: 2px;
}

nav.navbar .navbar-brand:hover, nav.navbar .navbar-brand:active, nav.navbar .navbar-brand:focus {
	color: #666;
}

nav.navbar .navbar-brand-text {
	font-size: .7rem;
	color: #666;
}

nav.navbar .navbar-collapse .navbar-nav .nav-item {
	text-align: center;
}

nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
	color: #222!important;
	text-transform: none;
	position: relative;
	text-align: center;
	font-weight: 700;
	font-size: .8rem;
}

nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:active, nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:focus {
	color: #666;
}

nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
	transition: 300ms;
	height: 2px;
	content: "";
	position: absolute;
	background-color: #031D44;
}

nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link-ltr::before {
	position: absolute;
	width: 0%;
	bottom: 0px;
}

nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link-ltr:hover::before {
	width: 100%;
}


/* Home */

#page-body {
	margin-top: 80px;
	padding: 0 30px;
}

#pinBoot {
	position: relative;
	max-width: 100%;
	width: 100%;
}

.white-panel {
	padding: 2.5px;
	cursor: pointer;
	position: absolute;
	opacity: 1;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.white-panel:hover {
	opacity: 0.5;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.white-panel img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 767px) {

	.white-panel {
		padding: 5px;
	}
}

/* Project */

#project-body h6 {
	font-weight: 700;
	font-size: .8rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#project-body p {
	font-size: .7rem;
	color: #666;
}

#project-body .container-photos {
	max-width: 767px;
}

#project-body .container-photos img {
	width: 100%;
	margin-bottom: 30px;
}

/* About Us */

#about {
	margin-top: 40px;
}

#about .about-text {
	padding: 0 20px 0 20px;
}

#about .about-text p {
	font-size: .8rem;
}

#about .about-text p a {
	color: #222;
}

#about .about-text p .social {
	margin-right: 10px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	text-decoration: none;
}

#about .about-text p .social:hover {
	opacity: 0.7;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

@media screen and (min-width: 767px) {

	#about .about-text {
		padding: 0 100px 0 50px;
		text-align: justify;
	}

}

/* Login */

#app .navbar-brand {
    color: #222;
    padding: 0;
}

#app .navbar-brand img {
    width: 150px;
    transition: height 0.3s ease-in-out;
}

@media screen and (min-width: 992px) {
    #app .navbar-brand img {
        transition: height 0.3s ease-in-out;
    }
}

#login .card {
    border-radius: 20px;
    background: #ededed;
    box-shadow:  5px 5px 10px #c9c9c9,
    -5px -5px 10px #ffffff;
    border: none;
}

.card.card-btn {
    background: #ededed;
    box-shadow:  5px 5px 10px rgba(0,0,0,0);
    border: 1px solid #444!important;
    margin-bottom: 20px;
    color: #444;
}

.card.card-btn:hover {
    background: #333;
    box-shadow:  0px 10px 30px rgba(0,0,0,0.1);
    color: #fff;
}

.card-btn .card-header {
    background-color: transparent;
}

.card.card-btn .card-body {
    font-weight: 700;
}

.table {
}

.img-display {
    width: 50px;
    height: 50px;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

@media screen and (min-width: 767px) {

    .img-display {
        width: 100px;
        height: 100px;
    }

}

/* Gallery Display */

.images .item .image-trigger {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: .2s;
    overflow: hidden;
    margin-bottom: 20px;
}

.images .image {
    width: 100%;
    height: 130px;
    background-position: center;
    background-size: cover;
}

.images .delete-trigger {
    display: none;
    position: absolute;
    cursor: pointer;
    top: -6px;
    right: -7px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    color: white;
    background-color: #ff2147;
    border: 1px solid #e0e0e0;
    z-index: 900;
}

/* Login, Register, Home */

.login-photo {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/dior/dior-5.jpg");
    height: 100vh;
}

.register-photo {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/dior/dior-2.jpg");
    height: 100vh;
}

#home {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/dior/dior-3.jpg");
    height: 100vh;
}

#home .overlay {
    background-color: rgba(0,0,0,0.6);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.card.home {
    margin-top: 30%;

}

/* Table */

.img-table {
    width: 40px;
    height: 40px;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

@media screen and (min-width: 767px) {

    .img-table {
        width: 100px;
        height: 100px;
    }

}

