@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@400;700&display=swap');

body {
  font-family: 'Zilla Slab', serif; /* Cambia la fuente aquí */
  background-color: black;
}

::-webkit-scrollbar {
  width: 15px;
  height:5px;
}

::-webkit-scrollbar-thumb {
  background: #e3f033;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #e6750c; 
}

body {

	font-family: 'Coming Soon', cursive;

	background-color: black;

}




a {
	text-decoration: none;
}

.navbar-brand img {
	height: 50px;
}


.navbar {
	background-color: black;
}





.navbar-nav .nav-item .active {

	color: white;
	font-weight: bold;
	font-size: 20px;
}


.navbar-nav .nav-item .active:hover {

	color: #e3f033;
	font-weight: bold;
	font-size: 20px;
}


.banner {

background: url('img/banner.webp') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 75vh;
}


.hello {
	color: white;

}

.banner h1 {

	justify-content: center;
	display: flex;
	align-items: center;
	text-align: center;
	margin-top: 100px;
	color: black;
	font-size: 50px;
	font-weight: bolder;
}

.banner button {

 		background: #e6750c;
	 	color: black;
	 	font-weight: bolder;
		text-decoration: none;
		font-size: 30px;
}


.banner button:hover {
		 color: white;
 		background: #e6750c;
		text-decoration: none;
}

.team h3 {
    font-size: 14px!important;
}

.aboutbuton button {

		background: #e3f033;
	 	color: black;
	 	font-weight: bolder;
		text-decoration: none;
		margin-top: 20px;
		margin-bottom: 20px;

}

.aboutbuton button:hover {

 		color: black;
 		background: #e6750c;
		text-decoration: none;
		margin-top: 20px;
		margin-bottom: 20px;


	
}


.galleryh1 {

		margin-top: 100px;
	margin-bottom: 100px;
	color: #e3f033;
	letter-spacing: 4px;

}



.aboutus {
	margin-top: 100px;
	margin-bottom: 100px;
	color: white;
	letter-spacing: 4px;

}

.about {

	background-color: #e6750c;
}

.about img {
	height: 600px;
	width: 600px;
	background-color:#000
}

.text {
	font-size: 30px;
	color: white;
	
	padding: 20px;
	margin-top: 50px;
}

.aboutbolder {
	font-size: 50px;
	color: white;
	
	padding: 20px;
	margin-top: 70px;

}

.card  {
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all ease 0.6s;
	background-color: #e3f033;
}











.timeline-content i {
	color: e3f033;
}

.card h3 {
	padding: 10px;
	font-weight: bolder;
	font-size: 18px;

}



.card:hover {

box-shadow: -1px 10px 44px 0px rgba(234,253,1,1);
transition: all ease 0.6s;
}

.timeline-content p {
	color: white;
	font-size: 20px;
}


footer h3 {
	color: white;
	padding: 20px;
}

footer p {
	color: white;
}


.timeline {
    position: relative;
    background: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5rem;
    margin: 0 auto 1rem auto;
    overflow: hidden;
}
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #fff;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}
.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    color: #e3f033;
    font-size: 1.5rem;
}
.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}
.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    background: #e6750c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 16px;
    width: 16px;
    background: #eee;
}
.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -49px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #272e48;
    border: 2px dashed #eee;
}
.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
}
.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}
.timeline-row .timeline-content i {
    font-size: 1.2rem;
    line-height: 100%;
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #272e48;
    margin-bottom: 10px;
    display: inline-block;
}
.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex;
}
.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 60px;
}
.timeline-row .timeline-content .badge {
    color: #ffffff;
    background: linear-gradient(120deg, #ce9a69 0%, #e6750c 100%);
}
.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: left;
}
.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
}
.timeline-row:nth-child(even) .timeline-content:before {
    left: -52px;
    right: initial;
}
.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .timeline {
        padding: 15px;
    }
    .timeline:after {
        border: 0;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }
}


.iletisim {
	background-color: black;
    margin-bottom: 50px;
    cursor: pointer;
}




.iletisim h2{

    color: #e6750c;
}



.iletisim i {

    font-size: 100px;
    padding: 20px;
    color: #e6750c;
    transition: all .2s ease-in-out;
}

.iletisim .card {

    background-color: white;
}


.iletisim .card:hover {

box-shadow: none;

}


.iletisim i:hover {
 transform: scale(1.1);


}

.banner {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
  }
  
  .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('banner.png'); /* Cambia por la ruta de tu imagen */
    background-size: cover;
    background-position: center;
    opacity: 1; /* Ajusta la opacidad de la imagen de fondo si es necesario */
  }
  
  .banner-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: white;
  }
  