/* Estilo básico para el Slider*/
#gallery {
   width: 100%;
   margin: auto;
   overflow: hidden;
}

.gallery-container {
   display: flex;
   transition: transform 0.8s ease-in-out;
}

.gallery-item {
   min-width: 100%;
   box-sizing: border-box;
}

.gallery-item img {
   width: 100%;
   display: block;
}

/* Navegación del Slider */
.gallery-navigation {
   display: none;
   justify-content: space-between;
   position: relative;
   top: -50px;
}

.nav-button {
  /* background-color: #008CBA;*/
   color: white;
   border: none;
   padding: 10px 20px;
   cursor: pointer;
   border-radius: 5px;
}

.nav-button:hover {
background-color: #005f5f;
}

.texto1 {
   position: relative;
   top:-40%;
   transform: translateY(-40%);
}

.texto1 h3 {
    font-size: 70Px;
    font-weight: bold;
   color:#1b2f61;
 
}

.texto2 {
   position: relative;
   top:-40%;
   transform: translateY(-40%);
}

.texto2 h3 {
     font-size: 70Px;
    font-weight: bold;
   color:#1b2f61;
 
}

.texto3 {
   position: relative;
   top:-40%;
   transform: translateY(-40%);
}

.texto3 h3 {
     font-size: 70Px;
    font-weight: bold;
  color:#1b2f61;
 
}

.texto4 {
   position: relative;
   top:-50%;
   transform: translateY(-50%);
}

.texto4 h1 {
     font-size: 150Px;
    font-weight: bold;
  color:#f9fbfe;
 
}

.formato {
    position: relative;
   top:-35%;
   transform: translateY(-35%);
}


.formato h4{
   
  
   font-size: 50Px;
    font-weight: bold;
    align-items: center;
    text-align: center;
  color:#fff !important ; 
}
