@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body, html{
    font-family: 'Montserrat', sans-serif!important;
}

*{
    font-family: 'Montserrat', sans-serif!important;
}

.fntTheme{
    font-family: 'Montserrat', sans-serif!important;
}

.swal2-styled.swal2-confirm {
    background-color: #001C44!important;
}

.responsive-map{
    overflow: hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    .responsive-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }

.whatapp{
    position: fixed;
    bottom: 50px;
    right: 5px;
}

.activere:hover:focus:active {
    background-color: red;
}

.bloque-mision {
    position: relative;
    background-color: #001C44; /* azul oscuro */
    color: white;
    text-align: center;
    padding: 100px 50px 60px;
    overflow: hidden;
}

.bloque-mision::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 160px;
    background-color: white;
    border-bottom-left-radius: 50% 100px;
    border-bottom-right-radius: 50% 100px;
    z-index: 0;
}

.bloque-mision h1,
.bloque-mision p {
    position: relative;
    z-index: 1;
}

.background-degradado {
    background: linear-gradient(
        to bottom,
        rgba(0, 28, 68, 0) 0%,      /* Arriba transparente */
        rgba(0, 28, 68, 1) 10%,     /* Centro opaco */
        rgba(0, 28, 68, 1) 80%,     /* Mantener opaco un tramo */
        rgba(0, 28, 68, 0) 100%     /* Abajo transparente */
    );
}
