section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.accent-blue {
    background: linear-gradient(90deg, rgb(40, 70, 200), rgb(120, 160, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bold {
    font-family: "roboto-bold" !important;
}

.dropdown-menu {
    background-color: #ffff;
    border-radius: 0;
    border: 1px solid #ccc;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: transparent;
}

.subtitle {
    font-family: "roboto-medium" !important;
    /* font-weight: 600; */
}

.contact-link {
    color: #000 !important;
    text-decoration: none;
}

.contact-link:hover {
    color: var(--main) !important;
}

.card-custom-shadow {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
    border-radius:20px;
    height:250px;
    padding:20px;
}

.card-custom-shadow:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/**********************
        Footer
***********************/

.footer {
    position: relative;
    /*background: var(--nav);*/
    background-color: #1c4876;
    color: white;
    padding: 10px 0 10px;
    border-top: 1px solid var(--nav);
}

.footer-brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--main);
    margin-bottom: 15px;
}

.footer-text {
    /*color: var(--main);*/
    color: white;
    font-size: 0.9rem;
    max-width: 300px;
}

.social-links {
    margin: 20px 0;
}

.social-link {
    /*color: var(--main);*/
    color: white;
    margin-right: 20px;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #000;
}

.footer-links {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links a {
    /*color: var(--main);*/
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #000;
}

.copyright {
    /*color: #6c757d;*/
    color: white;
    font-size: 0.85rem;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

@media (min-width: 575.98px) {
	#logoagritech {
		display:unset !important;
		/*border:1px solid red !important;*/
	}
}
@media (max-width: 575.98px) {		
	.restable{
		/*border:0px solid red !important;*/
	}
	.restable td,th{
		display:block;
		width:100% !important;
	}
	.restable tr td:first-child {
		font-weight:bold;
		color:rgb(41 71 201);
	}
}