/*
    Yellow Sea
    #F4AC04

    Mine Shaft
    #3C3C3C

    Dusty Gray
    #949494

    Gray
    #8C8C8C
*/
body,
table {
	font-size: 0.88em;
	font-family: "Poppins", sans-serif;
	color: rgb(163, 160, 145);
}

.wsp-button,
.wsp-button:hover {
	display: flex;
	align-items: center;
	align-content: center;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	color: white;
	text-decoration: none;
	background: #25d366;
}
.footer {
	background: #3c3c3c;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5 {
	font-family: "Libre Baskerville", serif;
}

.header {
	background: url("/assets/img/header-bg.jpg") right center no-repeat;
	background-size: cover;
	margin-top: 70px;
}

.tribunales-bg {
	background: url("/assets/img/tribunales-bg.jpg") right center no-repeat;
	background-size: cover;
}

.aboutus-img {
	width: 350px;
	height: 350px;
	border-radius: 200px;
	object-fit: cover;
	display: block;
	margin: auto;
}
.aboutus-bg {
	background: url("/assets/img/aboutus-bg.jpg") center center no-repeat;
	background-size: cover;
}

.btn {
	border-radius: 2px;
	padding: 12px 30px;
	border: 0;
}

.btn-secondary {
	background: #3c3c3c;
}

.header-content {
	min-height: calc(100vh - 70px);
}
.header-logo {
	max-width: 170px;
}

.hero-overlay {
	background: rgba(25, 22, 20, 0.7);
}

.hero-bg {
	background: url("/assets/img/hero-bg.jpg") center center no-repeat;
	background-size: cover;
}

.service-icon {
	width: 80px;
	height: 80px;
	display: block;
	margin: auto;
	opacity: 0.6;
}
.vertical-center {
	display: flex;
	align-items: center;
	align-content: center;
}
.vh-100 {
	min-height: 100vh;
}

.vh-50 {
	min-height: 50vh;
}

.vh-75 {
	min-height: 75vh;
}

.vh-75-responsive {
	min-height: 75vh;
}
.menu-logo {
	display: block;
	width: auto;
	max-height: 50px;
}
.bg-dark-1 {
	background: #1f1f1f;
}

@media (min-width: 576px) {
}

@media (max-width: 768px) {
}

@media (max-width: 992px) {
	.vh-75-responsive {
		min-height: 30vh !important;
	}
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
