:root {
--bg-color: #fff;
}
body {
font-family: 'Montserrat', sans-serif;
background-color: var(--bg-color);
}
html {
scroll-behavior: smooth;
}
hr {
height: 1px; background-color: #323131;
}
a {
text-decoration: none;
}
.navbar a:hover,
.offcanvas a:focus {
text-decoration: none;
}
.offcanvas-header .btn-close:focus {
box-shadow: none;
}
a:hover {
text-decoration: underline;
}
.navbar-brand {
width: 200px;
}
.navbar-nav {
width: 65%;
justify-content: end;
}
.navbar-nav .nav-item:not(:last-child) {
padding-right: 30px;
}
.navbar-toggler-icon {
background-image: none;
}
.offcanvas {
height: 300px !important;
}
#projects-container {
transition: max-height 1s ease-in-out;
}
.new-content {
opacity: 0;
transition: opacity 1s ease-in-out;
}
.visible {
opacity: 1;
}
.img-front-page{
aspect-ratio: 1 / 1;
object-fit: cover;
width: 100%;
display: block;
}
#load-more {
border: 0;
padding: 5px 20px;
border-radius: 30px;
background-color: #fae9ad;
text-transform: uppercase;
} .swiper-slide-next img,
.swiper-slide img {
opacity: 0;
filter: blur(5px);
transform: translatex(15%);
transition-delay: 1s;
transition: all 1.3s;
}
.swiper-slide-prev img {
opacity: 0;
filter: blur(5px);
transform: translatex(-15%);
transition-delay: 1s;
transition: all 1.3s;
}
.swiper-slide-active .swiper-img3 {
transition-delay: .35s;
}
.swiper-slide-active img {
opacity: 1;
filter: blur(0);
transform: translatex(0);
transition-delay: 1s;
transition: all 1.3s;
}  .category {
display: none; }
.category-label {
padding: 6px 20px;
border-radius: 40px;
font-size: 14px;
color: #323131;
cursor: pointer;
user-select: none;
margin: 0 5px;
}
.category-disabled{
opacity: .4;
pointer-events: none;
}
.category:checked+.category-label {
background-color: #f7eebd;
}
.category-label:hover {
background-color: #f2f2f2;
} @media (max-width: 767px) {
.container {
padding-right: calc(var(--bs-gutter-x)* 1.5);
padding-left: calc(var(--bs-gutter-x)* 1.5);
}
.navbar-brand {
width: 160px;
}
.offcanvas a:focus,
.offcanvas a:hover {
text-decoration: none !important;
}
.category-label {
font-size: 11px;
margin: auto;
}
}
@media (max-width: 500px) {
.category-label {
font-size: 9px;
padding: 5px 11px;
}
}
@media (max-width: 425px) {
.container {
padding-right: calc(var(--bs-gutter-x)* 1);
padding-left: calc(var(--bs-gutter-x)* 1);
}
.category-label {
font-size: 9px;
padding: 5px 11px;
}
}
@media (max-width: 320px) {
.category-label {
font-size: 8px;
}
}
@media (min-width: 1400px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
max-width: 1100px;
}
}
@media (min-width: 1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1100px;
}
}
footer ul {
display: flex;
flex-direction: row;
list-style: none;
}
@media (max-width: 991px) {
.navbar-nav {
justify-content: start;
flex-wrap: wrap;
flex-direction: row;
}
.side-menu-ul li {
width: 100%;
}
} .swiper {
background-color: #323131;
}
.swiper-img1 {
top: 60px;
width: 30%;
filter: contrast(130%);
}
.swiper-img2 {
top: 185px;
left: 20px;
width: 55%;
}
.swiper-img3 {
top: 35px;
right: 0;
width: 35%;
animation-delay: 2s;
}
.swiper-slide {
height: 425px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.swiper-button-next {
right: 0;
}
.swiper-button-prev {
left: 0;
}
.swiper-button-next,
.swiper-button-prev {
color: white;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 20px;
}
@media (max-width: 1199px) {
.swiper-img1 {
top: 100px;
width: 30%;
filter: contrast(130%);
}
.swiper-img2 {
top: 210px;
left: 20px;
width: 55%;
}
.swiper-img3 {
top: 35px;
right: 0;
width: 35%;
animation-delay: 2s;
}
}
@media (max-width: 991px) {
.swiper-img1 {
top: 85px;
left: 0px;
width: 40%;
filter: contrast(130%);
}
.swiper-img2 {
top: 200px;
left: 0px;
width: 80%;
}
.swiper-img3 {
top: 40px;
right: 20px;
width: 35%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 12px;
}
}
@media (max-width: 767px) {
.swiper-slide {
height: 375px;
}
.swiper-img1 {
top: 130px;
left: 10px;
width: 40%;
filter: contrast(130%);
}
.swiper-img2 {
top: 260px;
left: 10px;
width: 90%;
}
.swiper-img3 {
top: 30px;
right: 20px;
width: 35%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 12px;
}
}
@media (max-width: 550px) {
.swiper-img1 {
top: 130px;
left: 20px;
width: 50%;
}
.swiper-img2 {
top: 220px;
left: 20px;
width: 90%;
}
.swiper-img3 {
top: 35px;
right: 20px;
width: 45%;
}
}
@media (min-width: 490px) and (max-width: 768px) {
.swiper-img1 {
top: 125px;
}
.swiper-img2 {
top: 190px;
}
}
@media (max-width: 375px) {
.swiper-img1 {
top: 155px;
left: 20px;
width: 50%;
}
.swiper-img2 {
top: 230px;
left: 20px;
width: 90%;
}
.swiper-img3 {
top: 40px;
right: 20px;
width: 45%;
}
}  .copyright-text,
.firmas {
font-size: .66rem;
}
.copyright-text a,
.firmas a {
color: inherit;
text-decoration: underline;
}
.copyright-text a:hover,
.firmas a:hover {
text-decoration: none;
}