
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

body{
      /* font-family: 'Poppins', 'sans-serif'; */
      background:linear-gradient(90deg,#1a76a7,#115297 80%,#105c7c);
      /* background: linear-gradient(288deg, rgba(13, 107, 165, 0.63) 9%, rgba(56, 102, 181, 0.916) 100%); */

}

#header{
  background:linear-gradient(90deg,#1a76a7,#1c5898 50%,#08435c);
  /* background: linear-gradient(288deg, rgba(13, 107, 165, 0.63) 9%, rgba(56, 102, 181, 0.916) 100%); */
}

.text-platzi{
    color: #97c93e !important;
}


#header .navbar-brand img{
    object-fit: cover;
    width: 150px; 
    height: 80px;
}

#main{
    margin-top: 100px;
}

/* .logo1{
    max-width: 100%;
    height: 70%;
} */
.nav-link{
    font-weight: bold;
    color:#f5f5f5;
}

.btn-adegea{
    background-color: #97c93e;
    color: white;
    border: none;
}
.btn-adegea:hover{
    background-color: #82ad36;
}

.btn-outline-light1{
    background-color:#1c3643;
    border: none;
    color: white;
}


#main .carousel-inner img{
    max-height: 70vh;
    object-fit: cover;
    /* filter: grayscale(70%); */

}

#carousel {
    position: relative;
}

#carousel .overlay{
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(0,0,0,0.5);
    color: white;
}

#header img{
    width: 80px;
}

#place-time{
    background-color:#1c3643;
    color: white;
}

#place-time img{
    max-width: 100%;
}

#servicios img{
    max-width: 350%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#servicios{
    display: flex;
    align-items: center;
}
.card2{
    align-items: center;
}

#footer{
    background: #1d6466;
}

#footer a{
    text-decoration:none;
    color: white;
}
#redes{
    /* display: flex;
    justify-content: end; */
    color: white;
    transition: transform 0.2s ease-in-out;

}
/* #navbar{
    display: flex;
    justify-content: center;
} */

.card {
  transition: transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  /* background:#30523f; */
  background:linear-gradient(90deg,#1a76a7,#1c5898 50%,#105c7c);
  color: #f5f5f5;
}
.card p{
  font-size: 14px; 
  text-align: justify; 
}

.card:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
.card button {
  transition: background-color 0.2s ease-in-out;
  
}

.card button:hover {
  background-color: #f5f5f5;
}  

.card-title{
  color:#d9dfe1;
}

  .place-time {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  .place-time img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: moveBanner 10s linear infinite;
  }
  
  @keyframes moveBanner {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  
  #carrouselExampleDark{
    margin-top: 100px;
  }
  #carouselExampleDark .carousel-inner img{
    max-height: 70vh;
    object-fit: cover;
    /* filter: grayscale(70%); */

}


#place-time {
    transform: scale(1);
    animation-name: pulse;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  
  @keyframes pulse {
    from {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    to {
      transform: scale(1);
    }
  }
  #info2 {
    scroll-snap-type: y mandatory;
    scroll-snap-align: start;
    background:linear-gradient(90deg,#0e6898,#165497 50%,#09425b);
    color: #f5f5f5;
    font-size: 14px; 
    text-align: justify; 

  }
  
  #info2 {
    transform: translateX(100%);
    animation-name: slide-in1;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;    
  }

  .infologo{
    /* display: flex;
    object-fit:cover;
    height:30%;
    width: 100%; */
    border: 2px solid transparent; 
  }

  @keyframes slide-in1 {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }
  
  #place-time{
    transform: translateX(-100%);
    animation-name: slide-out;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    background:linear-gradient(90deg,#0e6898,#165497 50%,#09425b);
    font-size: 14px; 
    text-align: justify; 

  }
  @keyframes slide-out {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }

  #conviertete-orador{
    font-size: 14px; 
    text-align: justify; 
    color: #f5f5f5;
  }
  /* #place-time {
    transition: transform 0.5s ease-in-out;
    transform: translateX(-100%);
  }
  
  #place-time.show {
    transform: translateX(0);
  } */

  /* .banner {
    background-color: #f8f8f8;
    /* padding: 50px 0; */
  
  #banner-col-img{
    background-size: cover;
  }

  #info {
    transform: translateX(-100%);
    animation-name: slide-in;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    font-size: 14px; 
    text-align: justify; 
  }
  
  @keyframes slide-in {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }

  /* .logo1{
    width: 100px;
    height: 300px;
    
  } */
  #contenedor-mapas {
    display: flex;
    justify-content: center;
    padding: 20px;
    background:linear-gradient(90deg,#1a76a7,#115297 80%,#105c7c);
}

#map {
    width: 100%; 
    height: 400px;
    border: 2px solid #ddd; 
    border-radius: 10px;
    padding-left: 1px;
}
  