    .Datos{
    	width: 100%;
    }

    .contenedor {
        position: relative;
        width: 24%; /* Ajusta el ancho de la imagen según tus necesidades */
        height: 300px;
        margin: 5px;
        padding: 10px;
       
        border-radius: 10px;
        float: left;
    }
        .contenedor2 {
        position: relative;
        width: 48%; /* Ajusta el ancho de la imagen según tus necesidades */
        height: 300px;
        margin: 5px;
        padding: 10px;
       
        border-radius: 10px;
        float: left;
    }

    .imagen {
        width: 100%;
        height: 300px;
        display: block;
        border-radius: 15px;
    }

    .mision {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(10,93,102);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        text-align: justify-all;
        padding: 20px;
        border-radius: 10px
    }

    .contenedor:hover .mision {
        opacity: 90%;
    }
    .contenedor:hover{
    	
        padding: 3px;
        transition: padding 1s ease;
    }


    .asociate {
        position: relative;
        width: 49%; /* Ajusta el ancho de la imagen según tus necesidades */
        height: 550px;
        margin: 5px;
        padding: 10px;
        background-color: rgba(10,93,102);
        border-radius: 10px;
        float: left;
    }

    .asociate:hover .mision {
        opacity: 90%;
    }
    .asociate:hover{
        
        padding: 3px;
        transition: padding 1s ease;
    }
    #asoimg{
        width: 650px;
        height: 550px;
    }
    p{
    	color: white;
    	text-align: left;
    }


.mostrarDatos{
    display: none;
    color: black;
}

            /* Estilos básicos de reseteo */
       

        /* Contenedor del formulario */
        .form-container {
            background-color: #fff;
            padding: 20px 30px;
            width: 100%;
            max-width: 400px;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            border: solid 5px;
            border-color: rgb(10,93,102);
        }

        /* Título */
        h2 {
            margin-bottom: 20px;
            color: rgb(100, 100, 105);
            text-align: center;
        }

        /* Estilos para cada input */
        .form-group {
            margin-bottom: 15px;
        }

        label {
            display: block;
            margin-bottom: 5px;
            color: #555;
        }

        input[type="text"],
        input[type="email"],
        input[type="number"],
        select {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            outline: none;
            transition: border-color 0.3s;
        }

        input[type="text"]:focus,
        input[type="email"]:focus,
        input[type="number"]:focus,
        select:focus {
            border-color: #5a9fd4;
        }

        /* Botón de envío */
        .submit-btn {
            width: 100%;
            padding: 10px;
            background-color: #5a9fd4;
            color: #fff;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .submit-btn:hover {
            background-color: #4a8dc4;
        }

        .ubicacion{
            width: 44%;
            float: left;
            height: 550px;
            margin: 30px;
        }


        #map {
            height: 500px;
            width: 100%;
        }

    @media (max-width: 700px) {
            .contenedor {
        position: relative;
        width: 100%; /* Ajusta el ancho de la imagen según tus necesidades */
        margin: 10px;
        padding: 10px;
        background-color: rgba(10,93,102);
        border-radius: 10px;
    }
            .contenedor2 {
        position: relative;
        width: 100%; /* Ajusta el ancho de la imagen según tus necesidades */
        margin: 10px;
        padding: 10px;
        background-color: rgba(10,93,102);
        border-radius: 10px;
    }
            .asociate {
        position: relative;
        width: 100%; /* Ajusta el ancho de la imagen según tus necesidades */
        height: 400px;
        margin: 10px;
        padding: 10px;
        border-radius: 10px;
    }

    #asoimg{
        width: 100%;
        height: 350px;
    }
         .ubicacion{
            width: 94%;
            float: left;
            height: 550px;
            margin: 30px;
        }
    }