body {
padding-top: 0;
font-family: "Raleway", sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
}
.brand-img {
width: 30px;
height: 24px;
}
section {
padding: 60px 0;
}
#section1 {
position: relative; 
background: url('https://images.pexels.com/photos/5763057/pexels-photo-5763057.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1') no-repeat center center;
background-size: cover;
color: white;
text-align: center;
height: 100vh;
}
#section1 .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
#section1 .content {
position: relative;
z-index: 2;
top: 50%;
transform: translateY(-50%);
}
#section2 {
background-color: #31363F;
color: white;
}
#section3 {
background-color: #222831;
color: white;
}
#section4 {
background-color: #31363F;
color: white;
}
.navbar {
background: rgba(0, 0, 0, 0.7) !important;
}
h1, h2, h3, h4, h5, h6 {
color: #00F2C3;
}
.fade-in {
opacity: 0;
transition: opacity 0.5s ease;
}
.fade-in.appear {
opacity: 1;
}
.gallery-img {
border-radius: 5px;
width: 100%;
height: 100%;
object-fit: cover;
}
.gallery-item {
width: 100%;
height: 300px;
overflow: hidden;
}
.card-custom3 {
background-color: #31363F;
color: white;
border: none;
}
.card-custom4 {
background-color: #222831;
color: white;
border: none;
}
.card-custom .card-title, .card-custom .card-text {
color: white;
}
.btn-primary {
background-color: #00F2C3;
border-color: #00F2C3;
}
.form-control { 
border: 1px solid #31363F;
}
.form-control:focus {
border-color: #31363F;
box-shadow: none;
}
footer {
background-color: #31363F;
color: #fff;
padding: 20px 0;

}
.footer-columns {
display: flex;

}
.footer-column {
flex-basis: 50%;
}   
.footer-line {
border-top: 1px solid #222831;
margin-bottom: 2px;
}
.social-icons {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
}
.social-icons li {
margin-right: 10px;
}
.social-icons li:last-child {
margin-right: 0;
}
.social-icons a {
color: #00F2C3;
font-size: 24px;
}
.navbar-nav .nav-link.active {
color: #00F2C3 !important;
}
.btn-primary:hover {
background-color: #00F2C3 !important;
border-color: #00F2C3 !important;
}
.gallery-item {
    height: 200px; /* Tamaño fijo para todas las imágenes */
    background-size: cover; /* Ajusta el tamaño de la imagen */
    background-position: center; /* Ajusta la posición de la imagen */
}

.image1 {
    background-image: url('https://drscdn.500px.org/photo/1093118883/q%3D50_h%3D450_of%3D1/v2?sig=f56f49fd0def9d400aaffb84e6939cc59490f65d8d50ce9148bf31438662139a');
}

.image2 {
    background-image: url('https://drscdn.500px.org/photo/1093118881/q%3D50_h%3D450_of%3D1/v2?sig=480eb559a497499db14e95a7a8bac0c9bb65050011a79567e87d10822561a443');
}

.image3 {
    background-image: url('https://drscdn.500px.org/photo/1093118880/q%3D50_h%3D450_of%3D1/v2?sig=d520609ba2b289955f918967ba9c66cbbae150370ccb001baf22f62b03d1c123');
}
.image4 {
    background-image: url('https://drscdn.500px.org/photo/1093118877/q%3D50_h%3D450_of%3D1/v2?sig=690cfe161c3807d5847ecdc46bfb6db358a30cf3af097f562a04242dbfadd021');
}

.image5 {
    background-image: url('https://drscdn.500px.org/photo/1093118875/q%3D50_h%3D450_of%3D1/v2?sig=e9dba909031dcdac9540e09e771c966bb4b64cbb7e03fc162dc6f5c5a0ca56fb');
}

.image6 {
    background-image: url('https://drscdn.500px.org/photo/1093118874/q%3D50_h%3D450_of%3D1/v2?sig=29d998f73474aab4c0867b64484f8e3b92e37c6bf21e5b4b048ca9864e844bd9');
}