
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
*{
    font-family: "Arial", sans-serif;
}
body{
    background: f1fbff;  
}
.btn-no-border {
     border: none;
}
.navbar-custom {
    background-color: #8D2525; /* Color de fondo personalizado */
}

.map-responsive{
    overflow: hidden;
    padding-bottom: 400px;
    position: relative;
    height: 0;
}

.map-responsive iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*******************ALIANZA***********************************************/
.responsive-image-container {
    max-width: 100%;
    height: 100%;
  }
  
  .responsive-image-container img {
    width: 80%;
   
    height: 50%;
  }
  
